Created
September 27, 2022 08:40
-
-
Save dylangrijalva/f35a86a9f6d00f2e46d3cb444a3cb38c 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
window: | |
dimensions: | |
columns: 100 | |
lines: 30 | |
color: | |
import: | |
- ~/.alacritty-colorscheme/themes/atom_one_light.yaml | |
font: | |
normal: | |
family: Cascadia Code | |
style: Regular | |
bold: | |
family: Cascadia Code | |
style: Bold | |
size: 13 | |
colors: | |
name: Atelierlakeside (dark) | |
author: Chris Kempson | |
primary: | |
background: "#161b1d" | |
foreground: "#7ea2b4" | |
cursor: | |
text: "#161b1d" | |
cursor: "#7ea2b4" | |
normal: | |
black: "#161b1d" | |
red: "#d22d72" | |
green: "#568c3b" | |
yellow: "#8a8a0f" | |
blue: "#257fad" | |
magenta: "#5d5db1" | |
cyan: "#2d8f6f" | |
white: "#7ea2b4" | |
bright: | |
black: "#5a7b8c" | |
red: "#d22d72" | |
green: "#568c3b" | |
yellow: "#8a8a0f" | |
blue: "#257fad" | |
magenta: "#5d5db1" | |
cyan: "#2d8f6f" | |
white: "#ebf8ff" | |
theme: Atelierlakeside.dark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment