Skip to content

Commit

Permalink
fix(palette): make bgs in soft/light less vibrant
Browse files Browse the repository at this point in the history
  • Loading branch information
sainnhe committed Dec 7, 2022
1 parent 55e9f01 commit 81041b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autoload/everforest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ function! everforest#get_palette(background, colors_override) "{{{
\ }
else
let palette1 = {
\ 'bg_dim': ['#e6e0c5', '223'],
\ 'bg_dim': ['#e5dfc5', '223'],
\ 'bg0': ['#f3ead3', '230'],
\ 'bg1': ['#ebe5c9', '228'],
\ 'bg2': ['#e6e0c5', '223'],
\ 'bg3': ['#ded9be', '223'],
\ 'bg4': ['#d9d4ba', '223'],
\ 'bg1': ['#eae4ca', '228'],
\ 'bg2': ['#e5dfc5', '223'],
\ 'bg3': ['#ddd8be', '223'],
\ 'bg4': ['#d8d3ba', '223'],
\ 'bg5': ['#b9c0ab', '223'],
\ 'bg_visual': ['#e1e4bd', '194'],
\ 'bg_red': ['#f4dbd0', '217'],
Expand Down

0 comments on commit 81041b4

Please sign in to comment.