Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Dec 29, 2021
2 parents e9926d5 + b5c8b1f commit 2f340c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions Generated/github.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name GithubDarkTheme();
// @namespace github.com/DarkThemeHub/GithubDarkTheme
// @version 1.50.1
// @version 1.51.0
// @description Dark theme for github
// @author DarkThemeHub
// @homepage https://github.com/DarkThemeHub/GithubDarkTheme
Expand All @@ -22,6 +22,7 @@ if (false || (new RegExp("^https?:\/\/(((?!desktop).*\.)?(githubusercontent|gith
" --color-sidenav-selected-bg: #3e3e3e !important;",
" --color-state-hover-primary-bg: #3d4348 !important;",
" --color-state-hover-secondary-bg: #3d4348 !important;",
" --color-accent-emphasis: var(--color-state-hover-secondary-bg) !important;",
" --color-text-primary: rgb(230, 230, 230) !important;",
" --color-text-secondary: #b5b5b5 !important;",
" --color-text-tertiary: #b5b5b5 !important;",
Expand All @@ -45,7 +46,8 @@ if (false || (new RegExp("^https?:\/\/(((?!desktop).*\.)?(githubusercontent|gith
" --color-canvas-default: #25272a !important;",
" --color-canvas-subtle: #25272a !important;",
" --color-canvas-inset: #25272a !important;",
" --color-fg-muted: #bbb !important; }",
" --color-fg-muted: #bbb !important;",
" --color-page-header-bg: #24292f !important; }",
"",
"html {",
" background-color: #222; }",
Expand Down Expand Up @@ -1732,9 +1734,10 @@ if (false || (new RegExp("^https?:\/\/(((?!desktop).*\.)?(githubusercontent|gith
" color: white !important; }",
"",
"@media all {",
" .page-responsive .pagehead,",
" .reponav-wrapper {",
" background: #333 !important; }",
" .page-responsive .pagehead {",
" background: #24292f !important; }",
" .border-md-top {",
" border-top: none !important; }",
" .tabnav--responsive .tabnav-tab {",
Expand Down
9 changes: 6 additions & 3 deletions Generated/github.user.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name GithubDarkTheme();
@namespace github.com/DarkThemeHub/GithubDarkTheme
@version 1.50.1
@version 1.51.0
@description Dark theme for github.
@author DarkThemeHub
@homepageURL https://github.com/DarkThemeHub/GithubDarkTheme
Expand All @@ -20,6 +20,7 @@
--color-sidenav-selected-bg: #3e3e3e !important;
--color-state-hover-primary-bg: #3d4348 !important;
--color-state-hover-secondary-bg: #3d4348 !important;
--color-accent-emphasis: var(--color-state-hover-secondary-bg) !important;
--color-text-primary: rgb(230, 230, 230) !important;
--color-text-secondary: #b5b5b5 !important;
--color-text-tertiary: #b5b5b5 !important;
Expand All @@ -43,7 +44,8 @@
--color-canvas-default: #25272a !important;
--color-canvas-subtle: #25272a !important;
--color-canvas-inset: #25272a !important;
--color-fg-muted: #bbb !important; }
--color-fg-muted: #bbb !important;
--color-page-header-bg: #24292f !important; }

html {
background-color: #222; }
Expand Down Expand Up @@ -1730,9 +1732,10 @@ a.card.bg-gray-light:hover,
color: white !important; }

@media all {
.page-responsive .pagehead,
.reponav-wrapper {
background: #333 !important; }
.page-responsive .pagehead {
background: #24292f !important; }
.border-md-top {
border-top: none !important; }
.tabnav--responsive .tabnav-tab {
Expand Down
2 changes: 1 addition & 1 deletion Source/Scripts/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50.1
1.51.0

0 comments on commit 2f340c4

Please sign in to comment.