feat(themes): add mode-specific styles to the onedark theme (#3098)

This commit is contained in:
Mr. E 2022-07-20 04:55:08 +02:00 committed by GitHub
parent 9753da6ab7
commit b6e06c8c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }