Skip to content

Commit

Permalink
First version
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Jan 14, 2021
0 parents commit 94d78ee
Show file tree
Hide file tree
Showing 15 changed files with 1,736 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
default
html
theme
languages-colors.md
64 changes: 64 additions & 0 deletions README.md
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.

Loading

0 comments on commit 94d78ee

Please sign in to comment.