diff options
author | ramojus | 2022-07-01 12:24:33 +0000 |
---|---|---|
committer | GitHub | 2022-07-01 12:24:33 +0000 |
commit | cc3aded1858189941cd0d78e32b267c66abfcee3 (patch) | |
tree | 407ee6c68fea57bd55e29c463f8fe8fb106d974c /runtime | |
parent | a1c1abca2b2bbe82e76bbc2c0a8bc522aacbe0f1 (diff) |
add statusline mode colors to meliora theme (#2933)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/meliora.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/meliora.toml b/runtime/themes/meliora.toml index 72ade8ac..ecc19f46 100644 --- a/runtime/themes/meliora.toml +++ b/runtime/themes/meliora.toml @@ -1,4 +1,4 @@ -# Author: Ramojus <ramojus.lap@gmail.com> +# Author: Ramojus Lapinskas <ramojus.lap@gmail.com> "comment" = { fg = "comment" } "constant" = { fg = "magenta" } @@ -43,6 +43,9 @@ "ui.statusline" = { fg = "dark_white", bg = "light_black3" } "ui.statusline.inactive" = { fg = "dark_white2", bg = "light_black" } +"ui.statusline.normal" = { bg = "dark_white2", fg = "black" } +"ui.statusline.insert" = { bg = "blue", fg = "black" } +"ui.statusline.select" = { bg = "orange", fg = "black" } "ui.text" = { fg = "white" } "ui.text.focus" = { fg = "orange" } |