Preference Panel
→ Appearance
section.Themes
menu.Open preference panel by cmd+`
, then click “Open Theme Folder”
On macOS, usually it is /Users/{username}/Library/Application Support/abnerworks.Typora/themes/
Open preference panel from File
→ Preference
from menubar, then click “Open Theme Folder”:
You could visit Typora Theme Gallery to download themes provide by other users to us.
It may be caused by your CSS filename contains capitalised characters or whitespace. Please change to lowercase + hyphen, e.g. my-typora-theme.css
.
Briefly speaking, if the theme is created by you, you would modify it directly.
If the theme is built-in with Typora, or was downloaded from website, then, you may need to update them by download new one to replace the original one. In this case, we recommend you to put your modifications into another files, which won’t be overwritten when typora, or the theme file is updated. You could put your modifications into:
base.user.css
under 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 theme file {theme-css-name}.css
.For more details, please check Add Custom CSS.
Please refer to Write Custom Theme for Typora.