Skip to content

Commit

Permalink
Add Verdant Theme
Browse files Browse the repository at this point in the history
This theme is contributed by reddit user gigsoll, shared through a reddit post.
  • Loading branch information
excalith committed Apr 26, 2023
1 parent 71c2387 commit 6cc9200
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions public/themes/verdant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"backgroundColor": "#DCF0E0",
"windowColor": "#CAEBCE",
"glowColor": "#94ab93",
"white": "#000",
"gray": "#66676b",
"black": "#16161e",
"red": "#8a384c",
"green": "#1d8262",
"yellow": "#c7c41a",
"blue": "#1d8699",
"cyan": "#4eb8ba",
"magenta": "#b35287",
"violet": "#8872a1",
"orange": "#a65902"
}
3 changes: 2 additions & 1 deletion src/utils/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export const themes = [
"nord",
"onedark",
"synthwave",
"tokyonight"
"tokyonight",
"verdant"
]

1 comment on commit 6cc9200

@vercel
Copy link

@vercel vercel bot commented on 6cc9200 Apr 26, 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
excalith-start-page.vercel.app
start-page-excalith.vercel.app

Please sign in to comment.