aboutsummaryrefslogtreecommitdiffstats
path: root/x11/.config/Xresources/theme.conf
blob: 031bb7561c11402fd6994b432f49b1c776e84b33 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
!! Background colors
#define bgdefault   #111111
#define bgbright    #3d3d3d
#define bgdim       #222222
#define bgred       #3f1a1a
#define bgorange    #3f321f
#define bgyellow    #343922
#define bggreen     #263f1f
#define bgturquoise #1f3f2c
#define bgcyan      #1f3f3f
#define bgblue      #1f2c3f
#define bgpurple    #2f2a3f
#define bgmagenta   #381f3f
#define bgpink      #3f1f32

!! Foreground colors
#define fgdefault   #bfbfbf
#define fgbright    #ededed
#define fgdim       #969696
#define fgred       #a85454
#define fgorange    #a88654
#define fgyellow    #8d995c
#define fggreen     #65a854
#define fgturquoise #54a875
#define fgcyan      #54a8a8
#define fgblue      #5476a8
#define fgpurple    #7d71a8
#define fgmagenta   #9754a8
#define fgpink      #a85487

!! URxvt colors
#define URxvt_background bgdefault
#define URxvt_foreground fgdefault
! BG Black
#define URxvt_color0  bgdim
! BG Red
#define URxvt_color1  fgred
! BG Green
#define URxvt_color2  fggreen
! BG Yellow
#define URxvt_color3  fgyellow
! BG Blue
#define URxvt_color4  fgblue
! BG Magenta
#define URxvt_color5  fgmagenta
! BG Cyan
#define URxvt_color6  fgcyan
! BG White
#define URxvt_color7  fgdim
! FG Black
#define URxvt_color8  bgbright
! FG Red
#define URxvt_color9  #da9d9d
! FG Green
#define URxvt_color10 #a9d39e
! FG Yellow
#define URxvt_color11 #c2ca9e
! FG Blue
#define URxvt_color12 #a2b8d8
! FG Magenta
#define URxvt_color13 #d0a8da
! FG Cyan
#define URxvt_color14 #abdddd
! FG White
#define URxvt_color15 fgbright
! Selection highlight
#define URxvt_highlightColor bgblue
#define URxvt_highlightTextColor fgdefault