Skip to content

Commit

Permalink
change name to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Jan 14, 2021
1 parent 94d78ee commit 1e39340
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@


# 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.

![](images/standard.png)

## 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

Expand Down
12 changes: 6 additions & 6 deletions github-dark.css → github-night.css
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1e39340

Please sign in to comment.