-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
executable file
·85 lines (66 loc) · 1.88 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
URxvt.scrollBar: false
URxvt.font: xft:Droid Sans Mono for Powerline-10:hinting=True;antialias:True
URxvt.boldFont: xft:Droid Sans Mono for Powerline-10:bold;hinting=True;antialias:True
!URxvt.font: xft:Meslo LG S DZ for Powerline-10:style=Regular;hinting=True;antialias:True
!URxvt.boldFont: xft:Meslo LG S DZ for Powerline-10:style=Regular;hinting=True;antialias:True
!URxvt.letterSpace: -1
Xft.antialias: 1
Xft.autohint: 1
Xft.dpi: 90
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
URxvt.cursorBlink: 1
URxvt.cursorUnderline: 1
! tabs
URxvt.perl-ext-common: tabbedex,clipboard,selection-to-clipboard
URxvt.tabbed.autohide: true
URxvt.keysym.Control-t: perl:tabbedex:new_tab
!URxvt.keysym.Alt-Tab: perl:tabbedex:prev_tab
URxvt.keysym.Control-Tab: perl:tabbedex:next_tab
!URxvt.keysym.Shift-Control-Tab: perl:tabbedex:pre_tab
!URxvt.keysym.Control-W: perl:tabbedex:close_tab
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
! Base16 Isotope
! Scheme: Jan T. Sott
#define base00 #222222
#define base01 #404040
#define base02 #606060
#define base03 #808080
#define base04 #c0c0c0
#define base05 #d0d0d0
#define base06 #e0e0e0
#define base07 #ffffff
#define base08 #ff0000
#define base09 #ff9900
#define base0A #ff0099
#define base0B #33ff00
#define base0C #00ffff
#define base0D #0066ff
#define base0E #cc00ff
#define base0F #3300ff
*.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