-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
executable file
·72 lines (63 loc) · 1.43 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
! General
URxvt*font : xft:SourceCodePro:pixelsize=22,xft:Symbola:pixelsize=18
URxvt*boldFont : xft:SourceCodePro:pixelsize=22:bold,xft:Symbola:pixelsize=18:bold
urxvt.italicFont : xft:Bitstream Vera Sans Mono:italic:autohint=true
URxvt*urgentOnBell : true
URxvt*termname : screen-256color
URxvt.scrollstyle : rxvt
URxvt.scrollBar : false
! URL
URxvt.perl-ext-common : default,url-select,keyboard-select
URxvt.matcher.button : 1
URxvt.keysym.M-u : perl:url-select:select_next
URxvt.url-select.launcher : /usr/bin/chromium
URxvt.url-select.underline : true
URxvt.keysym.M-Escape : perl:keyboard-select:activate
URxvt.keysym.M-s : perl:keyboard-select:search
! Effects
! *fading : 20
! *fadeColor : #0d0d0d
! Colors
*.foreground: #9cc2c3
*.background: #001e27
*.cursorColor: #f34b00
!
! Black
*.color0: #002831
*.color8: #006488
!
! Red
*.color1: #d11c24
*.color9: #f5163b
!
! Green
*.color2: #6cbe6c
*.color10: #51ef84
!
! Yellow
*.color3: #a57706
*.color11: #b27e28
!
! Blue
*.color4: #2176c7
*.color12: #178ec8
!
! Magenta
*.color5: #c61c6f
*.color13: #e24d8e
!
! Cyan
*.color6: #259286
*.color14: #00b39e
!
! White
*.color7: #eae3cb
*.color15: #fcf4dc
!
! Bold, Italic, Underline
*.colorBD: #b5d5d3
!*.colorIT:
!*.colorUL:
! X org
Xft.dpi: 100
Xcursor.size: 64