From 1e39340d012dab9192e189ac9215ff25629903f7 Mon Sep 17 00:00:00 2001 From: Yann Defretin Date: Thu, 14 Jan 2021 21:56:30 +0100 Subject: [PATCH] change name to avoid conflict --- README.md | 10 ++++------ github-dark.css => github-night.css | 12 ++++++------ .../NunitoSans-ExtraBold.woff | Bin .../NunitoSans-ExtraBoldItalic.woff | Bin .../NunitoSans-Italic.woff | Bin .../NunitoSans-Regular.woff | Bin 6 files changed, 10 insertions(+), 12 deletions(-) rename github-dark.css => github-night.css (98%) rename {github-dark => github-night}/NunitoSans-ExtraBold.woff (100%) rename {github-dark => github-night}/NunitoSans-ExtraBoldItalic.woff (100%) rename {github-dark => github-night}/NunitoSans-Italic.woff (100%) rename {github-dark => github-night}/NunitoSans-Regular.woff (100%) diff --git a/README.md b/README.md index f88ba45..fb92d59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - - -# GitHub Dark Theme for Typora +# Github Night Theme for Typora A dark theme for [Typora](https://typora.io), a multi-platform Markdown Editor, that reproduces the new GitHub Dark Theme, recently deployed on their website. @@ -8,11 +6,11 @@ A dark theme for [Typora](https://typora.io), a multi-platform Markdown Editor, ## Installation -1. Download the zipped project package or the [latest stable release](https://github.com/kinoute/typora-github-dark-theme/releases). +1. Download the zipped project package or the [latest stable release](https://github.com/kinoute/typora-github-night-theme/releases). 2. Launch Typora and open `Preferences` from the app menu. 3. Go to the `Appearance` tab, and choose `Open Theme Folder`. -4. Copy the `github-dark.css` file and `github-dark` folder to your Typora theme library. -5. Launch or restart Typora and choose `Github Dark` from the theme menu. +4. Copy the `github-night.css` file and `github-night` folder to your Typora theme library. +5. Launch or restart Typora and choose `Github Night` from the theme menu. ## Status diff --git a/github-dark.css b/github-night.css similarity index 98% rename from github-dark.css rename to github-night.css index 370528f..775d429 100644 --- a/github-dark.css +++ b/github-night.css @@ -1,6 +1,6 @@ /* -Theme Name: Github Dark -Theme URI: https://github.com/kinoute/typora-github-dark-theme +Theme Name: Github Night +Theme URI: https://github.com/kinoute/typora-github-night-theme Authors: Yann Defretin, Github Team Author URI: https://github.com/kinoute Description: A Typora theme that uses Github Dark Color Scheme. @@ -12,28 +12,28 @@ Tags: dark, github, typora font-family: Nunito; font-style: normal; font-weight: 400; - src: local("Nunito Sans Regular"),url(./github-dark/NunitoSans-Regular.woff) format("woff"); + src: local("Nunito Sans Regular"),url(./github-night/NunitoSans-Regular.woff) format("woff"); } @font-face { font-family: Nunito; font-style: italic; font-weight: 400; - src: local("Nunito Sans It"),url(./github-dark/NunitoSans-Italic.woff) format("woff"); + src: local("Nunito Sans It"),url(./github-night/NunitoSans-Italic.woff) format("woff"); } @font-face { font-family: Nunito; font-style: normal; font-weight: 700; - src: local("Nunito Sans Bold"),url(./github-dark/NunitoSans-ExtraBold.woff) format("woff"); + src: local("Nunito Sans Bold"),url(./github-night/NunitoSans-ExtraBold.woff) format("woff"); } @font-face { font-family: Nunito; font-style: italic; font-weight: 700; - src: local("Nunito Sans Bold Italic"),url(./github-dark/NunitoSans-ExtraBoldItalic.woff) format("woff"); + src: local("Nunito Sans Bold Italic"),url(./github-night/NunitoSans-ExtraBoldItalic.woff) format("woff"); } :root { diff --git a/github-dark/NunitoSans-ExtraBold.woff b/github-night/NunitoSans-ExtraBold.woff similarity index 100% rename from github-dark/NunitoSans-ExtraBold.woff rename to github-night/NunitoSans-ExtraBold.woff diff --git a/github-dark/NunitoSans-ExtraBoldItalic.woff b/github-night/NunitoSans-ExtraBoldItalic.woff similarity index 100% rename from github-dark/NunitoSans-ExtraBoldItalic.woff rename to github-night/NunitoSans-ExtraBoldItalic.woff diff --git a/github-dark/NunitoSans-Italic.woff b/github-night/NunitoSans-Italic.woff similarity index 100% rename from github-dark/NunitoSans-Italic.woff rename to github-night/NunitoSans-Italic.woff diff --git a/github-dark/NunitoSans-Regular.woff b/github-night/NunitoSans-Regular.woff similarity index 100% rename from github-dark/NunitoSans-Regular.woff rename to github-night/NunitoSans-Regular.woff