aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorwojciechkepka2021-06-20 20:02:41 +0000
committerBlaž Hrastnik2021-06-23 12:55:02 +0000
commitd70be55f708fdae8c6e89cae1ad48a35d716bf10 (patch)
tree27ebdd32bf2866cdc31caa589d3a58d4d2727f9f /theme.toml
parentac1e98d088dcb05bfb72d39bc33394163b8303ba (diff)
Add ability to theme primary selecition
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 a4f40267..6c357ef4 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"