Created
March 10, 2020 06:14
-
-
Save juliangroen/a7caca2876d5300601fa5363fe600426 to your computer and use it in GitHub Desktop.
Alacritty Config
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 Settings | |
# Font family | |
font: | |
normal: | |
family: DejaVu Sans Mono Nerd Font Complete | |
bold: | |
family: DejaVu Sans Mono Bold Nerd Font Complete | |
italic: | |
family: DejaVu Sans Mono Oblique Nerd Font Complete | |
# Point size | |
size: 16.0 | |
# Thin stroke for retina display | |
use_thin_strokes: true | |
# Background opacity | |
background_opacity: 0.9 | |
#Color Theme Settings | |
# Colors (Dracula) | |
colors: | |
# Default colors | |
primary: | |
background: '#282a36' | |
foreground: '#f8f8f2' | |
# Normal colors | |
normal: | |
black: '#000000' | |
red: '#ff5555' | |
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment