diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-16 08:19:33 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-16 08:19:33 +0000 |
commit | 74f672b39beb7c27ad2d4d7dfc6253449694f8d1 (patch) | |
tree | 9af2b240f9ed9e59e448554aa5f3f812442a0d3d /x/.Xresources | |
parent | 55a4d6fcc7c2f3c613b1971cc6a66407096998f2 (diff) |
shifted to void
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 68 |
1 files changed, 18 insertions, 50 deletions
diff --git a/x/.Xresources b/x/.Xresources index 569a360..54e7237 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -35,56 +35,25 @@ URxvt*fading: 0 | |||
35 | URxvt*tintColor: #ffffff | 35 | URxvt*tintColor: #ffffff |
36 | URxvt*shading: 0 | 36 | URxvt*shading: 0 |
37 | URxvt*inheritPixmap: False | 37 | URxvt*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 | ||
51 | 38 | ||
52 | 39 | *.foreground: #F8F8F2 | |
53 | *.foreground: t_foreground | 40 | *.background: #121212 |
54 | *.background: t_background | 41 | *.color0: #000000 |
55 | *.cursorColor: #aeafad | 42 | *.color8: #4D4D4D |
56 | 43 | *.color1: #FF5555 | |
57 | ! Black / Grey | 44 | *.color9: #FF6E67 |
58 | *.color0: #000000 | 45 | *.color2: #50FA7B |
59 | *.color8: #666666 | 46 | *.color10: #5AF78E |
60 | 47 | *.color3: #F1FA8C | |
61 | ! Red / Bright Red | 48 | *.color11: #F4F99D |
62 | *.color1: t_red | 49 | *.color4: #BD93F9 |
63 | *.color9: #FF3334 | 50 | *.color12: #CAA9FA |
64 | 51 | *.color5: #FF79C6 | |
65 | ! Green + Bright Green | 52 | *.color13: #FF92D0 |
66 | *.color2: t_green | 53 | *.color6: #8BE9FD |
67 | *.color10: #9ec400 | 54 | *.color14: #9AEDFE |
68 | 55 | *.color7: #BFBFBF | |
69 | ! Yellow (Orange) + Bright Yellow (Yellow) | 56 | *.color15: #E6E6E6 |
70 | *.color3: t_orange | ||
71 | *.color11: t_yellow | ||
72 | |||
73 | ! Blue + Bright Blue | ||
74 | *.color4: t_blue | ||
75 | *.color12: t_blue | ||
76 | |||
77 | ! Magenta (Purple) + Bright Magenta | ||
78 | *.color5: t_purple | ||
79 | *.color13: #b777e0 | ||
80 | |||
81 | ! Cyan (Aqua) + Bright Cyan | ||
82 | *.color6: t_aqua | ||
83 | *.color14: #54ced6 | ||
84 | |||
85 | ! Light Grey (Selection) + White (Current Line) | ||
86 | *.color7: t_selection | ||
87 | *.color15: t_current_line | ||
88 | 57 | ||
89 | ! Perls | 58 | ! Perls |
90 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 59 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font |
@@ -98,4 +67,3 @@ URxvt.url-select.launcher : firefox | |||
98 | URxvt.url-select.autocopy : true | 67 | URxvt.url-select.autocopy : true |
99 | URxvt.url-select.underline : true | 68 | URxvt.url-select.underline : true |
100 | URxvt.url-select.button: 1 | 69 | URxvt.url-select.button: 1 |
101 | |||