Preference Panel
→ Appearance
section.Themes
menu.Open the preference panel using the keyboard combination cmd+`
, then click “Open Theme Folder”
On macOS, the theme folder is usually in /Users/{username}/Library/Application Support/abnerworks.Typora/themes/
Open preference panel from File
→ Preference
from menubar, then click “Open Theme Folder”:
Visit Typora Theme Gallery to download themes provide by other users to us.
This problem can happen when your CSS filename contains capitalized characters or whitespace. Please change the filename to lowercase and surround it with hyphens, e.g., my-typora-theme.css
.
If the theme is created by you, you would modify it directly.
If the theme is built-in with Typora or was downloaded from a website, you may need to update it by downloading a new one to replace the original. In this case, we recommend you make your modifications using a copy that has been renamed. Otherwise Typora might overwrite your changes if the theme file is updated.
Note that you can put your modifications in two files:
base.user.css
under the theme folder, the css rules inside it will be applied to all themes.{theme-css-name}.user.css
, the css rules inside it will only be applied to the theme file {theme-css-name}.css
.For more details, please check Add Custom CSS.
Please refer to Write Custom Theme for Typora.