Line | |
---|
1 | URxvt.termName: rxvt
|
---|
2 |
|
---|
3 | !TomorrowNightEighties
|
---|
4 | *.foreground: #cccccc
|
---|
5 | *.background: #2d2d2d
|
---|
6 | *.cursorColor: #aeafad
|
---|
7 |
|
---|
8 | ! Black / Grey
|
---|
9 | *.color0: #000000
|
---|
10 | *.color8: #666666
|
---|
11 |
|
---|
12 | ! Red / Bright Red
|
---|
13 | *.color1: #f2777a
|
---|
14 | *.color9: #FF3334
|
---|
15 |
|
---|
16 | ! Green + Bright Green
|
---|
17 | *.color2: #99cc99
|
---|
18 | *.color10: #9ec400
|
---|
19 |
|
---|
20 | ! Yellow (Orange) + Bright Yellow (Yellow)
|
---|
21 | *.color3: #f99157
|
---|
22 | *.color11: #ffcc66
|
---|
23 |
|
---|
24 | ! Blue + Bright Blue
|
---|
25 | *.color4: #6699cc
|
---|
26 | *.color12: #6699cc
|
---|
27 |
|
---|
28 | ! Magenta (Purple) + Bright Magenta
|
---|
29 | *.color5: #cc99cc
|
---|
30 | *.color13: #b777e0
|
---|
31 |
|
---|
32 | ! Cyan (Aqua) + Bright Cyan
|
---|
33 | *.color6: #66cccc
|
---|
34 | *.color14: #54ced6
|
---|
35 |
|
---|
36 | ! Light Grey (Selection) + White (Current Line)
|
---|
37 | *.color7: #515151
|
---|
38 | *.color15: #393939
|
---|
39 |
|
---|
40 | ! URxvt
|
---|
41 | urxvt*font: xft:terminus:pixelsize=14:autohint=true
|
---|
42 | URxvt.scrollBar: false
|
---|
43 | URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
|
---|
44 | URxvt.keysym.M-u: perl:url-select:select_next
|
---|
45 | URxvt.underlineURLs: True
|
---|
46 |
|
---|
47 | Xft.autohint: 0
|
---|
48 | Xft.lcdfilter: lcddefault
|
---|
49 | Xft.hintstyle: hintslight
|
---|
50 | Xft.hinting: 0
|
---|
51 | Xft.antialias: 1
|
---|
52 | Xft.rgba: rgb
|
---|
Note:
See
TracBrowser
for help on using the repository browser.