Skip to content

Commit

Permalink
feat(github): add many more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Apr 5, 2024
1 parent 521777a commit cad709e
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 30 deletions.
49 changes: 43 additions & 6 deletions github/github-theme-tomorrow-night-darkly.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,44 @@
--button-default-bgColor-rest: #202020 !important;
--bgColor-accent-emphasis: #b294bb !important;
--overlay-bgColor: #202020 !important;
--bgColor-muted: #1a1a1a !important;
--button-invisible-fgColor-rest: #b294bb !important;
--underlineNav-borderColor-active: #b294bb !important;
--focus-outlineColor: #b294bb !important;
--control-checked-borderColor-rest: #b294bb !important;
--borderColor-accent-emphasis: #b294bb !important;
--borderColor-attention-muted: #7d7d7d !important;
--bgColor-attention-muted: #2e2e2e !important;
--borderColor-muted: #2e2e2e !important;
--button-primary-bgColor-rest: #202020 !important;
--button-primary-bgColor-hover: #202020 !important;
--button-primary-borderColor-rest: #2e2e2e !important;
--button-primary-borderColor-hover: #b294bb !important;
--button-default-borderColor-rest: #2e2e2e !important;
--button-default-borderColor-hover: #2e2e2e !important;
--button-default-borderColor-active: #2e2e2e !important;
--button-primary-borderColor-disabled: #2e2e2e !important;
--borderColor-default: #2e2e2e !important;
--control-borderColor-rest: #2e2e2e !important;
--control-borderColor-hover: #2e2e2e !important;
--button-default-bgColor-hover: #2e2e2e !important;
--button-default-bgColor-active: #2e2e2e !important;
--button-primary-bgColor-active: #2e2e2e !important;
--button-primary-bgColor-disabled: #2e2e2e !important;
--button-primary-fgColor-rest: #b294bb !important;
--button-primary-iconColor-rest: #b294bb !important;
--fgColor-muted: #7d7d7d !important;
--bgColor-neutral-emphasis: #2e2e2e !important;
--fgColor-onEmphasis: #7d7d7d !important;
--timelineBadge-bgColor: #2e2e2e !important;
--buttonCounter-default-bgColor-rest: #2e2e2e !important;
--bgColor-neutral-muted: #2e2e2e !important;
--avatar-borderColor: transparent !important;
--color-scale-gray-9: #202020 !important;
--color-scale-purple-2: #7d7d7d !important;
--color-scale-gray-1: #7d7d7d !important;
--color-scale-gray-8: #2e2e2e !important;


/* daily contribution 0 background */
--color-calendar-graph-day-bg: #2e2e2e !important;
Expand All @@ -73,6 +111,11 @@
--AppHeader-bg: #202020 !important;
}

.cls-1, .cls-2 {
fill: #b294bb !important;
stroke: #202020 !important;
}

::selection {
background: var(--accent-main) !important;
opacity: 1;
Expand Down Expand Up @@ -132,12 +175,6 @@ a,
color: var(--accent-main);
}

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

.btn:disabled:hover,
.btn[aria-disabled="true"] {
text-decoration: none !important;
Expand Down
48 changes: 25 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"koa-static": "^5.0.0",
"mikey-pro": "^7.2.4",
"mikey-pro": "^7.3.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"sass": "^1.74.1",
Expand Down

0 comments on commit cad709e

Please sign in to comment.