mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Theme Related Fixes (#3412)
This commit is contained in:
parent
8deaebde26
commit
c5deb30814
23 changed files with 20 additions and 30 deletions
|
@ -22,11 +22,10 @@
|
|||
"variable" = "text"
|
||||
"constant.numeric" = "iris"
|
||||
"constant" = "gold"
|
||||
"attributes" = "gold"
|
||||
"attribute" = "gold"
|
||||
"type" = "foam"
|
||||
"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
|
||||
"string" = "gold"
|
||||
"property" = "foam"
|
||||
"constant.character.escape" = "subtle"
|
||||
"function" = "rose"
|
||||
"function.builtin" = "rose"
|
||||
|
@ -40,7 +39,7 @@
|
|||
"ui.popup.info" = { bg = "surface" }
|
||||
"ui.window" = { bg = "base" }
|
||||
"ui.help" = { bg = "overlay", fg = "foam" }
|
||||
"text" = "text"
|
||||
"ui.text" = "text"
|
||||
"diff.plus" = "foam"
|
||||
"diff.delta" = "rose"
|
||||
"diff.minus" = "love"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue