From bbe0cc2aff381385aa1f425ad07e1f8c88d804bf Mon Sep 17 00:00:00 2001 From: "Sgt. Mahdi" <145195431+SergeantMahdi@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:04:00 +0330 Subject: [PATCH] Add new theme "cyber_gold" The background color is the github background color, text and icons set to #ffd600 --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..7ca4bcb36f0f8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,13 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + cyber_gold:{ + title_color: "ffd600", + text_color: "ffd600", + icon_color: "ffd600", + bg_color: "0d1117", + + } }; export default themes;