forked from oxhak/archlinux-desktop-config-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
executable file
·55 lines (45 loc) · 1.11 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
45
46
47
48
49
50
51
52
53
54
55
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.url-launcher: firefox
URxvt.matcher.button: 1
URxvt.font: xft:Monaco for Powerline:pixelsize=18:antialias=false
URxvt.boldFont: xft:Monaco for Powerline:bold:pixelsize=18:antialias=false
URxvt.letterSpace: 0
URxvt.lineSpace: 6
urxvt*termName: rxvt
urxvt*scrollBar:false
urxvt*cursorBlink: true
urxvt*cursorUnderline: true
urxvt*cursorColor: #ececec
URxvt.internalBorder: 10
URxvt*saveLines: 12000
urxvt*depth: 32
urxvt.background: [60]#000000
URxvt*foreground: #E8E8E8
URxvt*background: #000000
!! black dark/light
*color0: #111111
*color8: #2e3436
!! red dark/light
*color1: #D64541
*color9: #E74C3C
!! green dark/light
*color2: #049372
*color10: #26C281
!! yellow dark/light
*color3: #F7CA18
*color11: #F5D76E
!! blue dark/light
*color4: #4183D7
*color12: #59ABE3
!! magenta dark/light
*color5: #8E44AD
*color13: #9B59B6
!! cyan dark/light
*color6: #6BB9F0
*color14: #89C4F4
!! white dark/light
*color7: #BDC3C7
*color15: #ececec