Skip to content

Commit

Permalink
Update everforest themes (#11459)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rphee authored Aug 13, 2024
1 parent 112b287 commit f65ec32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion runtime/themes/everforest_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"diff.minus" = "red"

"ui.background" = { bg = "bg0" }
"ui.background.separator" = "bg_visual"
"ui.background.separator" = "grey0"
"ui.cursor" = { fg = "bg1", bg = "grey2" }
"ui.cursor.insert" = { fg = "bg0", bg = "grey1" }
"ui.cursor.select" = { fg = "bg0", bg = "blue" }
Expand All @@ -90,6 +90,7 @@
"bold",
] }
"ui.popup" = { fg = "grey2", bg = "bg2" }
"ui.picker.header" = { modifiers = ["bold", "underlined"] }
"ui.window" = { fg = "bg4", bg = "bg_dim" }
"ui.help" = { fg = "fg", bg = "bg2" }
"ui.text" = "fg"
Expand Down
3 changes: 2 additions & 1 deletion runtime/themes/everforest_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"diff.minus" = "red"

"ui.background" = { bg = "bg0" }
"ui.background.separator" = "bg_visual"
"ui.background.separator" = "grey0"
"ui.cursor" = { fg = "bg1", bg = "grey2" }
"ui.cursor.insert" = { fg = "bg0", bg = "grey1" }
"ui.cursor.select" = { fg = "bg0", bg = "blue" }
Expand All @@ -89,6 +89,7 @@
"bold",
] }
"ui.popup" = { fg = "grey2", bg = "bg2" }
"ui.picker.header" = { modifiers = ["bold", "underlined"] }
"ui.window" = { fg = "bg4", bg = "bg_dim" }
"ui.help" = { fg = "fg", bg = "bg2" }
"ui.text" = "fg"
Expand Down

0 comments on commit f65ec32

Please sign in to comment.