feat(themes): add mode-specific styles to the onedark theme (#3098)
This commit is contained in:
parent
9753da6ab7
commit
b6e06c8c0c
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ diagnostic = { modifiers = ["underlined"] }
|
|||
|
||||
"ui.statusline" = { fg = "white", bg = "light-black" }
|
||||
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
||||
"ui.statusline.normal" = { fg = "light-black", bg = "blue" }
|
||||
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
|
||||
"ui.statusline.select" = { fg = "light-black", bg = "purple" }
|
||||
|
||||
"ui.text" = { fg = "white" }
|
||||
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue