From 38c8392ec09d87acd53e9fc811850cc208cf8255 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 19 Sep 2017 23:44:30 -0500 Subject: update --- dotfiles/Xresources | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'dotfiles/Xresources') diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 40b82a1..e06e7aa 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,6 +1,15 @@ -*foreground: rgb:c5/c8/c6 -*background: rgb:1d/1f/21 -*color0: rgb:1d/1f/21 +! define tomorrow night colorscheme +#define tomorrow_background #1d1f21 +#define tomorrow_foreground #c5c8c6 +#define tomorrow_selection #373b41 +#define tomorrow_comment #969896 +#define tomorrow_red #cc6666 +#define tomorrow_orange #de935f +#define tomorrow_yellow #f0c674 + +*foreground: tomorrow_foreground +*background: tomorrow_background +*color0: tomorrow_background *color1: rgb:cc/66/66 *color2: rgb:b5/bd/68 *color3: rgb:f0/c6/74 @@ -21,3 +30,7 @@ XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=false XTerm.vt100.faceNameDoublesize: WenQuanYi Bitmap Song XTerm.vt100.faceSize: 10 XTerm.selectToClipboard: true + +rofi.color-enabled: true +rofi.color-window: tomorrow_selection, tomorrow_foreground, tomorrow_comment +rofi.color-normal: tomorrow_selection, tomorrow_foreground, tomorrow_selection, tomorrow_selection, tomorrow_yellow -- cgit v1.2.3