mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
33 lines
639 B
Plaintext
33 lines
639 B
Plaintext
!! The default colors are "Gruvbox":
|
|
*.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
|
|
!! Transparency (0-255):
|
|
st.alpha: 230
|
|
!! Set a default font and font size as below:
|
|
*.font:UbuntuMono Nerd font Mono-12
|
|
Xft.*font:UbuntuMono Nerd Font Mono:pixelsize=12
|
|
|
|
Xft.dpi: 96
|
|
Xft.antialias: true
|
|
Xft.hinting: true
|
|
Xft.rgba: rgb
|
|
Xft.autohint: true
|
|
Xft.hintstyle: hintslight
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
|