source: dotfiles/X/.Xdefaults@ 2b2c1ba

Last change on this file since 2b2c1ba was 2b2c1ba, checked in by Mikhail Kirillov <w96k@…>, on Jan 13, 2020 at 11:32:34 PM

Change font in stump and emacs

  • Property mode set to 100644
File size: 1.2 KB
Line 
1URxvt.termName: rxvt
2
3!TomorrowNightEighties
4*.foreground: #cccccc
5*.background: #2d2d2d
6*.cursorColor: #aeafad
7
8! Black / Grey
9*.color0: #999999
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
41URxvt.font: xft:terminus:pixelsize=14
42URxvt.scrollBar: false
43URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
44URxvt.keysym.M-u: perl:url-select:select_next
45URxvt.underlineURLs: True
46URxvt.cursorBlink: True
47Urxvt.cursorUnderline: True
48Urxvt.visualBell: True
49Urxvt.fading: 50
50Urxvt.fadeColor: #ff0000
51
52Xft.autohint: 0
53Xft.lcdfilter: lcddefault
54Xft.hintstyle: hintslight
55Xft.hinting: 0
56Xft.antialias: 1
57Xft.rgba: rgb
Note: See TracBrowser for help on using the repository browser.