Many more updates

This commit is contained in:
Fabian Becker
2022-08-15 11:13:02 +02:00
parent b82bec612d
commit 71027962d3
11 changed files with 165 additions and 79 deletions

View File

@@ -1,31 +1,51 @@
window:
opacity: 0.90
dynamic_padding: true
decorations: none
padding:
x: 1
y: 1
# Font Mono configuration (changes require restart)
# Font
font:
# Normal (roman) font face
normal:
family: Hack Nerd Font Mono
family: Hack Nerd Font
style: Regular
# Bold font face
bold:
family: Hack Nerd Font Mono
family: Hack Nerd Font
style: Bold
# Italic font face
italic:
family: Hack Nerd Font Mono
family: Hack Nerd Font
style: Italic
# Bold italic font face
bold_italic:
family: Hack Nerd Font Mono
family: Hack Nerd Font
style: Bold Italic
# Point size
size: 14.0
size: 11
# Gruvbox
colors:
primary:
background: '#282828'
foreground: '#ebdbb2'
# Normal colors
normal:
black: '#282828'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
window:
opacity: 0.75