diff options
author | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
commit | 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch) | |
tree | b5120bfc9b0ca72c9293afb9ed6e2e632a811deb /X/.Xresources |
squash again
Diffstat (limited to 'X/.Xresources')
-rw-r--r-- | X/.Xresources | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/X/.Xresources b/X/.Xresources new file mode 100644 index 0000000..010298e --- /dev/null +++ b/X/.Xresources | |||
@@ -0,0 +1,118 @@ | |||
1 | ! ------------------------------------------------------------------------------ | ||
2 | ! Colors | ||
3 | ! ------------------------------------------------------------------------------ | ||
4 | ! | ||
5 | !------------------------------------------------------------------------------ | ||
6 | |||
7 | #define base00 #000000 | ||
8 | #define base01 #303030 | ||
9 | #define base02 #353535 | ||
10 | #define base03 #4A4A4A | ||
11 | #define base04 #787878 | ||
12 | #define base05 #EEFFFF | ||
13 | #define base06 #EEFFFF | ||
14 | #define base07 #FFFFFF | ||
15 | #define base08 #F07178 | ||
16 | #define base09 #F78C6C | ||
17 | #define base0A #FDF200 | ||
18 | #define base0B #13CA91 | ||
19 | #define base0C #79ffe1 | ||
20 | #define base0D #7898FB | ||
21 | #define base0E #ff3299 | ||
22 | #define base0F #FF5370 | ||
23 | |||
24 | ! URxvt | ||
25 | ! ------------------------------------------------------------------------------ | ||
26 | |||
27 | *foreground: base05 | ||
28 | *background: base00 | ||
29 | *cursorColor: base05 | ||
30 | |||
31 | *color0: base00 | ||
32 | *color1: base08 | ||
33 | *color2: base0B | ||
34 | *color3: base0A | ||
35 | *color4: base0D | ||
36 | *color5: base0E | ||
37 | *color6: base0C | ||
38 | *color7: base05 | ||
39 | |||
40 | *color8: base03 | ||
41 | *color9: base09 | ||
42 | *color10: base01 | ||
43 | *color11: base02 | ||
44 | *color12: base04 | ||
45 | *color13: base06 | ||
46 | *color14: base0F | ||
47 | *color15: base07 | ||
48 | |||
49 | URxvt.cursorBlink : 1 | ||
50 | URxvt.font :xft:Input:size=12:style=Regular \ | ||
51 | xft:DejaVu Sans Mono:size=11:style=Medium | ||
52 | |||
53 | URxvt.italicFont :xft:Input:size=12:style=Italic | ||
54 | URxvt.boldFont :xft:Input:size=12:style=Bold | ||
55 | |||
56 | URxvt.lineSpace : 0 | ||
57 | URxvt.letterSpace : -1 | ||
58 | URxvt.scrollBar : false | ||
59 | URxvt.internalBorder : 25 | ||
60 | URxvt.cursorUnderline : false | ||
61 | URxvt.geometry : 70x35 | ||
62 | URxvt.thickness : 5 | ||
63 | URxvt.titleBar : false | ||
64 | URxvt.intensityStyles : false | ||
65 | |||
66 | |||
67 | URxvt.perl-ext-common : default,matcher | ||
68 | URxvt.url-launcher : firefox | ||
69 | URxvt.matcher.button : 1 | ||
70 | |||
71 | ! ------------------------------------------------------------------------------ | ||
72 | ! rofi | ||
73 | ! ------------------------------------------------------------------------------ | ||
74 | rofi.color-enabled: true | ||
75 | |||
76 | rofi.color-window: base00 , base00 , base00 , base00 , base03 | ||
77 | rofi.color-normal: base00 , base03 , base00 , base00 , base07 | ||
78 | rofi.color-active: base03 , base0E , base00 , base0B , base00 | ||
79 | rofi.color-urgent: base00 , base03 , base00 , base00 , base03 | ||
80 | |||
81 | rofi.fake-transparency : true | ||
82 | rofi.font : Iosevka Nerd 13 | ||
83 | rofi.columns : 1 | ||
84 | rofi.separator-style : none | ||
85 | rofi.hide-scrollbar : true | ||
86 | rofi.location : 1 | ||
87 | rofi.yoffset : 20 | ||
88 | rofi.xoffset : 20 | ||
89 | rofi.padding : 32 | ||
90 | rofi.fullscreen : false | ||
91 | rofi.width : 300 | ||
92 | rofi.lines : 6 | ||
93 | |||
94 | dzen2.font: -*-archivo-medium-r-normal--0-90-0-0-p-0-*-* | ||
95 | dzen2.foreground: base07 | ||
96 | dzen2.background: ase00 | ||
97 | |||
98 | Xft.autohint: 1 | ||
99 | Xft.antialias: 1 | ||
100 | Xft.lcdfilter: lcddefault | ||
101 | Xft.hintstyle: hintslight | ||
102 | Xft.hinting: true | ||
103 | Xft.rgba: rgb | ||
104 | Xft.dpi: 110 | ||
105 | |||
106 | ! ------------------------------------------------------------------------------ | ||
107 | ! 2bwm | ||
108 | ! ------------------------------------------------------------------------------ | ||
109 | |||
110 | twobwm.border_width: 8 | ||
111 | twobwm.outer_border: 2 | ||
112 | twobwm.focus_color: base01 | ||
113 | twobwm.unfocus_color: base01 | ||
114 | twobwm.fixed_color: base0D | ||
115 | twobwm.unkill_color: base08 | ||
116 | twobwm.fixed_unkill_color: base0E | ||
117 | twobwm.outer_border_color: base00 | ||
118 | twobwm.inverted_colors: true | ||