From 8c1bb06405973a50bbc7c1e581e7c558ea752f41 Mon Sep 17 00:00:00 2001 From: Mikl Wolfe Date: Tue, 19 Mar 2024 13:19:26 -0600 Subject: [PATCH] feat(github): update styles --- github/github-theme-tomorrow-night-darkly.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/github/github-theme-tomorrow-night-darkly.css b/github/github-theme-tomorrow-night-darkly.css index 0c900ba..1115174 100644 --- a/github/github-theme-tomorrow-night-darkly.css +++ b/github/github-theme-tomorrow-night-darkly.css @@ -33,6 +33,8 @@ --color-avatar-border: transparent !important; --color-fg-on-emphasis: #202020 !important; --fgColor-default: #c6c6c6 !important; + --fgColor-link: #b294bb !important; + --fgColor-accent: #c6c6c6 !important; --color-fg-default: #c6c6c6 !important; --color-accent-fg: #c6c6c6 !important; --color-btn-text: #c6c6c6 !important; @@ -54,6 +56,10 @@ --color-workflow-card-bg: #202020 !important; --color-btn-active-bg: #202020 !important; --color-btn-active-border: #c6c6c6 !important; + --bgColor-default: #202020 !important; + --button-default-bgColor-rest: #202020 !important; + --bgColor-accent-emphasis: #b294bb !important; + --overlay-bgColor: #202020 !important; /* daily contribution 0 background */ --color-calendar-graph-day-bg: #2e2e2e !important; @@ -63,12 +69,15 @@ --drawer-background-fade: rgb(0 0 0 / 60%) !important; } +.AppHeader { + --AppHeader-bg: #202020 !important; +} + ::selection { background: var(--accent-main) !important; opacity: 1; } - dialog::backdrop { background-color: var(--drawer-background-fade) !important; } @@ -86,7 +95,6 @@ dialog::backdrop { background: #b294bb !important; } - .AppHeader, .UnderlineNav { box-shadow: none !important;