mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
theme: naughty notification should use a darker background
We use the same background as for a widget.
This commit is contained in:
parent
eb52dfe29e
commit
4dbb842e7c
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ if theme then
|
|||
theme.bg_minimize = theme.bg_minimize .. "99"
|
||||
|
||||
-- Widget stuff
|
||||
theme.bg_widget = "#00000099"
|
||||
theme.bg_widget = "#000000BB"
|
||||
theme.fg_widget_label = "#737d8c"
|
||||
theme.fg_widget_value = na(theme.fg_normal)
|
||||
theme.fg_widget_value_important = "#E80F28"
|
||||
|
@ -28,5 +28,8 @@ if theme then
|
|||
theme.fg_widget_center = "#FFCCCC"
|
||||
theme.fg_widget_start = "#FF0000"
|
||||
|
||||
-- Naughty
|
||||
naughty.config.presets.normal.bg = theme.bg_widget
|
||||
|
||||
return theme
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue