diff options
Diffstat (limited to 'x')
| -rw-r--r-- | x/Xresources | 36 | 
1 files changed, 36 insertions, 0 deletions
| diff --git a/x/Xresources b/x/Xresources new file mode 100644 index 0000000..ff9e2c5 --- /dev/null +++ b/x/Xresources @@ -0,0 +1,36 @@ +! 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:     tomorrow_red +*color2:     rgb:b5/bd/68 +*color3:     rgb:f0/c6/74 +*color4:     rgb:81/a2/be +*color5:     rgb:b2/94/bb +*color6:     rgb:8a/be/b7 +*color7:     rgb:ff/ff/ff +*color8:     rgb:cc/66/66 +*color9:     rgb:de/93/5f +*color10:    rgb:f0/c6/74 +*color11:    rgb:b5/bd/68 +*color12:    rgb:8a/be/b7 +*color13:    rgb:81/a2/be +*color14:    rgb:b2/94/bb +*color15:    rgb:a3/68/5a + +XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=true +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 | 
