refactor(themes): change solarized_* ruler to bg

Also changed the colors to better blend with the theme.
This commit is contained in:
Rolo 2024-04-08 13:20:16 -07:00 committed by Michael Davis
parent 6bdc6f460e
commit 4713eb06b1
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
"ui.selection.primary" = { bg = "base015" }
"ui.virtual.indent-guide" = { fg = "base02" }
"ui.virtual.ruler" = { fg = "red" }
"ui.virtual.ruler" = { bg = "base02" }
# normal模式的光标
"ui.cursor" = {fg = "base02", bg = "cyan"}

View file

@ -104,7 +104,7 @@
"ui.selection.primary" = { bg = "base015" }
"ui.virtual.indent-guide" = { fg = "base02" }
"ui.virtual.ruler" = { fg = "red" }
"ui.virtual.ruler" = { bg = "base02" }
# normal模式的光标
# normal mode cursor