From be8d04da08378f185b24ba4413de84d82c8c0ef3 Mon Sep 17 00:00:00 2001 From: Jakiboy Date: Sun, 8 Dec 2024 23:15:08 +0100 Subject: [PATCH] Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..1eb22aead1080 100644 --- a/themes/index.js +++ b/themes/index.js @@ -117,6 +117,12 @@ export const themes = { text_color: "f1f1eb", bg_color: "272822", }, + vermilion: { + title_color: "cc303f", + icon_color: "cc303f", + text_color: "cc303f", + bg_color: "36393f", + }, vue: { title_color: "41b883", icon_color: "41b883",