Skip to content

Instantly share code, notes, and snippets.

@felipecwb
Last active October 10, 2023 15:47
Show Gist options
  • Save felipecwb/9bc08539662469d894de6cd9c1937e58 to your computer and use it in GitHub Desktop.
Save felipecwb/9bc08539662469d894de6cd9c1937e58 to your computer and use it in GitHub Desktop.
$HOME/.config/alacritty/alacritty.yml
dynamic_title: true
live_config_reload: true
window:
opacity: 1.0
startup_mode: Windowed
decorations: Full
dimensions:
lines: 45
columns: 165
dynamic_padding: false
padding:
x: 0
y: 0
cursor:
style: Block
unfocused_hollow: true
font:
size: 12.0
normal:
family: Hack Nerd Font
style: Regular
bold:
style: Bold
family: Hack Nerd Font
italic:
family: Hack Nerd Font
style: Italic
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
draw_bold_text_with_bright_colors: true
custom_cursor_colors: true
# Kanagawa Alacritty Colors
colors:
primary:
background: '0x1f1f28'
foreground: '0xdcd7ba'
normal:
black: '0x090618'
red: '0xc34043'
green: '0x76946a'
yellow: '0xc0a36e'
blue: '0x7e9cd8'
magenta: '0x957fb8'
cyan: '0x6a9589'
white: '0xc8c093'
bright:
black: '0x727169'
red: '0xe82424'
green: '0x98bb6c'
yellow: '0xe6c384'
blue: '0x7fb4ca'
magenta: '0x938aa9'
cyan: '0x7aa89f'
white: '0xdcd7ba'
selection:
background: '0x2d4f67'
foreground: '0xc8c093'
indexed_colors:
- { index: 16, color: '0xffa066' }
- { index: 17, color: '0xff5d62' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment