-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
84 lines (65 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
URxvt*font: xft:Ubuntu Mono:size=9
! Layout
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.autohint: false
Xft.lcdfilter: lcddefault
URxvt.letterSpace: 0
Urxvt.internalBorder: 24
URxvt.cursorBlink: true
URxvt*tintColor : #ffffff
URxvt*externalBorder : 10
URxvt*internalBorder : 10
URxvt*borderLess : 0
URxvt*lineSpace : 0
! Scrollbar
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollBar_floating: false
URxvt.scrollstyle: rxvt
! Color theme
! special
*.foreground: #a2dbbf
*.background: #030d10
*.cursorColor: #a2dbbf
! black
*.color0: #0e1713
*.color8: #73c09d
! red
*.color1: #15211b
*.color9: #99d6e4
! green
*.color2: #23332b
*.color10: #3c8041
! yellow
*.color3: #364c41
*.color11: #c2bbef
! blue
*.color4: #4e6c5d
*.color12: #c5c0e3
! magenta
*.color5: #6b927e
*.color13: #cdc7f1
! cyan
*.color6: #8cbea5
*.color14: #8fd5b4
! white
*.color7: #b6efd3
*.color15: #f6f6f6
! Clipboard
!URxvt.perl-ext-common: ...,clipboard,...
URxvt.clipboard.autocopy: true
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
! URLs
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
! Dmenu
dmenu.selforeground: #474c57
dmenu.background: #ffffff
dmenu.selbackground: #4ec2e8
dmenu.foreground: #474c57