mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Many more updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user