aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorwojciechkepka2021-06-18 18:22:15 +0000
committerBenoƮt Cortier2021-06-18 19:18:58 +0000
commit1c1474c3b8dbab8ca4b9a62220c079ddffb7ed9f (patch)
tree1cec97057ec390710d2e728182401fd3bf33300c /theme.toml
parentb0522239e750d86432ab53e32aeb1fde99474239 (diff)
Add `ui.statusline.inactive`, use `ui.statusline` for statusline text
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 903a5e26..a4f40267 100644
--- a/theme.toml
+++ b/theme.toml
@@ -41,7 +41,8 @@
"ui.background" = { bg = "#3b224c" } # midnight
"ui.linenr" = { fg = "#5a5977" } # comet
"ui.linenr.selected" = { fg = "#dbbfef" } # lilac
-"ui.statusline" = { bg = "#281733" } # revolver
+"ui.statusline" = { fg = "#dbbfef", bg = "#281733" } # revolver
+"ui.statusline.inactive" = { fg = "#a4a0e8", bg = "#281733" } # revolver
"ui.popup" = { bg = "#281733" } # revolver
"ui.window" = { bg = "#452859" } # bossa nova
"ui.window" = { bg = "#452859" } # bossa nova