Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
* mixed: general fixes + cleanup (the-j0k3r)
* fix: calendar updates and fixes (the-j0k3r)
* syntax: update overrides (the-j0k3r)
* fix: apply filters to some emoji (the-j0k3r)
* tweak: remove top margin from code mirror when in edit mode (the-j0k3r)
* feat: finish adding tab size option (the-j0k3r)
* fix: remove uneeded (the-j0k3r)
* fix: tab overrides (the-j0k3r)
* fix: sticky navbars (vednoc)
* fix: progress bg overrides (the-j0k3r)
* tweak: c_scrollbars (the-j0k3r)
* cleanup: update overrides (the-j0k3r)
* fix: actions updates + cleanup (the-j0k3r)
* fix: branch li without margin (the-j0k3r)
* fix: all remainder checkbox alignments (the-j0k3r)
* fix: dim remainder loading icons (the-j0k3r)
* cleanup: update + remove commented code (the-j0k3r)
* cleanup: update fg desat option (vednoc)
* feat: add option to hide appearance tab (the-j0k3r)
* vars: color reassignments (the-j0k3r)
* fix: code/pre bg in render_html (the-j0k3r)
* cleanup: less nesting on btn-mktg (the-j0k3r)
* cleanup: spaces and comments (the-j0k3r)
* fix: style unicorn page (the-j0k3r)
* changes: readme and package.json updates (the-j0k3r)
  • Loading branch information
the-j0k3r committed Feb 20, 2021
1 parent 32cddaf commit 9301c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dark-github.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@homepageURL https://github.com/style-it-themes/dark-github
@supportURL https://github.com/style-it-themes/dark-github/issues
@updateURL https://github.com/style-it-themes/dark-github/raw/main/dark-github.user.styl
@version 2.0.0
@version 2.1.0
@license MIT
@preprocessor stylus
Expand Down Expand Up @@ -205,7 +205,7 @@ bs() { box-shadow: arguments }
// main userstyle section variables.
:root:not(#crazy) {
// Userstyle info.
--note: 'Dark GitHub - v2.0.0'
--note: 'Dark GitHub - v2.1.0'

// Feat -> Custom monospace font.
--f-mono: f_mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dark-gitHub",
"title": "Dark GitHub",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"homepage": "https://github.com/style-it-themes/dark-github",
"repository": "style-it-themes/dark-github",
Expand Down

0 comments on commit 9301c64

Please sign in to comment.