-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
86 lines (65 loc) · 1.8 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
! URxvt*font: xft:Terminus:style=Regular:pixelsize=14:antialias=false
! using the old style font loading to avoid the cursor to sometime disappear...
!URxvt*font: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-u
URxvt.font: xft:Droid Sans Mono:size=10
URxvt*saveLines: 10000
URxvt*scrollBar: false
URxvt*cursorColor: white
URxvt*cursorColor2: #aaaaaa
!URxvt.iconFile: /usr/share/icons/Humanity/apps/48/bash.svg
URxvt.iso14755: off
URxvt.iso14755_52: off
! tabbedex is not provided by default (Debian/Ubuntu)
! put it in ~/.urxvt/
URxvt.perl-lib: .urxvt/ext/
!URxvt.perl-ext-common: default,matcher,tabbedex
! Launch firefox with the a left click on a URL
URxvt.url-launcher: /usr/bin/x-www-browser
URxvt.matcher.button: 1
! Tabs: gray background, ~white text
! and the opposite for the currently focused tab
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 8
URxvt.tabbed.tab-fg: 8
URxvt.tabbed.tab-bg: 7
! Display the title of terminal next to tabs list
URxvt.tabbed.title: true
URxvt.tabbed.title-bg: 8
URxvt.tabbed.title-fg: 7
! correct name so that applications detects a 256 color
! enabled terminal emulator
URxvt*termName: rxvt-256color
! GNOME Terminal color scheme
! taken from http://xcolors.net/dl/gnometerm
! Black
*color0: #000000
*color8: #555753
! Red
*color1: #cc0000
*color9: #ef2929
! Green
*color2: #4e9a06
*color10: #8ae234
! Yellow
*color3: #c4a000
*color11: #fce94f
! Blue
*color4: #3465a4
*color12: #729fcf
! Magenta
*color5: #75507b
*color13: #ad7fa8
! Cyan
*color6: #06989a
*color14: #34e2e2
! White
*color7: #d3d7cf
*color15: #eeeeec
URxvt*foreground: #ffffff
! True transparency with shading to stay readable
URxvt*depth: 32
URxvt*background: #181818
! Fade the terminal by 40% when it looses focus
URxvt*fading: 40
Xft.lcdfilter: ldcdefault
Xft.hintstyle: hintslight