Last active
January 20, 2025 09:39
-
-
Save agoose77/14f94d07847c189a13b7d1d3c1b53cfe to your computer and use it in GitHub Desktop.
Alacritty ayu-mirage theme
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
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' |
❤️
Thanks to share!
.toml version
[colors.primary]
background = "#1f2430"
foreground = "#cbccc6"
bright_foreground = "#f28779"
[colors.normal]
black = "#212733"
red = "#f08778"
green = "#53bf97"
yellow = "#fdcc60"
blue = "#60b8d6"
magenta = "#ec7171"
cyan = "#98e6ca"
white = "#fafafa"
[colors.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
Thank you!