Compare commits

..

2 Commits

Author SHA1 Message Date
12f8744211 Proper select color.
- I've made something vile lmao, i'm kepeing this.
2020-05-22 18:41:49 -05:00
9a71d847d6 This is the proper color to match my rofi skin. 2020-05-22 18:40:39 -05:00

View File

@ -13,8 +13,8 @@ local theme = {}
theme.font = "sans 8"
theme.bg_normal = "#222222"
theme.bg_focus = "#535d6c"
theme.bg_normal = "#2f1e2e"
theme.bg_focus = "#815ba4"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal