-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xdefaults
44 lines (37 loc) · 1.45 KB
/
Xdefaults
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
! Colors for urxvt
urxvt*background: #002b36
urxvt*foreground: #839496
urxvt*fading: 40
urxvt*fadeColor: #002b36
urxvt*cursorColor: #93a1a1
urxvt*pointerColorBackground: #586e75
urxvt*pointerColorForeground: #cb4b16
urxvt*color0: #073642
urxvt*color1: #dc322f
urxvt*color2: #859900
urxvt*color3: #b58900
urxvt*color4: #268bd2
urxvt*color5: #d33682
urxvt*color6: #2aa198
urxvt*color7: #eee8d5
urxvt*color8: #002b36
urxvt*color9: #cb4b16
urxvt*color10: #586e75
urxvt*color11: #657b83
urxvt*color12: #839496
urxvt*color13: #6c71c4
urxvt*color14: #93a1a1
urxvt*color15: #fdf6e3
! disable scrall bar
urxvt*scrollBar: false
!! urxvt font configuration:
urxvt*boldColors: on
urxvt*font: xft:liberation mono:pixelsize=13:antialias=true:hinting=true:medium
urxvt*boldFont: xft:liberation mono:pixelsize=13:antialias=true:hinting=true:bold
!! Copy and paste configuration
urxvt.perl-lib: .config/urxvt/
urxvt.perl-ext-common: default,clipboard
urxvt.clipboard.copycmd: xclip -i -selection clipboard
urxvt.clipboard.pastecmd: xclip -o -selection clipboard
urxvt.keysym.Mod1-c: perl:clipboard:copy
urxvt.keysym.Mod1-v: perl:clipboard:paste