Add ui.selection to theme.toml

Enables changing the color of the selection which was previously
hard coded.
This commit is contained in:
Gokul Soumya 2021-06-14 15:41:05 +05:30 committed by Blaž Hrastnik
parent 9cfa163370
commit f33aaba53f
6 changed files with 6 additions and 2 deletions

View file

@ -50,6 +50,7 @@
"ui.text" = { fg = "#a4a0e8" } # lavender
"ui.text.focus" = { fg = "#dbbfef"} # lilac
"ui.selection" = { bg = "#540099" }
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
"warning" = "#ffcd1c"