From 18aa83bf89e0e50e206eb295f95fdd096947d51d Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 21 Aug 2017 00:58:18 -0500 Subject: [PATCH] Polybar: Add additional alert color --- .config/polybar/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/polybar/config b/.config/polybar/config index 342539db..f7d8b150 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,6 +10,8 @@ [res/colors] alert-dark = ${xrdb:color3:#d79921} alert = ${xrdb:color11:#fabd2f} +alert-hard-dark = ${xrdb:color9:#fb4934} +alert-hard = ${xrdb:color1:#cc241d} primary-dark = ${xrdb:color6:#689d6a} primary = ${xrdb:color14:#8ec07c}