Skip to content

Commit

Permalink
Add everforest theme in theme examples (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
roynrishingha authored Oct 28, 2022
1 parent 82c3658 commit 587a0d2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example/themes/everforest-dark.kdl
Original file line number Diff line number Diff line change
@@ -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"
}
}
15 changes: 15 additions & 0 deletions example/themes/everforest-light.kdl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 587a0d2

Please sign in to comment.