Typora Github



typora_windows_conf.user.json

Typora has 34 repositories available. Follow their code on GitHub. GitHub Gist: instantly share code, notes, and snippets.

Markdown
/** For advanced users. */
{
'defaultFontFamily': {
'standard': null, //String-Defaultsto'Times New Roman'.
'serif': null, //String-Defaultsto'Times New Roman'.
'sansSerif': null, //String-Defaultsto'Arial'.
'monospace': null//String-Defaultsto'Courier New'.
},
'autoHideMenuBar': false, //Boolean-Autohidethemenubarunlessthe`Alt`keyispressed.Defaultisfalse.
//Array-SearchServiceusercanaccessfromcontextmenuafterarangeoftextisselected.Eachitemisformattedas[caption,url]
'searchService': [
['Search with Google', 'https://google.com/search?q=%s']
],
//Customkeybinding,whichwilloverridethedefaultones.
'keyBinding': {
//forexample:
//'Always on Top':'Ctrl+Shift+P'
'打开文件夹…':'Ctrl+Shift+O'
'内联公式':'Ctrl+Shift+$'
},
'monocolorEmoji': false, //defaultfalse.OnlyworkforWindows
'autoSaveTimer' : 3, //Deprecidated,Typorawilldoautosaveautomatically.default3minutes
'maxFetchCountOnFileList': 500,
'flags': [] //default [], appendChromelaunchflags,e.g: [['disable-gpu'], ['host-rules', 'MAP * 127.0.0.1']]
}
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

A dark theme for Typora, a multi-platform Markdown Editor, that reproduces the new GitHub Dark Theme, recently deployed on their website.

Installation

  1. Download the zipped project package or the latest stable release.
  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-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.

Screenshots

Articles

Github

Source Mode

Focus Mode

Code Blocks & Folders Menu

Plan

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.

Typora Github

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
Typora Github

Typography Github

Credits

Typora Github Markdown

  • Created by Yann Defretin.
  • Based on the official GitHub Dark Theme available on their website.
  • The Font used is Nunito designed by Vernon Adams.