From bb238e12d9a1ad0fa7a1877fed25b03c8a90c812 Mon Sep 17 00:00:00 2001 From: Mohan Elias Date: Mon, 25 Nov 2024 10:57:27 -0300 Subject: [PATCH] feat: vesper theme --- utils/themes.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/utils/themes.ts b/utils/themes.ts index 48f5b02..46290c7 100644 --- a/utils/themes.ts +++ b/utils/themes.ts @@ -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, + ] };