diff options
author | Blaž Hrastnik | 2021-08-20 01:58:44 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-20 01:58:44 +0000 |
commit | 68626b8f7844381c7fdfc8ddeffcbe5e84f1db04 (patch) | |
tree | 7793b585b20a83aa57212c3cd8c4e6af2cd7139d /theme.toml | |
parent | cbd39d67a419aa0442af6d81b5b41ad518dc5fff (diff) |
ui: Refactor styling a bit, ensure infobox is stylable
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ module = "#ff0000" "ui.help" = { bg = "#7958DC", fg = "#171452" } "ui.text" = { fg = "lavender" } -"ui.text.focus" = { fg = "lilac" } +"ui.text.focus" = { fg = "white" } "ui.selection" = { bg = "#540099" } "ui.selection.primary" = { bg = "#540099" } |