-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
52 lines (45 loc) · 1.06 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
!------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #2C2C2C
*foreground: #2C2C2C
! Urxvt Colours
!
! Black
*color0: #131212
*color8: #474747
! Red
*color1: #9f6767
*color9: #9f6767
! Green
*color2: #299E1B
*color10: #77E768
! Yellow
*color3: #96833F
*color11: #D0B249
! Blue
*color4: #2467AD
*color12: #6B90EE
! Purple
*color5: #655272
*color13: #9F75BA
! Cyan
*color6: #92B19E
*color14: #A1CDCD
! White
*color7: #FFFFFF
*color15: #97927C
!------------------------------------------------------------------------------
! u r x v t
URxvt.buffered: true
URxvt.background: #2C2C2C
URxvt.foreground: #DCDCCD
URxvt.cursorColor: green
URxvt.underlineColor: yellow
URxvt*font: xft:Dejavu Sans Mono:size=8
URxvt*urlLauncher: google-chrome
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: slight