fixes wallust and waybar coloring
This commit is contained in:
@ -9,8 +9,7 @@ cyan = "{{color14}}"
|
||||
white = "{{color15}}"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8e8e8e"
|
||||
text = "#080808"
|
||||
cursor = "{{cursor}}"
|
||||
|
||||
[colors.normal]
|
||||
black = "{{color0}}"
|
||||
@ -24,9 +23,4 @@ white = "{{color7}}"
|
||||
|
||||
[colors.primary]
|
||||
background = "{{background}}"
|
||||
bright_foreground = "#eeeeee"
|
||||
foreground = "{{foreground}}"
|
||||
|
||||
[colors.selection]
|
||||
background = "#b2ceee"
|
||||
text = "#080808"
|
||||
foreground = "{{foreground}}"
|
Reference in New Issue
Block a user