diff options
author | wojciechkepka | 2021-06-20 20:02:41 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-23 12:55:02 +0000 |
commit | d70be55f708fdae8c6e89cae1ad48a35d716bf10 (patch) | |
tree | 27ebdd32bf2866cdc31caa589d3a58d4d2727f9f /theme.toml | |
parent | ac1e98d088dcb05bfb72d39bc33394163b8303ba (diff) |
Add ability to theme primary selecition
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,8 @@ "ui.text" = { fg = "#a4a0e8" } # lavender "ui.text.focus" = { fg = "#dbbfef"} # lilac -"ui.selection" = { bg = "#540099" } +"ui.selection" = { bg = "#44258b" } +"ui.selection.primary" = { bg = "#540099" } "ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver "warning" = "#ffcd1c" |