Skip to content

Commit

Permalink
feature(github): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Sep 30, 2023
1 parent 4b9afbf commit 0c11ce7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions github/github-theme-tomorrow-night-darkly.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
--color-canvas-overlay: #202020 !important;
--color-btn-bg: #202020 !important;
--color-btn-outline-disabled-bg: #202020 !important;
--color-calendar-graph-day-bg: transparent !important;
--color-calendar-graph-day-L1-bg: #b294bb57 !important;
--color-calendar-graph-day-L2-bg: #b294bb9c !important;
--color-calendar-graph-day-L3-bg: #b294bbd4 !important;
Expand Down Expand Up @@ -56,10 +55,21 @@
--color-workflow-card-bg: #202020 !important;
--color-btn-active-bg: #202020 !important;
--color-btn-active-border: #c6c6c6 !important;
/* daily contribution 0 background */
--color-calendar-graph-day-bg: #2e2e2e !important;
/* daily contribution info background */
--color-neutral-emphasis-plus: #c6c6c6 !important;
}

::selection {
background: var(--accent-main) !important; /* WebKit/Blink Browsers */
opacity: 100%;
}

::-moz-selection {
background: var(--accent-main) !important; /* Gecko Browsers */
}

.AppHeader-button--hasIndicator::before {
background: var(--accent-main) !important;
}
Expand Down Expand Up @@ -105,10 +115,16 @@ rect[style*='#gradient-'],
fill: var(--accent-main);
}

a,
.btn {
text-decoration: none !important;
color: var(--accent-main);
}

a:hover,
.btn:hover {
text-decoration: none !important;
color: var(--accent-main);
color: var(--color-calendar-graph-day-L3-bg);
}

.btn:disabled:hover,
Expand Down

0 comments on commit 0c11ce7

Please sign in to comment.