Last active
January 3, 2022 23:32
-
-
Save harrisoncramer/ba4fe25c02b8cab947ad4fa316619c74 to your computer and use it in GitHub Desktop.
Alacritty Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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