mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
63 lines
1.0 KiB
YAML
63 lines
1.0 KiB
YAML
env:
|
|
TERM: screen-256color
|
|
|
|
# Font
|
|
font:
|
|
normal:
|
|
family: FiraCode Nerd Font Mono
|
|
style: Regular
|
|
|
|
bold:
|
|
family: FiraCode Nerd Font Mono
|
|
style: Bold
|
|
|
|
italic:
|
|
family: FiraCode Nerd Font Mono
|
|
style: Italic
|
|
|
|
bold_italic:
|
|
family: FiraCode Nerd Font Mono
|
|
style: Bold Italic
|
|
|
|
size: 18
|
|
ligatures: true
|
|
|
|
# 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.95
|
|
decorations: none
|
|
|
|
key_bindings:
|
|
- { key: Right, mods: Alt, chars: "\x1BF" }
|
|
- { key: Left, mods: Alt, chars: "\x1BB" }
|
|
- { key: Key6, mods: Control, chars: "\x1e" }
|
|
|
|
alt_send_esc: true
|