-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
58 lines (53 loc) · 1.76 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
URxvt.font: xft:monospace:size=16, \
xft:Source Code Pro Medium, \
xft:Source Code Pro Medium for Powerline, \
xft:Terminus:pixelsize=16,xft:Inconsolata\ for\ Powerline:pixelsize=16, \
xft:PowerlineSymbols:size=16, \
xft:powerline:size=16
URxvt.letterSpace: -1
URxvt.scrollBar: false
! Eliminate the bell
URxvt.insecure: true
! URxvt*termName: rxvt-unicode-256color
! Xft.rgba: rgb
! URxvt*dynamicColors: on
! Wombat colorscheme
#define wb_bg #1c1c1c
#define wb_fg #f6f3e8
#define wb_cur #656565
#define wb_sel #444444
#define wb_grey #99968b
#define wb_blue #8ac6f2
#define wb_red #e5786d
#define wb_yellow #cae682
#define wb_ltgreen #e7f6da
#define wb_green #95e454
#define wb_dkgrey #8f8f8f
URxvt*background: wb_bg
URxvt*foreground: wb_fg
!URxvt*foreground: wb_grey
URxvt*cursorColor: wb_cur
URxvt*color0: black
URxvt*color1: wb_red
URxvt*color2: wb_green
URxvt*color3: wb_yellow
URxvt*color4: wb_blue
URxvt*color5: wb_blue
URxvt*color6: wb_blue
URxvt*color7: wb_grey
URxvt*color9: wb_dkgrey
URxvt*color8: wb_red
URxvt*color10: wb_green
URxvt*color11: wb_yellow
URxvt*color12: wb_blue
URxvt*color13: wb_blue
URxvt*color14: wb_blue
URxvt*color15: white
!URxvt*color15: wb_grey
URxvt.perl-ext-common: default,clipboard,url-select,resize-font
Urxvt.url-select.launcher: chromium
Urxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.keysym.C-l: command:\000
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger