diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-01-14 16:13:56 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-14 16:13:56 +0000 |
commit | a006c562833bba33c50e84bfdcc9caf730a2a8c4 (patch) | |
tree | 29aef6d73eb570f995a49299b8d014c101ba8a16 /x/.Xresources | |
parent | 10368398d5725c8467fb1484061e5fdb077e5380 (diff) |
changed colors
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 60 |
1 files changed, 40 insertions, 20 deletions
diff --git a/x/.Xresources b/x/.Xresources index 9022d87..c460775 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -33,26 +33,46 @@ URxvt*fading: 0 | |||
33 | URxvt*tintColor: #ffffff | 33 | URxvt*tintColor: #ffffff |
34 | URxvt*shading: 0 | 34 | URxvt*shading: 0 |
35 | URxvt*inheritPixmap: False | 35 | URxvt*inheritPixmap: False |
36 | 36 | *.foreground: #c5c8c6 | |
37 | URxvt.foreground: #839496 | 37 | *.background: #161719 |
38 | URxvt.background: #09090d | 38 | *.cursorColor: #d0d0d0 |
39 | URxvt.cursor: #839496 | 39 | ! |
40 | URxvt.color0: #353540 | 40 | ! Black |
41 | URxvt.color8: #545466 | 41 | *.color0: #000000 |
42 | URxvt.color1: #8c5760 | 42 | *.color8: #000000 |
43 | URxvt.color9: #b26f7a | 43 | ! |
44 | URxvt.color2: #7b8c58 | 44 | ! Red |
45 | URxvt.color10: #9db270 | 45 | *.color1: #d12121 |
46 | URxvt.color3: #8c6e43 | 46 | *.color9: #d12121 |
47 | URxvt.color11: #b28c55 | 47 | ! |
48 | URxvt.color4: #58698c | 48 | ! Green |
49 | URxvt.color12: #7086b2 | 49 | *.color2: #87c38a |
50 | URxvt.color5: #7b5e7d | 50 | *.color10: #94fa36 |
51 | URxvt.color13: #9c77b2 | 51 | ! |
52 | URxvt.color6: #66808c | 52 | ! Yellow |
53 | URxvt.color14: #82a2b2 | 53 | *.color3: #ffd7b1 |
54 | URxvt.color7: #8c8b8b | 54 | *.color11: #f5ffa8 |
55 | URxvt.color15: #b8b8c8 | 55 | ! |
56 | ! Blue | ||
57 | *.color4: #85befd | ||
58 | *.color12: #96cbfe | ||
59 | ! | ||
60 | ! Magenta | ||
61 | *.color5: #b9b6fc | ||
62 | *.color13: #b9b6fc | ||
63 | ! | ||
64 | ! Cyan | ||
65 | *.color6: #85befd | ||
66 | *.color14: #85befd | ||
67 | ! | ||
68 | ! White | ||
69 | *.color7: #e0e0e0 | ||
70 | *.color15: #e0e0e0 | ||
71 | ! | ||
72 | ! Bold, Italic, Underline | ||
73 | *.colorBD: #c5c8c6 | ||
74 | !*.colorIT: | ||
75 | !*.colorUL: | ||
56 | !#include "/home/ssaini/.cache/wal/colors.Xresources" | 76 | !#include "/home/ssaini/.cache/wal/colors.Xresources" |
57 | 77 | ||
58 | ! Perls | 78 | ! Perls |