-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
60 lines (47 loc) · 1.17 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
Xcursor.theme: capitaine-cursors-light
Xcursor.size: 16
URxvt.font:xft:Fira Code:size=16,xft:Symbola,xft:Noto Emoji:minspace=False,xft:DejaVu Sans Mono
Urxvt.perl-ext-common: resize-font
URxvt.scrollBar: false
URxvt.depth: 32
URxvt.internalBorder: 0
URxvt.saveLines: 20000
!URxvt.perl-ext-common:
Xft.dpi: 96
URxvt.keysym.M-a: perl:keyboard-select:activate
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext: default,matcher
URxvt.matcher.button: 1
URxvt.url-launcher: /usr/bin/google-chrome-stable
URxvt.background: [70]#1e1e2e
!*background: #1e1e2e
!*foreground: #D9E0EE
! Gray
*color0: #51576D
*color8: #626880
! Red
*color1: #E78284
*color9: #E78284
! Green
*color2: #A6D189
*color10: #A6D189
! Yellow
*color3: #E5C890
*color11: #E5C890
! Blue
*color4: #8CAAEE
*color12: #8CAAEE
! Maguve
*color5: #F5BDE6
*color13: #F5BDE6
! Pink
*color6: #8BD5CA
*color14: #8BD5CA
! Whites
*color7: #B5BFE2
*color15: #B5BFE2