-
Notifications
You must be signed in to change notification settings - Fork 7
/
.Xdefaults
152 lines (134 loc) · 4.38 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
! ---------------------------- Fonts -------------------------------
!Xft.dpi: 168
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.autohint: false
Xft.lcdfilter: lcddefault
Xcursor.size: 16
! ---------------------------- URXVT -------------------------------
!URxvt.font: xft:monospace:size=12:antialias=true
!URxvt.boldFont: xft:Monospace:size=12
!URxvt.font: xft:Inconsolata:size=12:antialias=true
URxvt.font: xft:DejaVu Sans mono:size=10:antialias=true
URxvt.letterSpace: -1
URxvt.lineSpace: 1
URxvt.termName: rxvt-256color
! remove scrollbar
URxvt.scrollBar: false
! do not scroll with output
URxvt.scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt.scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt.scrollTtyKeypress: true
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.internalBorder: 0
URxvt.externalBorder: 0
! High intensity colors not so fine in white background with gnome-terminal linux palette
!URxvt.intensityStyles: false
! Send Tab (\011) when Shift-Tab (ISO_Left_Tab) is pressed (instead of default Esc),
! this solves the weird escape to normal mode with vi mode in bash when pressing
! tab for completion when you are inserting capital letters
URxvt.keysym.ISO_Left_Tab: string:\011
!!!! URxvt perl extensions
URxvt.perl-ext-common: default,matcher,keyboard-select,newterm,dynamic-colors,font-size
! copy/paste to clipboard
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!URxvt.keysym.Control-Meta-c: builtin-string:
!URxvt.keysym.Control-Meta-v: builtin-string:
! for dynamic colors
URxvt.dynamicColors: on
URxvt.keysym.M-Tab: perl:dynamic-colors:cycle
URxvt.keysym.Mod1-Control-1: perl:dynamic-colors:simple
URxvt.keysym.Mod1-Control-2: perl:dynamic-colors:paper-color-bfg-wbg
URxvt.keysym.Mod1-Control-3: perl:dynamic-colors:paper-color-bfg
!URxvt.keysym.Mod1-Control-3: perl:dynamic-colors:paper-color
!keyboard-seletc
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keyboard-select.clipboard: true
! key binding for newterm extension from https://github.com/effigies/urxvt-perl
URxvt.keysym.Mod1-n: perl:newterm
! key bindings for font-size extension
URxvt.keysym.C-plus: perl:font-size:increase
URxvt.keysym.C-minus: perl:font-size:decrease
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-asterisk: perl:font-size:incglobal
URxvt.keysym.C-underscore: perl:font-size:decglobal
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.keysym.C-equal: perl:font-size:reset
URxvt.keysym.C-slash: perl:font-size:show
URxvt.font-size.step: 1
URxvt.colorUL: #4682B4
!! matcher
URxvt.keysym.C-M-u: perl:matcher:select
URxvt.url-launcher: sensible-browser
URxvt.keysym.C-M-s: perl:matcher:last
URxvt.keysym.C-M-l: perl:matcher:list
URxvt.matcher.button: 1
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
URxvt.matcher.launcher.2: gvim +$2 $1
URxvt.url-select.underline: true
! ---------------------------- Colors -------------------------------
!! PaperColor Theme
!URxvt*cursorColor: #4D4D4C
!URxvt*pointerColor: #4D4D4C
!URxvt.foreground: #4D4D4C
!URxvt.background: #EEEEEE
!
!! Paper Color Palette
!! black
!URxvt.color0: #D0D0D0
!URxvt.color8: #737373
!! red
!URxvt.color1: #D7005F
!URxvt.color9: #D7005F
!! green
!URxvt.color2: #718C00
!URxvt.color10: #718C00
!! yellow / orange
!URxvt.color3: #D75F00
!URxvt.color11: #D75F00
!!blue
!URxvt.color4: #4271AE
!URxvt.color12: #4271AE
!! magenta
!URxvt.color5: #8959A8
!URxvt.color13: #8959A8
!! cyan
!URxvt.color6: #3E999F
!URxvt.color14: #3E999F
!! white
!URxvt.color7: #4D4D4C
!URxvt.color15: #F5F5F5
!lucius light theme
URxvt*cursorColor: #626262
URxvt*pointerColor: #626262
URxvt.background: #eeeeee
URxvt.border: #eeeeee
URxvt.foreground: #626262
URxvt.cursor: #87afdf
URxvt.color0: #626262
URxvt.color1: #d70000
URxvt.color2: #00af00
URxvt.color3: #d78700
URxvt.color4: #0087d7
URxvt.color5: #af00af
URxvt.color6: #00afaf
URxvt.color7: #eeeeee
URxvt.color8: #626262
URxvt.color9: #d70000
URxvt.color10: #00af00
URxvt.color11: #d78700
URxvt.color12: #0087d7
URxvt.color13: #af00af
URxvt.color14: #00afaf
URxvt.color15: #eeeeee