Created
February 22, 2023 10:25
-
-
Save Tsugami/99130ecf467e114cc6d476bcfc49aaad to your computer and use it in GitHub Desktop.
.alacritty.yml
This file contains 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: JetBrainsMono Nerd Font | |
shell: | |
program: /bin/zsh | |
window: | |
decorations: none | |
padding: | |
x: 20 | |
y: 10 | |
key_bindings: | |
- { action: CreateNewWindow, mods: Control, key: T } | |
- { action: Quit, mods: Control, key: W } | |
colors: | |
# Default colors | |
primary: | |
background: '#1f2430' | |
foreground: '#cbccc6' | |
bright_foreground: '#f28779' | |
# Normal colors | |
normal: | |
black: '#212733' # | |
red: '#f08778' # | |
green: '#53bf97' # | |
yellow: '#fdcc60' # | |
blue: '#60b8d6' # | |
magenta: '#ec7171' # | |
cyan: '#98e6ca' # | |
white: '#fafafa' # | |
# Brightened | |
bright: | |
black: '#686868' | |
red: '#f58c7d' | |
green: '#58c49c' | |
yellow: '#ffd165' | |
blue: '#65bddb' | |
magenta: '#f17676' | |
cyan: '#9debcf' | |
white: '#ffffff' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment