-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXdefaults
96 lines (89 loc) · 3.33 KB
/
Xdefaults
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
94
95
96
! !Xft.dpi: 121
! Xft.antialias: true
! Xft.hinting: true
! Xft.hintstyle: hintfull
! Xft.rgba: rgb
! xcalendar*firstDay: 1
! xcalendar*markHoliday: false
! !Xcursor.theme: whitelarge
! !Xcursor.size: 32
!-------------------------------------------------------------------------------
!
! U R X V T - Setting
!
!real transparency with active compositor
!URxvt*depth: 32
!URxvt*background: rgba:0000/0000/0000/dddd
!
!URxvt*scrollBar: false
!URxvt*scrollColor: grey13
URxvt*scrollColor: #E04613
URxvt*troughColor: black
URxvt*scrollBar_floating: true
URxvt*scrollBar_right: true
URxvt*scrollstyle: plain
!URxvt*borderLess: true
URxvt*cursorColor: #E04613
URxvt*foreground: grey75
URxvt*background: grey5
URxvt*saveLines: 10000
URxvt*cursorBlink: false
!URxvt*termName: rxvt-256color
URxvt*termName: xterm
URxvt*font: xft:Dejavu Sans Mono:pixelsize=11, xft:Twitter Color Emoji, xft:Noto Emoji
URxvt*boldFont: xft:Dejavu Sans Mono:pixelsize=11
URxvt*colorBD: orange
URxvt*transparent: true
! transparency stuff
!URxvt*inheritPixmap: true
URxvt*tintColor: white
!URxvt*tintColor: turquoise
!URxvt*shading: 15
URxvt*shading: 15
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: firefox
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
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: /usr/bin/xdg-open
URxvt.matcher.button: C1
! URL history
URxvt.keysym.C-Delete: perl:matcher:last
! ! alt+del
URxvt.keysym.M-Delete: perl:matcher:list
URxvt.colorUL: #4682B4
!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