This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
forked from tdy/dots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
90 lines (82 loc) · 2.32 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
90
Xcursor*theme: Vanilla-DMZ-AA
Xft.dpi: 144
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
URxvt*font: xft:monaco:pixelsize=25
URxvt*boldFont: xft:monaco:pixelsize=25
URxvt*scrollBar: false
URxvt*saveLines: 32767
URxvt.colorUL: #a9c9bc
URxvt*cursorColor: orange
URxvt*cursorBlink: true
URxvt*geometry: 90x26
URxvt*title: rxvt-256color
URxvt*tintColor: #636363
URxvt*shading: 100
URxvt*transparent: true
URxvt*pastableTabs: true
URxvt*jumpScroll: true
URxvt*secondaryScroll: true
URxvt*urgentOnBell: true
URxvt*perl-lib: /usr/lib/urxvt/perl/
URxvt*perl-ext-common: default,url-select
URxvt*url-launcher: firefox
URxvt*keysym.C-comma: perl:url-select:select_next
URxvt*url-select.launcher: firefox
URxvt*url-select.underline: true
URxvt*url-select.button: 1
XTerm*font: -*-ubuntu mono-medium-r-*-*-30-*-*-*-*-*-*-*
XTerm*boldFont: -*-ubuntu mono-medium-r-*-*-30-*-*-*-*-*-*-*
XTerm*boldMode: false
XTerm*scrollBar: false
XTerm*saveLines: 32767
XTerm*borderLess: true
XTerm*cursorColor: orange
XTerm*cursorBlink: true
XTerm*pastableTabs: true
XTerm*jumpScroll: true
pianobar*font: -*-monofur-medium-r-*-*-30-*-*-*-*-*-*-*
pianobar*boldFont: -*-monofur-medium-r-*-*-30-*-*-*-*-*-*-*
pianobar*foreground: #a6a6a6
pianobar*urgentOnBell: true
scratch*font: -*-ubuntu mono-medium-r-*-*-40-*-*-*-*-*-*-*
scratch*boldFont: -*-ubuntu mono-medium-r-*-*-40-*-*-*-*-*-*-*
scratch*boldMode: false
scratch*scrollBar: false
scratch*saveLines: 32767
scratch*borderLess: true
scratch*cursorColor: orange
scratch*cursorBlink: true
scratch*pastableTabs: true
scratch*jumpScroll: true
alsamixer*scrollBar: false
! Xoria256 {{{
*foreground: #bcbcbc
*background: #1a1a1a
!black
*color0: #1a1a1a
*color8: #808080
!red
*color1: #df8787
*color9: #b56e6e
!green
*color2: #9ece9e
*color10: #c4edc4
!yellow
*color3: #ffffaf
*color11: #d6d693
!blue
*color4: #87afdf
*color12: #6e8eb5
!magenta
*color5: #dfaf87
*color13: #b58e6e
!cyan
*color6: #afafdf
*color14: #8e8eB5
!white
*color7: #d0d0d0
*color15: #e2e2e5
! }}}