This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
92 lines (85 loc) · 2.18 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
! ----------------------------------
! color settings
! ----------------------------------
*.foreground: #fffaf4
*.background: #0e1019
*.cursorColor: #ff0018
!
! Black
! main color
*.color0: #232323
! command hint (urxvt) + title text (vifm)
*.color8: #444444
!
! Red
! command unknown (urxvt)
*.color1: #ff000f
! executable soft link (urxvt)
*.color9: #ff2740
!
! Green
! command known (urxvt) + second line (powerline) when stage clear (urxvt/git)
*.color2: #8ce10b
! executable files (urxvt)
*.color10: #abe15b
!
! Yellow
! second line (powerline) when stage unclear (urxvt/git)
*.color3: #ffb900
! left row numbers (vim)
*.color11: #ffd242
!
! Blue
! first line (powerline)
*.color4: #008df8
! directory (urxvt)
*.color12: #0092ff
!
! Magenta
! ???????
*.color5: #6d43a6
! variable value on code (vim)
*.color13: #9a5feb
!
! Cyan
! parentesis (vim)
*.color6: #00d8eb
! directory (vifm) + comment on code (vim) + soft link file text (urxvt)
*.color14: #67fff0
!
! White
! border (vifm)
*.color7: #ffffff
! main color white
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #9e9c9a
!*.colorIT:
!*.colorUL:
! ----------------------------------
! urxvt settings
! ----------------------------------
URxvt*font: xft:DejaVu Sans Mono for Powerline-14
! URxvt.font: xft:DejaVu Sans Mono for Powerline:pixelsize=22,xft:Unifont:size=9,xft:WunconSiji:size=9,xft:FontAwesome:pixelsize=22
! URxvt.boldFont: xft:Source Code Pro Semibold:size=9,xft:DejaVu Sans Mono for Powerline:size=9,xft:FontAwesome:size=9
URxvt*scrollBar: False
!
! handle Meta (Alt) + keypress to set the 8th bit
URxvt.meta8: true
!URxvt*inheritPixmap: true
URxvt*shading: 5
URxvt*transparent: true
! ----------------------------------
! urxvt extentions
! ----------------------------------
URxvt.perl-ext-common: default,font-size,url-select
! disable the ctrl+shift keycap picture
URxvt.iso14755: false
URxvt.iso14755_52: false
! ctrl+shift+c/v command copy paste
URxvt.keysym.Control-Shift-C: eval:selection_to_clipboard
URxvt.keysym.Control-Shift-V: eval:paste_clipboard
URxvt.url-select.autocopy: true
URxvt.url-select.launcher: firefox
URxvt.url-select.underline: true