Skip to content

Instantly share code, notes, and snippets.

@sainnhe
Last active March 12, 2026 16:58
Show Gist options
  • Select an option

  • Save sainnhe/6432f83181c4520ea87b5211fed27950 to your computer and use it in GitHub Desktop.

Select an option

Save sainnhe/6432f83181c4520ea87b5211fed27950 to your computer and use it in GitHub Desktop.

Everforest - Alacritty

In ~/.config/alacritty/alacritty.yml:

# Define
schemes:
  everforest_dark_hard: &everforest_dark_hard
    primary:
      background: '#272e33'
      foreground: '#d3c6aa'
    normal:
      black:   '#414b50'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
    bright:
      black:   '#475258'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
  everforest_dark_medium: &everforest_dark_medium
    primary:
      background: '#2d353b'
      foreground: '#d3c6aa'
    normal:
      black:   '#475258'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
    bright:
      black:   '#475258'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
  everforest_dark_soft: &everforest_dark_soft
    primary:
      background: '#333c43'
      foreground: '#d3c6aa'
    normal:
      black:   '#4d5960'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
    bright:
      black:   '#4d5960'
      red:     '#e67e80'
      green:   '#a7c080'
      yellow:  '#dbbc7f'
      blue:    '#7fbbb3'
      magenta: '#d699b6'
      cyan:    '#83c092'
      white:   '#d3c6aa'
  everforest_light_hard: &everforest_light_hard
    primary:
      background: '#fffbef'
      foreground: '#5c6a72'
    normal:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#e8e5d5'
    bright:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#e8e5d5'
  everforest_light_medium: &everforest_light_medium
    primary:
      background: '#fdf6e3'
      foreground: '#5c6a72'
    normal:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#e0dcc7'
    bright:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#e0dcc7'
  everforest_light_soft: &everforest_light_soft
    primary:
      background: '#f3ead3'
      foreground: '#5c6a72'
    normal:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#d8d3ba'
    bright:
      black:   '#5c6a72'
      red:     '#f85552'
      green:   '#8da101'
      yellow:  '#dfa000'
      blue:    '#3a94c5'
      magenta: '#df69ba'
      cyan:    '#35a77c'
      white:   '#d8d3ba'

# Apply
colors: *everforest_dark_medium
@benjibyte
Copy link

YML Is now outdated, and the "alacritty migrate" command fails. Is it possible we could get a TOML version of this? If not, I can write one up this weekend and offer it to you. Overall, thank you so much for this Everforest theme for Alacritty!

@sainnhe
Copy link
Author

sainnhe commented Jan 12, 2026

YML Is now outdated, and the "alacritty migrate" command fails. Is it possible we could get a TOML version of this? If not, I can write one up this weekend and offer it to you. Overall, thank you so much for this Everforest theme for Alacritty!

@benjibyte Sorry for late reply. I barely have time to maintain this gist. If you are willing to, you can create a new gist or a new repo and add them to the wiki page of everforest, and maybe add a new comment here to notice other users.

@benjibyte
Copy link

benjibyte commented Jan 25, 2026

YML Is now outdated, and the "alacritty migrate" command fails. Is it possible we could get a TOML version of this? If not, I can write one up this weekend and offer it to you. Overall, thank you so much for this Everforest theme for Alacritty!

@benjibyte Sorry for late reply. I barely have time to maintain this gist. If you are willing to, you can create a new gist or a new repo and add them to the wiki page of ever forest, and maybe add a new comment here to notice other users.

Thank you for the permission @SainHe
Again, Thank you for the Everforest Pallet. It's very beautiful and I love using it. I understand being busy, and I will see what I can do to help contribute an up-to-date TOML file.

@benjibyte
Copy link

benjibyte commented Mar 5, 2026

Sorry it took me a while to learn about Toml. In between now and then, I had on accidentally nuked my alacritty configuration files, so I had to dig through a private repo of my own dotfiles until I found this:
I've verified it to work already. Here you go! Once again, thank you for making the best color pallet on the internet!

redacted<

P.S. I need to do some edits first, I should have it done by the end of the week

@ceviches
Copy link

Sorry it took me a while to learn about Toml. In between now and then, I had on accidentally nuked my alacritty configuration files, so I had to dig through a private repo of my own dotfiles until I found this: I've verified it to work already. Here you go! Once again, thank you for making the best color pallet on the internet!

redacted<

P.S. I need to do some edits first, I should have it done by the end of the week

ohh thank you so much for this! i'm new to linux and was trying to get it to work not knowing .yml is outdated haha
whatever you quoted here shows as redacted to me, so i'll wait until you have your edits done :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment