diff options
author | wojciechkepka | 2021-06-18 18:22:15 +0000 |
---|---|---|
committer | BenoƮt Cortier | 2021-06-18 19:18:58 +0000 |
commit | 1c1474c3b8dbab8ca4b9a62220c079ddffb7ed9f (patch) | |
tree | 1cec97057ec390710d2e728182401fd3bf33300c /contrib/themes/onedark.toml | |
parent | b0522239e750d86432ab53e32aeb1fde99474239 (diff) |
Add `ui.statusline.inactive`, use `ui.statusline` for statusline text
Diffstat (limited to 'contrib/themes/onedark.toml')
-rw-r--r-- | contrib/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/themes/onedark.toml b/contrib/themes/onedark.toml index 4c13a217..65f26725 100644 --- a/contrib/themes/onedark.toml +++ b/contrib/themes/onedark.toml @@ -36,6 +36,7 @@ "ui.linenr.selected" = { fg = "#ABB2BF" } "ui.popup" = { bg = "#3E4452" } "ui.statusline" = { fg = "#ABB2BF", bg = "#2C323C" } +"ui.statusline.inactive" = { fg = "#ABB2Bf", bg = "#2C323C" } "ui.selection" = { bg = "#3E4452" } "ui.text" = { fg = "#ABB2BF", bg = "#282C34" } "ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] } |