-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
136 lines (112 loc) · 4.42 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
!===============================================
! Xft settings
!===============================================
/* *international: true */
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgba
Xft.hinting: true
Xft.hintstyle: hintmedium
/* Xft.lcdfilter: lcddefault */
!===============================================
! URxvt Settings
!===============================================
!
URxvt.meta8: false
URxvt.transparent: false
URxvt.urgentOnBell: true
URxvt.visualBell: true
URxvt.loginShell: true
!===============================================
!Layout
!===============================================
URxvt.internalBorder: 0
!===============================================
! Fonts
!===============================================
URxvt.allow_bold: true
! URxvt.font: xft:DejaVuSansMonoForPowerline Nerd Font:pixelsize=12:antialiase=true:autohinting=true
! URxvt.font: xft:FuraCode Nerd Font:pixelsize=12:antialiase=true:autohinting=true
! URxvt.font: xft:mononoki Nerd Font:pixelsize=13:antialiase=true:autohinting=true
! URxvt.font: xft:MonofurForPowerline Nerd Font:pixelsize=14:antialiase=true:autohinting=true
! URxvt.font: xft:Knack Nerd Font:pixelsize=12:antialiase=true:autohinting=true
! URxvt.font: xft:SpaceMono Nerd Font:pixelsize=12:antialiase=true:autohinting=true
! URxvt.font: xft:NotoForPowerline Nerd Font:pixelsize=12:antialiase=true:autohinting=true
URxvt.font: xft:SauceCodePro Nerd Font:pixelsize=13:autohinting=true
! URxvt.font: xft:FantasqueSansMono NF:pixelsize=14:antialiase=true:autohinting=true:Regular
! URxvt.font: xft:Anonymice NF:pixelsize=12:antialiase=true:autohinting=true:Regular
! URxvt.font: xft:FuraMonoForPowerline NF:pixelsize=12
! URxvt.font: xft:MesloLGM NF:pixelsize=12:antialiase=true:autohinting=true
! URxvt.font: xft:InconsolataForPowerline Nerd Font:pixelsize=13:antialiase=true:autohinting=true
!===============================================
! Behaviour
!===============================================
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.secondaryScroll: false
! Cursor
URxvt.cursorBlink: false
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! Misc
URxvt.saveLines: 8192
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.cutchars: "`'\",;@&*=|?()<>[]{}"
URxvt.termName: rxvt-unicode
!===============================================
! URLs
!===============================================
URxvt.underlineUrls: true
URxvt.url-select.launcher: firefox
URxvt.urlLauncher: firefox
URxvt.url-select.underline: true
URxvt.perl-ext-common: default,selection-to-clipboard,clipboard,matcher,resize-font,keyboard-select,config-reload
URxvt.matcher.button: 1
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
!===============================================
! Colors
!
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!===============================================
! URxvt.depth: 24 !(This allows transparency, but breaks image previews in ranger)
URxvt.dynamicColors: off
/* URxvt.fading: 0 */
URxvt.foreground: #657b83
/* URxvt.fadeColor: #002b36 */
URxvt.cursorColor: #93a1a1
URxvt.pointerColorBackground: #586e75
URxvt.pointerColorForeground: #93a1a1
! Swap background color for contrast.
URxvt.keysym.M-C-l: command:\033]4;1;#dc322f\007\033]11;rgba:ee00/e800/d500/e000\007
URxvt.keysym.M-C-d: command:\033]4;1;#dc322f\007\033]11;rgba:0000/2b00/3600/eff0\007
!! black dark/light
*color0: #073642
*color8: #002b36
!! red dark/light
*color1: #dc322f
*color9: #cb4b16
!! yellow dark/light
*color2: #b58900
*color10: #586e75
!! green dark/light
*color3: #859900
*color11: #657b83
!! blue dark/light
*color4: #268bd2
*color12: #839496
!! magenta dark/light
*color5: #d33682
*color13: #6c71c4
!! cyan dark/light
*color6: #2aa198
*color14: #93a1a1
!! white dark/light
*color7: #eee8d5
*color15: #fdf6e3
URxvt.background: #002b36