forked from MrElendig/dotfiles-alice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
85 lines (64 loc) · 1.31 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
!------------------!
! Cursor !
!------------------!
Xcursor.theme: whiteglass
Xcursor.size: 16
!------------------!
! XFT !
!------------------!
Xft*dpi: 99
Xft*antialias: true
Xft*hinting: true
Xft*hintstyle: hintfull
Xft*rgba: rgb
!------------------!
! URvxt Stuff !
!------------------!
!--[term name]--!
URxvt*termName: rxvt-unicode-256color
!--[trans and fg/bg]--!
URxvt*fadeColor: black
URxvt*transparent: false
URxvt*shading: 80
URxvt*depth:24
URxvt*background: #000000
URxvt*foreground: #C7C7C7
URxvt*borderless: 1
!--[font]--!
URxvt*font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-u
!URxvt*font: xft:Dejavu Sans Mono:size=9
!--[scrolling]--!
URxvt*scrollBar: false
URxvt*saveLines: 10000
!--[perl]--!
URxvt*perl-ext-common: default
!--[bell]--!
URxvt*urgentOnBell: true
!--[cursor]--!
URxvt*cursorBlink: false
!--[Colours]--!
URxvt*cursorColor: #FFAF00
! black
URxvt*color0: #000000
URxvt*color8: #999999
! red
URxvt*color1: #BD484A
URxvt*color9: #F55D60
! green
URxvt*color2: #66994E
URxvt*color10: #93DB6F
! yellow
URxvt*color3: #C4A043
URxvt*color11: #F0C452
! blue
URxvt*color4: #567B94
URxvt*color12: #7CB2D6
! magenta
URxvt*color5: #BB88DD
URxvt*color13: #D7AFD7
! cyan
URxvt*color6: #00BBDD
URxvt*color14: #0DEBFF
! white
URxvt*color7: #C7C7C7
URxvt*color15: #D9D9D9