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
2 changed files with 2 additions and 2 deletions
|
@ -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"}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue