Unnamed repository; edit this file 'description' to name the repository.
Use bold statusline for mode indicator in onedarker theme (#11958)
| -rw-r--r-- | runtime/themes/onedarker.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/themes/onedarker.toml b/runtime/themes/onedarker.toml index ffa3ae2d..221b394b 100644 --- a/runtime/themes/onedarker.toml +++ b/runtime/themes/onedarker.toml @@ -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" } } |