-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
116 lines (101 loc) · 3.34 KB
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 170
Xcursor.size: 42
!Colors
!BLACK - Cursor
#define _color0 #282C34
#define _color8 #282C34
!RED - Tag
#define _color1 #FF6059
#define _color9 #FF6059
!GREEN - SpecialKey
#define _color2 #5FFF87
#define _color10 #5FFF87
!YELLOW - Keyword
#define _color3 #FFFF87
#define _color11 #FFFF87
!BLUE - Number
#define _color4 #5FAFFF
#define _color12 #5FAFFF
!MAGENTA - Precondit
#define _color5 #AF87FF
#define _color13 #AF87FF
!CYAN - Float
#define _color6 #5FAFFF
#define _color14 #5FAFFF
!WHITE - Search
#define _color7 #FFFFFF
#define _color15 #FFFFFF
!FMT - Include, StatusLine, ErrorMsg
#define _colorBD #FF875F
#define _colorUL #FFFF87
#define _colorIT #5FFF87
!TXT - Normal, Normal, Cursor
#define _foreground #FAFAFA
#define _background #202020
#define _cursorColor #FCE6FF
!Highlight
#define _highlightFg #FAFAFA
#define _highlightBg #2B2E3B
URxvt*color0 : _color0
URxvt*color1 : _color1
URxvt*color2 : _color2
URxvt*color3 : _color3
URxvt*color4 : _color4
URxvt*color5 : _color5
URxvt*color6 : _color6
URxvt*color7 : _color7
URxvt*color8 : _color8
URxvt*color9 : _color9
URxvt*color10 : _color10
URxvt*color11 : _color11
URxvt*color12 : _color12
URxvt*color13 : _color13
URxvt*color14 : _color14
URxvt*color15 : _color15
URxvt*colorBD : _colorBD
URxvt*colorIT : _colorIT
URxvt*colorUL : _colorUL
URxvt*foreground : _foreground
URxvt*background : _background
URxvt*cursorColor : _cursorColor
URxvt*highlightColor : _highlightBg
URxvt*highlightTextColor : _highlightFg
URxvt*highlightReverse : true
! transparency - true or false (default)
URxvt*transparent: false
! tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
! some nice listings are at:
! http://www.nisrv.com/drupal/?q=node/11
! http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
!URxvt*tintColor: Blue
! shading - 0 to 99 darkens, 101 to 200 lightens.
! Dont use with tintColor; just use a darker or lighter color instead.
URxvt*shading: 30
! scrollback buffer lines - 65535 is max on most machines (64 is default)
URxvt*saveLines: 65535
! font color (default is black)
!URxvt*foreground: White
! background color (prior to tinting) (default is white)
!URxvt*background: Blue
URxvt*font: xft:Hack Nerd Font:pixelsize=26:antialias=true:hinting=true
URxvt*boldFont: xft:Hack Nerd Font:bold:pixelsize=26:antialias=true:hinting=true
! scrollbar - true (default) or false
URxvt*scrollBar: false
! scrollbar position - left=false (default) or right=true
URxvt*scrollBar_right: true
! scrollbar style - rxvt (default), plain, next, or xterm
URxvt*scrollstyle: rxvt
! allow copy and paste
URxvt.perl-ext-common: default,clipboard,matcher,font-size
URxvt.iso14755: False
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Control-Up: perl:font-size:increase
URxvt.keysym.Control-Down: perl:font-size:decrease
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
! Map CAPS LOCK to ESC
setxkbmap -option caps:escape