-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
88 lines (72 loc) · 1.51 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
! all
!*.background: #11121D
*.foreground: #c0b18b
*.cursorColor:#c5c8c6
! Normal
! ! color0 black
! ! color1 red
! ! color2 green
! ! color3 yellow
! ! color4 blue
! ! color5 purple
! ! color6 cyan
! ! color7 white
!
!black
*color0:#4A3637
*color8:#4A3637
!red
*color1:#d17b49
*color9:#d17b49
!green
*color2:#7b8748
*color10:#7b8748
!yellow
*color3:#af865a
*color11:#af865a
!blue
*color4:#535C5C
*color12:#535C5C
!magenta
*color5:#775759
*color13:#775759
!cyan
*color6:#6d715e
*color14:#6d715e
!white
*color7:#c0b18b
*color15:#c0b18b
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*underlineColor: #535C5C
!!!!URxvt*font: xft:terminus:size=12
URxvt*font: xft:FiraCode Nerd Font Mono:style=Medium,Regular:size=12
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*loginShell: true
Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
URxvt*saveLines: 5000
URxvt*termName: rxvt-unicode
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: firefox
URxvt.matcher.button: 2
!URxvt*background: #11121D
urxvt*depth: 32
URxvt*background: #000
URxvt.colorIT: #87af5f
URxvt.colorBD: #867e36
URxvt.colorUL: #535C5C
URxvt*depth: 32
URxvt.internalBorder: 10
!-- Xft settings -- !
Xft.antialias: 1
Xft.hinting: 1
Xft.autohint: 0
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Xft.dpi: 110
urxvt.perl-ext-common: default,resize-font
URxvt.keysym.C-j: resize-font:smaller
URxvt.keysym.C-k: resize-font:bigger
URxvt.keysym.C-=: resize-font:reset