fix(themes): fix error in everforest themes (#1874)

This commit is contained in:
Thomas Linford 2022-10-28 13:30:14 +02:00 committed by GitHub
parent 587a0d2f5a
commit 0857ac1f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 22 deletions

View file

@ -1,15 +1,15 @@
themes { themes {
everforest-dark { everforest-dark {
bg: "#2b3339" bg "#2b3339"
fg: "#d3c6aa" fg "#d3c6aa"
black: "#4b565c" black "#4b565c"
red: "#e67e80" red "#e67e80"
green: "#a7c080" green "#a7c080"
yellow: "#dbbc7f" yellow "#dbbc7f"
blue: "#7fbbb3" blue "#7fbbb3"
magenta: "#d699b6" magenta "#d699b6"
cyan: "#83c092" cyan "#83c092"
white: "#d3c6aa" white "#d3c6aa"
orange: "#FF9E64" orange "#FF9E64"
} }
} }

View file

@ -1,15 +1,15 @@
themes { themes {
everforest-light { everforest-light {
bg: "#fff9e8" bg "#fff9e8"
fg: "#5c6a72" fg "#5c6a72"
black: "#5c6a72" black "#5c6a72"
red: "#f85552" red "#f85552"
green: "#8da101" green "#8da101"
yellow: "#dfa000" yellow "#dfa000"
blue: "#3a94c5" blue "#3a94c5"
magenta: "#df69ba" magenta "#df69ba"
cyan: "#35a77c" cyan "#35a77c"
white: "#dfddc8" white "#dfddc8"
orange: "#FF9E64" orange "#FF9E64"
} }
} }