source: dotfiles/X/.Xdefaults@ c39b1a4

Last change on this file since c39b1a4 was c39b1a4, checked in by Mikhail Kirillov <w96k.ru@…>, on Aug 30, 2019 at 1:47:39 AM

Add gnu stow categories

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