forked from sontek/homies
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_Xdefaults
More file actions
88 lines (79 loc) · 1.83 KB
/
_Xdefaults
File metadata and controls
88 lines (79 loc) · 1.83 KB
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
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
XTerm*termName: xterm-256color
urxvt*termName: rxvt-256color
urxvt*internalBorder: 3
urxvt*externalBorder: 0
urxvt*visualBell: false
urxvt*saveLines: 100000
urxvt*depth: 32
urxvt*geometry: 90x30
urxvt*loginShell: true
urxvt*scrollTtyOutput: false
urxvt*scrollWithBuffer: true
urxvt*scrollTtyKeypress: true
! Font
urxvt*font: xft:Terminus:pixelsize=14
! urxvt*font: xft:DejaVu Sans Mono-10
! Blank pointer
urxvt*pointerBlank: true
! Disable scrollbar
urxvt*scrollBar: false
! Perl extensions
urxvt.perl-ext-common: default,matcher
urxvt.matcher.button: 1
urxvt.urlLauncher: chromium-browser
! Cursor
urxvt*cursorBlink: true
urxvt*cursorUnderline: false
urxvt*cursorColor: #93a1a1
! Solarized Theme colors
!urxvt*foreground: #657b83
!urxvt*background: #002b36
!!#urxvt*fading: 40
!urxvt*fadeColor: #002b36
!urxvt*pointerColorBackground: #586e75
!urxvt*pointerColorForeground: #93a1a1
!urxvt*color0: #073642
!urxvt*color1: #dc322f
!urxvt*color2: #859900
!urxvt*color3: #b58900
!urxvt*color4: #268bd2
!urxvt*color5: #d33682
!urxvt*color6: #2aa198
!urxvt*color7: #eee8d5
!urxvt*color8: #002b36
!urxvt*color9: #cb4b16
!urxvt*color10: #586e75
!urxvt*color11: #657b83
!urxvt*color12: #839496
!urxvt*color13: #6c71c4
!urxvt*color14: #93a1a1
!urxvt*color15: #fdf6e3
!urxvt*transparent: true
!urxvt*shading: 30
!
urxvt*foreground: #f2f2f2
urxvt*background: #101010
urxvt*color0: #101010
urxvt*color1: #f13a21
urxvt*color2: #93f91d
urxvt*color3: #ffd00a
urxvt*color4: #004f9e
urxvt*color5: #ec0048
urxvt*color6: #2aa7e7
urxvt*color7: #f2f2f2
urxvt*color8: #1d202f
urxvt*color9: #ff361e
urxvt*color10: #ffc005
urxvt*color11: #93ff00
urxvt*color12: #0071ff
urxvt*color13: #ef0051
urxvt*color14: #4bb8fd
urxvt*color15: #a020f0
urxvt*transparent: true
urxvt*shading: 50
urxvt*fading: 50