mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 03:15:33 +03:00
Dim pane divider color in base16_transparent theme (#6534)
This commit is contained in:
parent
577aded04a
commit
01b70762fd
@ -9,7 +9,7 @@
|
||||
"ui.linenr" = { fg = "light-gray" }
|
||||
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
|
||||
"ui.popup" = { fg = "white" }
|
||||
"ui.window" = { fg = "white" }
|
||||
"ui.window" = { fg = "gray" }
|
||||
"ui.selection" = { bg = "gray" }
|
||||
"comment" = "light-gray"
|
||||
"ui.statusline" = { fg = "white" }
|
||||
|
Loading…
Reference in New Issue
Block a user