-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
executable file
·82 lines (69 loc) · 1.54 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
!Xcursor.theme: Steampunk
xscreensaver.logFile:/var/log/xscreensaver.log
xscreensaver.verbose:true
!------------------!
! URxvt Stuff !
!------------------!
!--[perl]--!
URxvt.perl-ext-common: default,clipboard,tabbed
!--[terminal]--!
! Nasty hack to act more like XTerm
!*URxvt*termName: xterm-256color
!--[tweaks]--!
URxvt.visualBell: true
!// this is SO AWESOME:
URxvt.fading: 15
!URxvt.fading: 60
!// URxvt spells "eightBitInput" as "meta8" and defaults it to false
URxvt*cursorBlink: true
!------------------!
! xterm Stuff !
!------------------!
!--[term name]--!
xterm*termName: rxvt-unicode-256color
!--[trans and fg/bg]--!
xterm*fadeColor: black
xterm*transparent: true
xterm*shading: 20
xterm*depth:24
xterm*background: #000000
xterm*foreground: #C7C7C7
xterm*borderless: 1
!--[font]--!
!xterm*font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-u
!xterm*font: xft:Dejavu Sans Mono:size=9
!--[scrolling]--!
xterm*scrollBar: false
xterm*saveLines: 10000
!--[perl]--!
xterm*perl-ext-common: default
!--[bell]--!
xterm*urgentOnBell: true
!--[cursor]--!
xterm*cursorBlink: true
!--[Colours]--!
xterm*cursorColor: #32CD32
! black
xterm*color0: #000000
xterm*color8: #999999
! red
xterm*color1: #BD484A
xterm*color9: #F55D60
! green
xterm*color2: #66994E
xterm*color10: #93DB6F
! yellow
xterm*color3: #C4A043
xterm*color11: #F0C452
! blue
xterm*color4: #567B94
xterm*color12: #7CB2D6
! magenta
xterm*color5: #BB88DD
xterm*color13: #D7AFD7
! cyan
xterm*color6: #00BBDD
xterm*color14: #0DEBFF
! white
xterm*color7: #C7C7C7
xterm*color15: #D9D9D9