Skip to content

Instantly share code, notes, and snippets.

@agoose77
Last active June 27, 2024 19:45
Show Gist options
  • Save agoose77/14f94d07847c189a13b7d1d3c1b53cfe to your computer and use it in GitHub Desktop.
Save agoose77/14f94d07847c189a13b7d1d3c1b53cfe to your computer and use it in GitHub Desktop.
Alacritty ayu-mirage theme
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'
@AlphaTechnolog
Copy link

Thank you!

@JohnDoneth
Copy link

❤️

@mstuttgart
Copy link

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