mirror of https://github.com/helix-editor/helix
refactor(themes): change `solarized_*` ruler to `bg`
Also changed the colors to better blend with the theme.pull/10506/head
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