Skip to content

Instantly share code, notes, and snippets.

@ryodeushii
Last active December 29, 2023 10:18
Show Gist options
  • Save ryodeushii/63ab3f6857de5c33536a39141f0a24ad to your computer and use it in GitHub Desktop.
Save ryodeushii/63ab3f6857de5c33536a39141f0a24ad to your computer and use it in GitHub Desktop.
Alacritty yaml config file
font:
normal:
family: MonaspiceNe Nerd Font Mono
style: Regular
bold:
family: MonaspiceNe Nerd Font Mono
style: Bold
italic:
family: MonaspiceNe Nerd Font Mono
style: Italic
shell:
program: wsl ~
# Colors (PaperColor - Dark)
colors:
# Default colors
primary:
background: '0x1c1c1c'
foreground: '0x808080'
cursor:
text: '0x1c1c1c'
cursor: '0x808080'
# Normal colors
normal:
black: '0x1c1c1c'
red: '0xaf005f'
green: '0x5faf00'
yellow: '0xd7af5f'
blue: '0x5fafd7'
magenta: '0x808080'
cyan: '0xd7875f'
white: '0xd0d0d0'
# Bright colors
bright:
black: '0x585858'
red: '0x5faf5f'
green: '0xafd700'
yellow: '0xaf87d7'
blue: '0xffaf00'
magenta: '0xffaf00'
cyan: '0x00afaf'
white: '0x5f8787'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment