mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
refactor(themes): change solarized_*
ruler to bg
Also changed the colors to better blend with the theme.
This commit is contained in:
parent
6bdc6f460e
commit
4713eb06b1
@ -90,7 +90,7 @@
|
|||||||
"ui.selection.primary" = { bg = "base015" }
|
"ui.selection.primary" = { bg = "base015" }
|
||||||
|
|
||||||
"ui.virtual.indent-guide" = { fg = "base02" }
|
"ui.virtual.indent-guide" = { fg = "base02" }
|
||||||
"ui.virtual.ruler" = { fg = "red" }
|
"ui.virtual.ruler" = { bg = "base02" }
|
||||||
|
|
||||||
# normal模式的光标
|
# normal模式的光标
|
||||||
"ui.cursor" = {fg = "base02", bg = "cyan"}
|
"ui.cursor" = {fg = "base02", bg = "cyan"}
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
"ui.selection.primary" = { bg = "base015" }
|
"ui.selection.primary" = { bg = "base015" }
|
||||||
|
|
||||||
"ui.virtual.indent-guide" = { fg = "base02" }
|
"ui.virtual.indent-guide" = { fg = "base02" }
|
||||||
"ui.virtual.ruler" = { fg = "red" }
|
"ui.virtual.ruler" = { bg = "base02" }
|
||||||
|
|
||||||
# normal模式的光标
|
# normal模式的光标
|
||||||
# normal mode cursor
|
# normal mode cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user