-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xresources
120 lines (106 loc) · 2.87 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
!
! Xft settings
!
Xft.dpi: 210
Xft.rgba: rgb
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
!
! URxvt settings
!
URxvt*termName: rxvt-256color
URxvt.loginShell: true
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext: default,clipboard,url-select,keyboard-select
URxvt.url-launcher: /usr/bin/chromium
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt.matcher.button: 1
URxvt.clipboard.autocopy: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! Appearance
URxvt*font: xft:Iosevka:style=regular:size=8
URxvt*boldFont: xft:Iosevka:bold:style=regular:size=8
URxvt.depth: 32
URxvt.transparent: false
URxvt.fading: 0
URxvt*xftAntialias: true
URxvt.scrollBar: false
!URxvt.scrollStyle: rxvt
!
! xterm settings
!
xterm*internalBorder: 0
xterm*loginShell: true
xterm*scrollBar: false
xterm*cursorBlink: false
!xterm*geometry: 80x26
xterm*saveLines: 65535
xterm*dynamicColors: on
xterm*highlightSelection: true
! Appearance
xterm*utf8: 2
xterm*eightBitInput: true
xterm*metaSendsEscape: true
xterm*faceName: Iosevka
xterm*faceSize: 8
xterm*cursorColor: #DCDCCC
Xcursor.theme: OpenZone_Ice
Xcursor.size: 32
! Emacs
Emacs.font: Iosevka-8
! Base16 Zenburn
! Scheme: elnawe
#define base00 #383838
#define base01 #404040
#define base02 #606060
#define base03 #6f6f6f
#define base04 #808080
#define base05 #dcdccc
#define base06 #c0c0c0
#define base07 #ffffff
#define base08 #dca3a3
#define base09 #dfaf8f
#define base0A #e0cf9f
#define base0B #5f7f5f
#define base0C #93e0e3
#define base0D #7cb8bb
#define base0E #dc8cc3
#define base0F #000000
*foreground: base05
#ifdef background_opacity
*background: [background_opacity]base00
#else
*background: base00
#endif
*cursorColor: base05
*color0: base00
*color1: base08
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base03
*color9: base08
*color10: base0B
*color11: base0A
*color12: base0D
*color13: base0E
*color14: base0C
*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16: base09
*color17: base0F
*color18: base01
*color19: base02
*color20: base04
*color21: base06