lupan-set-theme follow links, awesome lighter fg_normal

- awesome: fg_normal is common between themes so make it somewhat
lighter then it was on dark theme
This commit is contained in:
2025-09-29 22:18:53 +02:00
parent 270338f6d3
commit f76cac70eb
3 changed files with 20 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ theme.bg_minimize = "#454f54" -- hsl(200 10% 30%)
theme.bg_systray = theme.bg_normal
theme.tasklist_bg_focus = "#1c3b4a" -- hsl(200 45% 20%)
theme.fg_normal = "#73848c" -- hsl(200 10% 50%)
theme.fg_normal = "#8f9ca3" -- hsl(200 10% 60%)
theme.fg_focus = "#abb5ba" -- hsl(200 10% 70%)
theme.fg_urgent = theme.bg_focus
theme.fg_minimize = theme.fg_normal