-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
79 lines (72 loc) · 2.69 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
! Xcursor --------------------------------------------------------------------
Xcursor.theme: dmz
! Xcursor.size: 22
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: none
Xft.hinting: none
Xft.hintstyle: hintnone
! Urxvt ----------------------------------------------------------------------
!real transparency with active compositor
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0000/dddd
!
URxvt*scrollBar: false
!URxvt*scrollColor: grey13
!URxvt*troughColor: black
!URxvt*scrollBar_floating: true
!URxvt*scrollBar_right: true
URxvt*cursorColor: darkorange1
URxvt*foreground: grey75
!URxvt*background: grey13
URxvt*saveLines: 7777
URxvt*cursorBlink: false
URxvt*termName: rxvt-256color
!URxvt*font: xft:Monaco:pixelsize=16
!URxvt*boldFont: xft:Monaco:bold:pixelsize=16
URxvt*font: -*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*
URxvt*boldFont: -*-fixed-bold-r-*-*-13-*-*-*-*-*-*-*
URxvt*colorBD: orange
!URxvt*transparent: true
!URxvt*shading: 33
!URxvt*tintColor: turquoise
URxvt.cutchars: ()*,<>[]{}|`"'""\""
!URxvt.tabbed.tabbar-fg: 6
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-fg: 0
!URxvt.tabbed.tab-bg: 3
URxvt.perl-ext-common: matcher
URxvt.urlLauncher: sensible-browser
URxvt*iso14755_52: false
!URxvt*matcher.pattern.1: \\b(mailto:)[\\w\-\@;\/?:&=%\$_.+!*\x27(),~#]+ [\\w\-\@;\/?:&=%\$_+!*\x27()~]
!URxvt.matcher.launcher.1: claws-mail
URxvt*matcher.pattern.1: \\bhttps?:\/\/(www.youtube|youtube).com\/watch\\?v=([\\w-]*)|vimeo.com\/([\\w-]*)
URxvt*matcher.launcher.1: mtube $0
URxvt*matcher.pattern.2: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(jpg|jpeg|png)
URxvt*matcher.launcher.2: feh $0
!colors
!black
URxvt*color0: #171717
URxvt*color8: #737373
!red
URxvt*color1: #FF5E5E
URxvt*color9: #FF7878
!green
URxvt*color2: #9CE82B
URxvt*color10: #9ACD32
!yellow
URxvt*color3: #F0E68C
URxvt*color11: #EEE8AA
!blue
URxvt*color4: #008AFF
URxvt*color12: #4F98FF
!magenta
URxvt*color5: #E88CFF
URxvt*color13: #EDA6FF
!cyan
URxvt*color6: #87CEFA
URxvt*color14: #B0E2FF
!white
URxvt*color7: #DCDCCC
URxvt*color15: #FFFFFF