summaryrefslogtreecommitdiff
path: root/x/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'x/.Xresources')
-rw-r--r--x/.Xresources69
1 files changed, 41 insertions, 28 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 8868f7f..569a360 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -35,43 +35,56 @@ URxvt*fading: 0
35URxvt*tintColor: #ffffff 35URxvt*tintColor: #ffffff
36URxvt*shading: 0 36URxvt*shading: 0
37URxvt*inheritPixmap: False 37URxvt*inheritPixmap: False
38!Tomorrow
39#define t_background #ffffff
40#define t_current_line #efefef
41#define t_selection #d6d6d6
42#define t_foreground #4d4d4c
43#define t_comment #8e908c
44#define t_red #c82829
45#define t_orange #f5871f
46#define t_yellow #eab700
47#define t_green #718c00
48#define t_aqua #3e999f
49#define t_blue #4271ae
50#define t_purple #8959a8
38 51
39! special
40*.foreground: #c6c8d1
41*.background: #161821
42*.cursorColor: #c6c8d1
43 52
44! black 53*.foreground: t_foreground
45*.color0: #161821 54*.background: t_background
46*.color8: #6b7089 55*.cursorColor: #aeafad
47 56
48! red 57! Black / Grey
49*.color1: #e27878 58*.color0: #000000
50*.color9: #e98989 59*.color8: #666666
51 60
52! green 61! Red / Bright Red
53*.color2: #b4be82 62*.color1: t_red
54*.color10: #c0ca8e 63*.color9: #FF3334
55 64
56! yellow 65! Green + Bright Green
57*.color3: #e2a478 66*.color2: t_green
58*.color11: #e9b189 67*.color10: #9ec400
59 68
60! blue 69! Yellow (Orange) + Bright Yellow (Yellow)
61*.color4: #84a0c6 70*.color3: t_orange
62*.color12: #91acd1 71*.color11: t_yellow
63 72
64! magenta 73! Blue + Bright Blue
65*.color5: #a093c7 74*.color4: t_blue
66*.color13: #ada0d3 75*.color12: t_blue
67 76
68! cyan 77! Magenta (Purple) + Bright Magenta
69*.color6: #89b8c2 78*.color5: t_purple
70*.color14: #95c4ce 79*.color13: #b777e0
71 80
72! white 81! Cyan (Aqua) + Bright Cyan
73*.color7: #c6c8d1 82*.color6: t_aqua
74*.color15: #d2d4de 83*.color14: #54ced6
84
85! Light Grey (Selection) + White (Current Line)
86*.color7: t_selection
87*.color15: t_current_line
75 88
76! Perls 89! Perls
77URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font 90URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font