Skip to content

Commit

Permalink
Remove bg color for text.literal
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium committed Jan 6, 2025
1 parent 316f974 commit 4e13223
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/theme.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ local makeTheme(name, colorScheme) = {
},
'text.literal': {
color: colorScheme.fg_dim,
background_color: colorScheme.bg_dim,
},
title: {
color: colorScheme.fg_heading_2,
Expand Down
8 changes: 0 additions & 8 deletions themes/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
"color": "#0000b0"
},
"text.literal": {
"background_color": "#f2f2f2",
"color": "#595959"
},
"title": {
Expand Down Expand Up @@ -408,7 +407,6 @@
"color": "#0000b0"
},
"text.literal": {
"background_color": "#f2f2f2",
"color": "#595959"
},
"title": {
Expand Down Expand Up @@ -641,7 +639,6 @@
"color": "#0000b0"
},
"text.literal": {
"background_color": "#efe9dd",
"color": "#595959"
},
"title": {
Expand Down Expand Up @@ -874,7 +871,6 @@
"color": "#00663f"
},
"text.literal": {
"background_color": "#f2f2f2",
"color": "#595959"
},
"title": {
Expand Down Expand Up @@ -1107,7 +1103,6 @@
"color": "#00bcff"
},
"text.literal": {
"background_color": "#1e1e1e",
"color": "#989898"
},
"title": {
Expand Down Expand Up @@ -1340,7 +1335,6 @@
"color": "#00bcff"
},
"text.literal": {
"background_color": "#1e1e1e",
"color": "#989898"
},
"title": {
Expand Down Expand Up @@ -1573,7 +1567,6 @@
"color": "#00bcff"
},
"text.literal": {
"background_color": "#1d2235",
"color": "#989898"
},
"title": {
Expand Down Expand Up @@ -1806,7 +1799,6 @@
"color": "#00bcff"
},
"text.literal": {
"background_color": "#1e1e1e",
"color": "#989898"
},
"title": {
Expand Down

0 comments on commit 4e13223

Please sign in to comment.