Skip to content

Instantly share code, notes, and snippets.

@alexleekt
Last active April 20, 2020 20:56
Show Gist options
  • Save alexleekt/ebd82ca32341d86ed3ad89e7fc4d8da4 to your computer and use it in GitHub Desktop.
Save alexleekt/ebd82ca32341d86ed3ad89e7fc4d8da4 to your computer and use it in GitHub Desktop.
alacritty.yml
# Reference: https://github.com/alacritty/alacritty/blob/master/alacritty.yml
colors: # https://github.com/arcticicestudio/nord-alacritty
primary:
background: '0x2E3440'
foreground: '0xD8DEE9'
cursor:
text: '0x2E3440'
cursor: '0xD8DEE9'
normal:
black: '0x3B4252'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x88C0D0'
white: '0xE5E9F0'
bright:
black: '0x4C566A'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x8FBCBB'
white: '0xECEFF4'
font:
size: 14
normal:
family: Cascadia Mono PL
style: Regular
bold:
family: Cascadia Mono PL
italic:
family: Cascadia Mono PL
background_opacity: 0.92
key_bindings:
- { key: N, mods: Command, action: SpawnNewInstance }
- { key: N, mods: Control, action: SpawnNewInstance }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment