-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
93 lines (79 loc) · 2.08 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
88
89
90
91
92
93
! font
URxvt.font: xft:JetBrainsMono Nerd Font Mono:size=13
URxvt.boldFont: xft:JetBrainsMono Nerd Font Mono:size=13:bold
URxvt.italicFont: xft:JetBrainsMono Nerd Font Mono:size=13:italic
URxvt.boldItalicFont: xft:JetBrainsMono Nerd Font Mono:size=13:bold:italic
URxvt.letterSpace: 1
URxvt.scrollBar: false
URxvt.saveLines: 69420
Xcursor.theme: DMZ-White
*background: #232C31
*foreground: #C5C8C6
! black
*color0: #2D3C46
*color8: #425059
! red
*color1: #A54242
*color9: #CC6666
! green
*color2: #8C9440
*color10: #B5BD68
! yellow
*color3: #DE935F
*color11: #F0C674
! blue
*color4: #5F819D
*color12: #81A2BE
! magenta
*color5: #85678F
*color13: #B294BB
! cyan
*color6: #5E8D87
*color14: #8ABEB7
! white
*color7: #6C7A80
*color15: #C5C8C6
URxvt.internalBorder: 0
URxvt.externalBorder: 0
URxvt*fading: 30
URxvt.perl-ext-common: default,matcher,resize-font,fullscreen,clipboard,-confirm-paste
URxvt.keysym.F11: perl:fullscreen:switch
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.keysym.M-Delete: perl:matcher:list
URxvt.clipboard.autocopy: true
URxvt.keysys.M-c: perl:clipboard:copy
URxvt.keysys.M-v: perl:clipboard:paste
URxvt.colorUL: #7780a1
URxvt.depth:32
! transparent setting not needed because we use picom (compton) for transparency
URxvt.transparent: false
URxvt*highlightSelection: true
URxvt*background: rgba:0c00/0b00/0a00/cccc
URxvt*geometry: 100x30
URxvt*shading: 50
URxvt*tintColor: #232C31
URxvt*blurRadius: 5
!URxvt*background: [00]#232C31
!URxvt*shading: 20
!Dracula Xresources palette
!*.foreground: #F8F8F2
!*.background: #282A36
!*.color0: #000000
!*.color8: #4D4D4D
!*.color1: #FF5555
!*.color9: #FF6E67
!*.color2: #50FA7B
!*.color10: #5AF78E
!*.color3: #F1FA8C
!*.color11: #F4F99D
!*.color4: #BD93F9
!*.color12: #CAA9FA
!*.color5: #FF79C6
!*.color13: #FF92D0
!*.color6: #8BE9FD
!*.color14: #9AEDFE
!*.color7: #BFBFBF
!*.color15: #E6E6E6