-
Notifications
You must be signed in to change notification settings - Fork 8
/
.Xresources
64 lines (46 loc) · 1.04 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
Xft.dpi: 165.63
rofi.dpi: 250
! Fonts
URxvt.font: xft:Jetbrains Mono:size=11
/* URxvt.letterSpace: -1 */
URxvt.depth: 32
urxvt.scrollBar: false
urxvt.cursorBlink: true
! Misc
URxvt*loginShell: true
URxvt.iso14755: False
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.perl-ext-common: default,selection-to-clipboard,selection-autotransform
URxvt.selection-autotransform.0: s/ +$//gm
! double click selection delims
URxvt*cutchars: ()*,<>[]{}|`""''
! Dracula Pro Xresources palette
! ! special
*.foreground: #f8f8f2
*.background: #22212c
URxvt.background: [95]#22212c
*.cursorColor: #f8f8f2
! black
*.color0: #454158
*.color8: #504c67
! red
*.color1: #ff9580
*.color9: #ffaa99
! green
*.color2: #8aff80
*.color10: #a2ff99
! yellow
*.color3: #ffff80
*.color11: #ffff99
! blue
*.color4: #9580ff
*.color12: #aa99ff
! magenta
*.color5: #ff80bf
*.color13: #ff99cc
! cyan
*.color6: #80ffea
*.color14: #99ffee
! white
*.color7: #f8f8f2
*.color15: #ffffff