From 00d5b2b827e3c2b805e709f62854193e93397874 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 7 Feb 2017 21:52:16 -0800 Subject: [PATCH] [Rofi] Tweak colors --- dotfiles/Xresources | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 33d76b4c..5a2081dd 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -25,12 +25,13 @@ rofi.font: source code pro semibold 12 #define _GREEN #4CAF50 #define _YELLOW #FFEB3B #define _BLUE #2196F3 +#define _TEAL #80CBC4 #define _RED #F44336 #define _DGREY #212121 #define ROFIBG _DGREY -#define ROFI1 _GREEN -#define ROFI2 _BLUE +#define ROFI1 _BLUE +#define ROFI2 _TEAL #define ROFIACCENT _YELLOW #define ROFITEXT _YELLOW