From 115e11abfa8266eaa878db5beb19d966fced76f9 Mon Sep 17 00:00:00 2001 From: elenapan Date: Wed, 1 Apr 2020 09:13:51 +0300 Subject: [PATCH] Change amarena dashboard bg --- config/awesome/themes/amarena/theme.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/awesome/themes/amarena/theme.lua b/config/awesome/themes/amarena/theme.lua index 0f538e7..9a1fea2 100644 --- a/config/awesome/themes/amarena/theme.lua +++ b/config/awesome/themes/amarena/theme.lua @@ -175,6 +175,10 @@ theme.sidebar_y = 0 theme.sidebar_border_radius = 0 -- theme.sidebar_border_radius = theme.border_radius +-- Dashboard +theme.dashboard_bg = x.color0 +theme.dashboard_fg = x.color7 + -- Exit screen theme.exit_screen_bg = x.color0 .. "CC" theme.exit_screen_fg = x.color7