mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Update everforest themes (#11459)
This commit is contained in:
parent
112b2878ae
commit
f65ec32a1c
@ -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" }
|
||||
@ -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"
|
||||
|
@ -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" }
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user