source: dotfiles/X/.Xdefaults@ d5bf673

Last change on this file since d5bf673 was d5bf673, checked in by Mikhail Kirillov <w96k.ru@…>, on Sep 3, 2019 at 12:33:04 AM

Fix nano fails with "Error opening terminal: rxvt-unicode"

  • Property mode set to 100644
File size: 1.1 KB
Line 
1URxvt.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
41urxvt*font: xft:terminus:pixelsize=14:autohint=true
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
46
47Xft.autohint: 0
48Xft.lcdfilter: lcddefault
49Xft.hintstyle: hintslight
50Xft.hinting: 0
51Xft.antialias: 1
52Xft.rgba: rgb
Note: See TracBrowser for help on using the repository browser.