-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xdefaults
45 lines (40 loc) · 874 Bytes
/
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
URxvt*transparent:true
#URxvt*borderLess:true
URxvt.font: xft:DejaVu Sans Mono:size=9
URxvt.visualBell: false
URxvt.scrollBar: false
URxvt.saveLines: 16384
URxvt.imLocale: de_DE.UTF-8
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: false
! very important for weechat:
URxvt.colorBD: #FFFFFF
URxvt.background: #000000
URxvt.foreground: #65B22A
! black
URxvt.color0 : #000000
URxvt.color8 : #21680D
! red
URxvt.color1 : #B21818
URxvt.color9 : #FF5454
! green
URxvt.color2 : #18B218
URxvt.color10 : #54FF54
! yellow
URxvt.color3 : #B26818
URxvt.color11 : #FFFF54
! blue
URxvt.color4 : #1818B2
URxvt.color12 : #5454FF
! magenta
URxvt.color5 : #B218B2
URxvt.color13 : #FF54FF
! cyan
URxvt.color6 : #18B2B2
URxvt.color14 : #54FFFF
! white
URxvt.color7 : #B2B2B2
URxvt.color15 : #FFFFFF
URxvt.geometry: 209x70
xterm*dynamicColors: true
urxvt*dynamicColors: on