Skip to content

Commit

Permalink
Add the everforest dark theme (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-debortoli authored Sep 5, 2023
1 parent 5bdc136 commit 0ca7961
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public/themes/everforest-dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"backgroundColor": "#232a2e",
"windowColor": "#2d353b",
"glowColor": "#425047",
"white": "#d3c6aa",
"gray": "#7a8478",
"black": "#000000",
"red": "#e67e80",
"green": "#a7c080",
"yellow": "#dbbc7f",
"blue": "#7fbbb3",
"cyan": "#83c092",
"magenta": "#d699b6",
"violet": "#d699b6",
"orange": "#e69875"
}
1 change: 1 addition & 0 deletions src/utils/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const themes = [
"bushido",
"catppuccin",
"dracula",
"everforest-dark",
"hacker",
"monokai",
"nord",
Expand Down

1 comment on commit 0ca7961

@vercel
Copy link

@vercel vercel bot commented on 0ca7961 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

start-page – ./

start-page-git-main-excalith.vercel.app
start-page-excalith.vercel.app
excalith-start-page.vercel.app

Please sign in to comment.