diff options
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 141 |
1 files changed, 65 insertions, 76 deletions
diff --git a/x/.Xresources b/x/.Xresources index a8c0489..2985bba 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -1,87 +1,76 @@ | |||
1 | URxvt.urgentOnBell: off | 1 | ! ------------------------------------------------------------------------------ |
2 | URxvt.visualBell: false | 2 | ! Colors |
3 | URxvt.iso14755: false | 3 | ! ------------------------------------------------------------------------------ |
4 | URxvt.iso14755_52: off | 4 | ! |
5 | URxvt.meta8: false | 5 | !------------------------------------------------------------------------------ |
6 | URxvt.depth: 32 | ||
7 | URxvt.metaSendsEscape: true | ||
8 | URxvt.scrollBar: off | ||
9 | URxvt.cursorBlink: true | ||
10 | URxvt.cursorUnderline: true | ||
11 | URxvt.saveLines: 10000 | ||
12 | URxvt.scrollTtyOutput: false | ||
13 | URxvt.scrollWithBuffer: true | ||
14 | URxvt.scrollTtyKeypress: true | ||
15 | 6 | ||
16 | URxvt.font: xft:Hermit:pixelsize=12:style=medium:antialias=true | 7 | #define base00 #000000 |
17 | URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:antialias=true | 8 | #define base01 #303030 |
18 | URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:antialias=true | 9 | #define base02 #353535 |
19 | URxvt.letterSpace: 1 | 10 | #define base03 #4A4A4A |
20 | urxvt*termName: rxvt-256color | 11 | #define base04 #787878 |
21 | urxvt*scrollBar: false | 12 | #define base05 #EEFFFF |
22 | urxvt*matcher.button: 1 | 13 | #define base06 #EEFFFF |
23 | urxvt.transparent: false | 14 | #define base07 #FFFFFF |
24 | !urxvt.boldFont: | 15 | #define base08 #F07178 |
25 | Xft*dpi: 96 | 16 | #define base09 #F78C6C |
26 | Xft*antialias: true | 17 | #define base0A #00fdb4 |
27 | Xft*hinting: true | 18 | #define base0B #13CA91 |
28 | Xft*hintstyle: hintfull | 19 | #define base0C #79ffe1 |
29 | Xft.lcdfilter: lcddefault | 20 | #define base0D #7898FB |
30 | Xft*rgba: rgb | 21 | #define base0E #ff3299 |
31 | URxvt*cursorUnderline: true | 22 | #define base0F #FF5370 |
32 | URxvt*geometry: 85x20 | ||
33 | *internalBorder: 15 | ||
34 | URxvt*fading: 0 | ||
35 | URxvt*tintColor: #ffffff | ||
36 | URxvt*shading: 0 | ||
37 | URxvt*inheritPixmap: False | ||
38 | 23 | ||
39 | ! special | 24 | ! URxvt |
40 | *.foreground: #c6c8d1 | 25 | ! ------------------------------------------------------------------------------ |
41 | *.background: #000000 | ||
42 | *.cursorColor: #c6c8d1 | ||
43 | 26 | ||
44 | ! black | 27 | *foreground: base05 |
45 | *.color0: #161821 | 28 | *background: base00 |
46 | *.color8: #6b7089 | 29 | *cursorColor: base05 |
47 | 30 | ||
48 | ! red | 31 | *color0: base00 |
49 | *.color1: #e27878 | 32 | *color1: base08 |
50 | *.color9: #e98989 | 33 | *color2: base0B |
34 | *color3: base0A | ||
35 | *color4: base0D | ||
36 | *color5: base0E | ||
37 | *color6: base0C | ||
38 | *color7: base05 | ||
51 | 39 | ||
52 | ! green | 40 | *color8: base03 |
53 | *.color2: #b4be82 | 41 | *color9: base09 |
54 | *.color10: #c0ca8e | 42 | *color10: base01 |
43 | *color11: base02 | ||
44 | *color12: base04 | ||
45 | *color13: base06 | ||
46 | *color14: base0F | ||
47 | *color15: base07 | ||
55 | 48 | ||
56 | ! yellow | 49 | URxvt.cursorBlink : 1 |
57 | *.color3: #e2a478 | 50 | URxvt.font :xft:Input Mono:pixelsize=12.5:style=Regular \ |
58 | *.color11: #e9b189 | 51 | xft:DejaVu Sans Mono:size=12.5:style=Medium |
59 | 52 | ||
60 | ! blue | 53 | URxvt.italicFont :xft:Input Mono:pixelsize=12.5:style=Italic |
61 | *.color4: #84a0c6 | 54 | URxvt.boldFont :xft:Input Mono:pixelsize=12.5:style=Bold |
62 | *.color12: #91acd1 | ||
63 | 55 | ||
64 | ! magenta | 56 | URxvt.lineSpace : 0 |
65 | *.color5: #a093c7 | 57 | URxvt.letterSpace : -1 |
66 | *.color13: #ada0d3 | 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 | ||
67 | 65 | ||
68 | ! cyan | ||
69 | *.color6: #89b8c2 | ||
70 | *.color14: #95c4ce | ||
71 | 66 | ||
72 | ! white | 67 | URxvt.perl-ext-common : default,matcher |
73 | *.color7: #c6c8d1 | 68 | URxvt.url-launcher : firefox-bin |
74 | *.color15: #d2d4de | 69 | URxvt.matcher.button : 1 |
75 | 70 | ||
76 | ! Perls | 71 | Xft.autohint: 1 |
77 | URxvt.perl-ext-common : default,matcher,keyboard-select,resize-font | 72 | Xft.antialias: 1 |
78 | URxvt.resize-font.step: 1 | 73 | Xft.lcdfilter: lcddefault |
79 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | 74 | Xft.hinting: true |
80 | URxvt.keysym.M-u : perl:url-select:select_next | 75 | Xft.rgba: rgb |
81 | URxvt.keysym.M-s : perl:keyboard-select:search | 76 | Xft.dpi: 96 |
82 | !URxvt.perl-ext-common : tabbed,default,matcher | ||
83 | Urxvt.perl-lib : /usr/lib64/urxvt/perl/ | ||
84 | URxvt.url-select.launcher : firefox | ||
85 | URxvt.url-select.autocopy : true | ||
86 | URxvt.url-select.underline : true | ||
87 | URxvt.url-select.button: 1 | ||