-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
89 lines (77 loc) · 3.01 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
! font settings --------------------------------------------------------------
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
!Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! xscreensaver ---------------------------------------------------------------
!font settings
xscreensaver.Dialog.headingFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #101010
xscreensaver.Dialog.background: #D8D8D8
xscreensaver.Dialog.topShadowColor: #D8D8D8
xscreensaver.Dialog.bottomShadowColor: #D8D8D8
xscreensaver.Dialog.Button.foreground: #101010
xscreensaver.Dialog.Button.background: #E5E5E5
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #101010
xscreensaver.Dialog.text.background: #E5E5E5
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 0
xscreensaver.Dialog.shadowThickness: 2
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #101010
xscreensaver.passwd.thermometer.background: #2E2E2E
xscreensaver.passwd.thermometer.width: 8
! urxvt -------------------------------------------
URxvt.font: xft:Monospace:size=11
URxvt.boldFont: xft:Monospace:Bold:size=11
URxvt.letterSpace: -2
! Add fallback fonts as laid out in `man 1 urxvt` under "font:" in the RESOURCES section
! Window size and position
!URxvt*geometry: 60x22+50+100
! Window size, let the Window Manager position it
URxvt.geometry: 80x28
URxvt.scrollstyle: plain
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.iconFile: /usr/share/icons/Faenza-Bunsen-common/apps/48/utilities-terminal.png
! Grey theming
!URxvt*background: #cecece
!URxvt*foreground: #101010
! Terminator Crunchbang colours
URxvt.background: [85]#2e3436
URxvt.foreground: #d8d8d8
! scrollback buffer lines - 65535 is max (64 is default)
URxvt.saveLines:16384
! True Transparency, opacity percentage set in square brackets before URxvt.background colour
URxvt.depth: 32
! Clickble URLs
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/x-www-browser
URxvt.matcher.button: 3
URxvt.color0: #000000
URxvt.color1: #9e1828
URxvt.color2: #aece92
URxvt.color3: #968a38
URxvt.color4: #414171
URxvt.color5: #963c59
URxvt.color6: #418179
URxvt.color7: #bebebe
URxvt.color8: #666666
URxvt.color9: #cf6171
URxvt.color10: #c5f779
URxvt.color11: #fff796
URxvt.color12: #4186be
URxvt.color13: #cf9ebe
URxvt.color14: #71bebe
URxvt.color15: #ffffff