Skip to content

Commit

Permalink
feat: vesper theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mohvn committed Nov 25, 2024
1 parent 9e69e89 commit bb238e1
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion utils/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@ export const themes = {
255, 121, 198,
189, 147, 249,
255, 85, 85,
241, 250, 140]
241, 250, 140],
"Vesper": [
16, 16, 16,
16, 16, 16,
40, 40, 40,
245, 161, 145,
255, 128, 128,
143, 185, 159,
153, 255, 228,
230, 185, 157,
255, 199, 153,
172, 161, 206,
185, 174, 218,
226, 158, 202,
236, 170, 214,
255, 255, 255,
160, 160, 160,
255, 255, 255,
]
};

0 comments on commit bb238e1

Please sign in to comment.