Add everforest theme in theme examples (#1873)

This commit is contained in:
Nrishinghananda Roy 2022-10-28 16:41:48 +05:30 committed by GitHub
parent 82c365831e
commit 587a0d2f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View file

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

View file

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