-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
69 lines (51 loc) · 1.2 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
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
urxvt.scrollBar: false
urxvt.depth: 32
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
urxvt.iso14755: False
!Fonts
urxvt.font: xft:Iosevka Term Extended:pixelsize=12.45,style=regular
urxvt.boldFont: xft:Iosevka Term Extended:pixelsize=12.45,style=Bold Extended,Bold
urxvt.letterSpace: -1
xterm*font: xft:Iosevka Term Extended:pixelsize=12.45,style=regular
xterm*boldFont: xft:Iosevka Term Extended:pixelsize=12.45,style=bold
xterm*letterSpace: -1
st.font: Iosevka Term:pixelsize=14.5:antialias=true:autohint=true;
st.alpha: 0.9
st.borderpx: 15
*.internalBorder: 15
st.blinktimeout: 0
*background: #1e1e2e
*foreground: #cdd6f4
urxvt.background: [95]#1e1e2e
st.cursorColor: #b4befe
! black
*color0: #45475a
*color8: #585b70
! red
*color1: #f38ba8
*color9: #f38ba8
! green
*color2: #a6e3a1
*color10: #a6e3a1
! yellow
*color3: #f9e2af
*color11: #f9e2af
! blue
*color4: #89b4fa
*color12: #89b4fa
! magenta
*color5: #f5c2e7
*color13: #f5c2e7
! cyan
*color6: #94e2d5
*color14: #94e2d5
! white
*color7: #bac2de
*color15: #a6adc8