mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Use bold statusline for mode indicator in onedarker theme (#11958)
This commit is contained in:
parent
b501a300e9
commit
ed7e5bd8dc
@ -74,9 +74,9 @@
|
||||
|
||||
"ui.statusline" = { fg = "white", bg = "light-black" }
|
||||
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
||||
"ui.statusline.normal" = { fg = "light-black", bg = "purple" }
|
||||
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
|
||||
"ui.statusline.select" = { fg = "light-black", bg = "cyan" }
|
||||
"ui.statusline.normal" = { fg = "light-black", bg = "purple", modifiers = ["bold"] }
|
||||
"ui.statusline.insert" = { fg = "light-black", bg = "green", modifiers = ["bold"] }
|
||||
"ui.statusline.select" = { fg = "light-black", bg = "cyan", modifiers = ["bold"] }
|
||||
|
||||
"ui.bufferline" = { fg = "light-gray", bg = "light-black" }
|
||||
"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } }
|
||||
|
Loading…
Reference in New Issue
Block a user