From 8f06160e6584c65a46028a0008b5bbea8367b1db Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:33:13 +0000 Subject: [PATCH] v2.0.0 * breaking-change: initial style rewrite (the-j0k3r) * fork: initial commit (the-j0k3r) --- dark-github.user.styl | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dark-github.user.styl b/dark-github.user.styl index 529f2a8..88cfe86 100644 --- a/dark-github.user.styl +++ b/dark-github.user.styl @@ -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 1.0.0 +@version 2.0.0 @license MIT @preprocessor stylus @@ -203,7 +203,7 @@ bs() { box-shadow: arguments } // main userstyle section variables. :root:not(#crazy) { // Userstyle info. - --note: 'Dark GitHub - v1.0.0' + --note: 'Dark GitHub - v2.0.0' // Feat -> Custom monospace font. --f-mono: f_mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, \ diff --git a/package.json b/package.json index 3255c34..975caef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dark-GitHub", "title": "Dark GitHub", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "repository": "style-it-themes/dark-github", "private": true,