diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-07-02 21:18:45 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-07-02 21:18:45 -0500 |
commit | 7bcb0b78ce9e70b5e09ed84677742357ffdd3709 (patch) | |
tree | e33afbc154c0c302b78c7888d9e019b77df6340a /Xresources | |
parent | 4fda7b1b6eb947fbf0c9d8e2fe654d4db039401b (diff) |
2018-07-02 21:18
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..ff9e2c5 --- /dev/null +++ b/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 |