aboutsummaryrefslogtreecommitdiff
path: root/contrib/themes/ingrid.toml
diff options
context:
space:
mode:
authorGokul Soumya2021-06-14 10:11:05 +0000
committerBlaž Hrastnik2021-06-14 15:06:53 +0000
commitf33aaba53fee32fb0a6e496c472f4e08bb401237 (patch)
tree407063aae90be69feaaa3e410621f3a42fc9d9f2 /contrib/themes/ingrid.toml
parent9cfa1633702a33b917b108eca5e3ca83484b8a6e (diff)
Add ui.selection to theme.toml
Enables changing the color of the selection which was previously hard coded.
Diffstat (limited to 'contrib/themes/ingrid.toml')
-rw-r--r--contrib/themes/ingrid.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/themes/ingrid.toml b/contrib/themes/ingrid.toml
index 60377b45..0dd53164 100644
--- a/contrib/themes/ingrid.toml
+++ b/contrib/themes/ingrid.toml
@@ -38,6 +38,7 @@
"ui.text" = { fg = "#7B91B3" }
"ui.text.focus" = { fg = "#250E07", modifiers= ["bold"] }
+"ui.selection" = { bg = "#540099" }
"ui.menu.selected" = { fg = "#D74E50", bg = "#F3EAE9" }
"warning" = "#D4A520"