From: Samir Benmendil Date: Tue, 26 Jan 2021 00:04:56 +0000 (+0000) Subject: awesome: highlight urgent windows with nord11 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/11106beed351719a98dfecb529695538a09ddfd4?ds=sidebyside awesome: highlight urgent windows with nord11 --- diff --git a/awesome/themes/nord/theme.lua b/awesome/themes/nord/theme.lua index 9614695..b90cc14 100644 --- a/awesome/themes/nord/theme.lua +++ b/awesome/themes/nord/theme.lua @@ -32,7 +32,7 @@ theme.font = "Droid Sans 8" theme.bg_normal = theme.nord0 theme.bg_focus = theme.nord1 -theme.bg_urgent = theme.bg_normal +theme.bg_urgent = theme.nord11 theme.bg_minimize = theme.bg_normal theme.bg_systray = theme.bg_normal