Skip to content

Instantly share code, notes, and snippets.

@harrisoncramer
Last active January 3, 2022 23:32
Show Gist options
  • Save harrisoncramer/ba4fe25c02b8cab947ad4fa316619c74 to your computer and use it in GitHub Desktop.
Save harrisoncramer/ba4fe25c02b8cab947ad4fa316619c74 to your computer and use it in GitHub Desktop.
Alacritty Configuration
font:
normal:
family: Hack Nerd Font
size: 12.5
cursor:
style:
shape: Block
blinking: Always
blink_interval: 500
colors: # Based off the Kanagawa color scheme
primary:
background: '#1F1F28'
foreground: '#DCD7BA'
normal:
black: '#16161D'
red: '#C34043'
green: '#98BB6C'
yellow: '#E6C384'
blue: '#7E9CD8'
magenta: '#957FB8'
cyan: '#A3D4D5'
white: '#DCD7BA'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment