[Rofi] Tweak colors

This commit is contained in:
Ivan Malison 2017-02-07 21:52:16 -08:00
parent de0f4f5daa
commit 00d5b2b827
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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