blob: ff9e2c5c361fbb8c386f7eab8fb50e34c93de53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|