Skip to content

Commit

Permalink
feat(github): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Mar 19, 2024
1 parent 3b06b3c commit 8c1bb06
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions github/github-theme-tomorrow-night-darkly.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
}
Expand All @@ -86,7 +95,6 @@ dialog::backdrop {
background: #b294bb !important;
}


.AppHeader,
.UnderlineNav {
box-shadow: none !important;
Expand Down

0 comments on commit 8c1bb06

Please sign in to comment.