-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 94d78ee
Showing
15 changed files
with
1,736 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.DS_Store | ||
default | ||
html | ||
theme | ||
languages-colors.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
|
||
# GitHub Dark 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). | ||
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. | ||
|
||
## Status | ||
|
||
The theme is usable on all three platforms. Since I have only macOS at my disposal right now to test, the theme might look weird on Windows/Linux and still need improvements. | ||
|
||
For that matter, Issues and Pull Requests are very welcome! | ||
|
||
## Screenshots | ||
|
||
### Articles | ||
|
||
![](images/articles.png) | ||
|
||
### Source Mode | ||
|
||
![](images/sourcemode.png) | ||
|
||
### Focus Mode | ||
|
||
![](images/focusmode.png) | ||
|
||
### Code Blocks & Folders Menu | ||
|
||
![](images/codefolders.png) | ||
|
||
### Plan | ||
|
||
![](images/plan.png) | ||
|
||
## Other theme in Typora | ||
|
||
I made another theme for Typora, a dark blue one. It's called "Hivacruz" and you can find it here: https://github.com/kinoute/typora-hivacruz-theme. | ||
|
||
![](images/hivacruz.png) | ||
|
||
## Other themes in other apps | ||
|
||
I made other themes for different applications. Here there are: | ||
|
||
- Sublime Text theme: https://github.com/kinoute/hivacruz-sublime-theme | ||
- VSCode Theme: https://github.com/kinoute/vscode-hivacruz-theme | ||
- iTerm2: https://github.com/kinoute/hivacruz-itermcolors | ||
- Nova: https://github.com/kinoute/hivacruz-nova-theme | ||
## Credits | ||
|
||
* Created by [Yann Defretin](https://github.com/kinoute). | ||
* Based on the official GitHub Dark Theme available on their website. | ||
* The Font used is [Nunito](https://fonts.google.com/specimen/Nunito) designed by Vernon Adams. | ||
|
Oops, something went wrong.