fixes wallust and waybar coloring

This commit is contained in:
2025-05-20 14:37:24 +02:00
parent 150a5bb0a3
commit 5a00782b36
3 changed files with 47 additions and 223 deletions

View File

@ -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}}"