blob: 5353009fc1ae899467b5280d6c5adc248aad4d7a (
plain)
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
|
URxvt.saveLines:32767
URxvt.scrollstyle: plain
! URxvt.scrollBar: false
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
urxvt*font:xft:Tewi:pixelsize=11,style=regular
urxvt*boldFont:xft:Tewi:pixelsize=11,style=regular
URxvt*.transparent: true
! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
URxvt*.shading: 10
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.url-select.launcher: chromium
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.urgentOnBell: true
! forked from http://www.xcolors.net/dl/material
! see terminal.sexy for further colors
! special
*.foreground: #eceff1
!*.background: #263238
*.background: #1d1f21
*.cursorColor: #eceff1
! black
*.color0: #263238
*.color8: #37474f
! red
*.color1: #ff9800
*.color9: #ffa74d
! green
*.color2: #8bc34a
*.color10: #9ccc65
! yellow
*.color3: #ffc107
*.color11: #ffa000
! blue
*.color4: #03a9f4
*.color12: #81d4fa
! magenta
*.color5: #e91e63
*.color13: #ad1457
! cyan
*.color6: #009688
*.color14: #26a69a
! white
*.color7: #cfd8dc
*.color15: #eceff1
|