A Typora theme, trying to mimic Gnome's Adwaita theme.
Code fence themes are taken from here, it's CodeMirror Material theme with modified background color.
Note: This theme has been designed and tested for Linux only. I don't know how it looks with unibody.
Decompress the latest release from here. In Typora's preferences windows, go to General -> Themes
and click on Open Theme Folder
. Drop all the decompressed files and folders in there, and enjoy!
This theme uses Sass and Gulp.js, so the repo doesn't hold the direct CSS files for the sake of keeping the repo's filetree clean.
If you wish to manually build the theme (and maybe add your own touches in the process), you'll need pnpm
& run the following commands:
pnpm i
gulp
The compiled CSS files will be located in the /dist
directory once complete.
Three is also a dev
script that will watch the files and assets & update your themes in your themes folder directly as you save your changes. Simply run gulp dev
to do so (and remember to reselect the theme in Typora afterwards to see the changes).
- Ursine Typora Theme: I started building this theme based on Ursine Typora Theme.