-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
47 lines (41 loc) · 1.07 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
! _ __
! | |/ /________ _________ __ _______________ _____
! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
! / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
! /_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
! Xresources file.
!! Global and Terminal Font Settings
!! (Set Monospace font alias in $XDG_CONFIG_HOME/fontconfig/fonts.conf)
*.font: Monospace:pixelsize=32:dpi:150:antialias:true:autohint:false:hinting:true; 32
Xft.antialias: true
Xft.autohint: false
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
!! Global DPI
*dpi: 150
Xft.dpi: 150
!! xst settings
st.termname: xst-256color
st.opacity: 0.80
st.disable_alpha_correction: 0
!! sxiv
Sxiv.background: #000000
Sxiv.foreground: #00C0FF
!! Base16 (st) - gruvbox dark
*.color0: #1d2021
*.color1: #cc241d
*.color2: #98971a
*.color3: #d79921
*.color4: #458588
*.color5: #b16286
*.color6: #689d6a
*.color7: #a89984
*.color8: #928374
*.color9: #fb4934
*.color10: #b8bb26
*.color11: #fabd2f
*.color12: #83a598
*.color13: #d3869b
*.color14: #8ec07c
*.color15: #ebdbb2