Skip to content

Instantly share code, notes, and snippets.

@notlmn
Last active June 21, 2019 08:00
Show Gist options
  • Select an option

  • Save notlmn/26b8c1abdce2c394f4bf8ac34f66472e to your computer and use it in GitHub Desktop.

Select an option

Save notlmn/26b8c1abdce2c394f4bf8ac34f66472e to your computer and use it in GitHub Desktop.
Alacritty configuration
# Configuration for Alacritty
window:
dimensions:
columns: 130
lines: 30
font:
normal:
family: Consolas
style: Regular
bold:
family: Consolas
style: Regular
italic:
family: Consolas
style: Italic
size: 11.0
draw_bold_text_with_bright_colors: true
# Colors (Snazzy theme)
colors:
# Default colors
primary:
background: '0x282a36'
foreground: '0xe2e4e5'
# Cursor colors
cursor:
text: '0x282a36'
cursor: '0xff5c57'
# Normal colors
normal:
black: '0x282a36'
red: '0xff5c57'
green: '0x5af78e'
yellow: '0xf3f99d'
blue: '0x57c7ff'
magenta: '0xff6ac1'
cyan: '0x9aedfe'
white: '0xe2e4e5'
# Bright colors
bright:
black: '0x78787e'
red: '0xff5c57'
green: '0x5af78e'
yellow: '0xf3f99d'
blue: '0x57c7ff'
magenta: '0xff6ac1'
cyan: '0x9aedfe'
white: '0xf1f1f0'
indexed_colors:
- { index: 16, color: '0xff9f43' }
- { index: 17, color: '0xb2643c' }
- { index: 18, color: '0x34353e' }
- { index: 19, color: '0x43454f' }
- { index: 20, color: '0xa5a5a9' }
- { index: 21, color: '0xeff0eb' }
cursor:
style: Beam
shell:
program: wsl
args:
- '~'
# Windows 10 ConPTY backend
enable_experimental_conpty_backend: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment