typora_windows_conf.user.json
Typora has 34 repositories available. Follow their code on GitHub. GitHub Gist: instantly share code, notes, and snippets.
/** 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
- Download the zipped project package or the latest stable release.
- Launch Typora and open
Preferences
from the app menu. - Go to the
Appearance
tab, and chooseOpen Theme Folder
. - Copy the
github-night.css
file andgithub-night
folder to your Typora theme library. - Launch or restart Typora and choose
Github Night
from the theme menu.
Screenshots
Articles
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.
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
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.