diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-07-28 08:12:17 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-07-28 08:12:17 +0000 |
commit | 1c84c072619de0d877b5aa79175a8598e4e41673 (patch) | |
tree | a75e2e15c107b595d3fb08aeb17be9fdea328b40 /x | |
parent | 38c9c6044fbafe151e10201dc4cb4ebee235b788 (diff) |
colors
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x/.Xresources b/x/.Xresources index 44bd7c8..c346ab2 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -8,28 +8,28 @@ | |||
8 | *.color8: #747c84 | 8 | *.color8: #747c84 |
9 | 9 | ||
10 | ! red | 10 | ! red |
11 | *.color1: #ce3c1e | 11 | *.color1: #b55651 |
12 | *.color9: #ce3c1e | 12 | *.color9: #b55651 |
13 | 13 | ||
14 | ! green | 14 | ! green |
15 | *.color2: #1ea85c | 15 | *.color2: #11703c |
16 | *.color10: #1ea85c | 16 | *.color10: #11703c |
17 | 17 | ||
18 | ! yellow | 18 | ! yellow |
19 | *.color3: #758268 | 19 | *.color3: #4d4f4b |
20 | *.color11: #758268 | 20 | *.color11: #4d4f4b |
21 | 21 | ||
22 | ! blue | 22 | ! blue |
23 | *.color4: #50719b | 23 | *.color4: #304560 |
24 | *.color12: #50719b | 24 | *.color12: #304560 |
25 | 25 | ||
26 | ! magenta | 26 | ! magenta |
27 | *.color5: #aa297f | 27 | *.color5: #aa297f |
28 | *.color13: #aa297f | 28 | *.color13: #aa297f |
29 | 29 | ||
30 | ! cyan | 30 | ! cyan |
31 | *.color6: #35a390 | 31 | *.color6: #4ba39a |
32 | *.color14: #35a390 | 32 | *.color14: #4ba39a |
33 | 33 | ||
34 | ! white | 34 | ! white |
35 | *.color7: #c7ccd1 | 35 | *.color7: #c7ccd1 |
@@ -47,7 +47,7 @@ URxvt.letterSpace : 0 | |||
47 | URxvt.scrollBar : false | 47 | URxvt.scrollBar : false |
48 | URxvt.internalBorder : 25 | 48 | URxvt.internalBorder : 25 |
49 | URxvt.cursorUnderline : false | 49 | URxvt.cursorUnderline : false |
50 | URxvt.geometry : 70x35 | 50 | URxvt.geometry : 80x30 |
51 | URxvt.thickness : 5 | 51 | URxvt.thickness : 5 |
52 | URxvt.titleBar : false | 52 | URxvt.titleBar : false |
53 | URxvt.intensityStyles : false | 53 | URxvt.intensityStyles : false |