Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pwang2
Last active September 11, 2022 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwang2/a7efb4b740f97c9c4cba200409aa75c8 to your computer and use it in GitHub Desktop.
Save pwang2/a7efb4b740f97c9c4cba200409aa75c8 to your computer and use it in GitHub Desktop.
# https://github.com/alacritty/alacritty/blob/master/alacritty.yml
live_config_reload: true
shell:
program: /bin/zsh
args:
- --login
- -c
- "tmux a || tmux -2"
window:
dimensions:
columns: 180
lines: 50
mouse:
hide_when_typing: false
font:
normal:
family: JetBrainsMono Nerd Font
style: ExtraLight
size: 14
use_thin_strokes: true
offset:
x: 0
y: 2
# https://github.com/alacritty/alacritty/wiki/Color-schemes
# Colors (Dracula)
colors:
# Default colors
primary:
background: '#333333'
foreground: '#f8f8f2'
# Normal colors
normal:
black: '#000000'
red: '#fc7755'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#caa9fa'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#bfbfbf'
# Bright colors
bright:
black: '#575b70'
red: '#ff6e67'
green: '#5af78e'
yellow: '#f4f99d'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'
#GistID: a7efb4b740f97c9c4cba200409aa75c8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment