From fe63e8cdb75b585a8ca4ff9867ccf18c3aaa8e04 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 19 Jun 2024 21:55:42 +0200 Subject: [PATCH] feat(theme): add github_dark_repocard theme --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..b219798c990df 100644 --- a/themes/index.js +++ b/themes/index.js @@ -321,6 +321,12 @@ export const themes = { text_color: "C3D1D9", bg_color: "0D1117", }, + github_dark_repocard: { + title_color: "4493f8", // title color is different + icon_color: "8d96a0", // icon color is different + text_color: "8d96a0", // text color is different + bg_color: "0c1117", + }, github_dark_dimmed: { title_color: "539bf5", icon_color: "539bf5",