mirror of https://github.com/helix-editor/helix
Merge 0b52ff270a
into 4281228da3
commit
3096daf087
|
@ -8,8 +8,8 @@
|
||||||
"ui.menu" = { fg = "white" }
|
"ui.menu" = { fg = "white" }
|
||||||
"ui.menu.selected" = { modifiers = ["reversed"] }
|
"ui.menu.selected" = { modifiers = ["reversed"] }
|
||||||
"ui.menu.scroll" = { fg = "light-gray" }
|
"ui.menu.scroll" = { fg = "light-gray" }
|
||||||
"ui.linenr" = { modifiers = ["dim"] }
|
"ui.linenr" = { fg = "light-gray", modifiers = ["dim"] }
|
||||||
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
|
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
|
||||||
"ui.popup" = { fg = "white" }
|
"ui.popup" = { fg = "white" }
|
||||||
"ui.window" = { fg = "gray" }
|
"ui.window" = { fg = "gray" }
|
||||||
"ui.selection" = { bg = "gray" }
|
"ui.selection" = { bg = "gray" }
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"constant" = "yellow"
|
"constant" = "yellow"
|
||||||
"attribute" = "yellow"
|
"attribute" = "yellow"
|
||||||
"type" = "light-yellow"
|
"type" = "light-yellow"
|
||||||
"string" = "light-green"
|
"string" = "light-green"
|
||||||
"variable.other.member" = "green"
|
"variable.other.member" = "green"
|
||||||
"constant.character.escape" = "light-cyan"
|
"constant.character.escape" = "light-cyan"
|
||||||
"function" = "light-blue"
|
"function" = "light-blue"
|
||||||
|
|
Loading…
Reference in New Issue