-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.Xresources
More file actions
43 lines (42 loc) · 938 Bytes
/
.Xresources
File metadata and controls
43 lines (42 loc) · 938 Bytes
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
!! Colors
*.foreground: #93a1a1
*.background: #001b1b
*.cursorColor: #afbfbf
! Black
*.color0: #010101
*.color8: #5b5b5b
! Red
*.color1: #bd5243
*.color9: #d6908b
! Green
*.color2: #88ab39
*.color10: #c3e264
! Yellow
*.color3: #c5a739
*.color11: #f2d771
! Blue
*.color4: #4a899e
*.color12: #94cee4
! Magenta
*.color5: #be98c6
*.color13: #eea8ec
! Cyan
*.color6: #207f8c
*.color14: #71d4cd
! White
*.color7: #a7a7a7
*.color15: #eaeaea
!! URxvt
URxvt.font: xft:robotomono:size=14
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
URxvt.perl-ext-common: default,clipboard,resize-font