Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noatpad/typora-theme-ursine
A Typora theme, inspired by Bear
https://github.com/noatpad/typora-theme-ursine
typora typora-theme
Last synced: 4 days ago
JSON representation
A Typora theme, inspired by Bear
- Host: GitHub
- URL: https://github.com/noatpad/typora-theme-ursine
- Owner: noatpad
- License: mit
- Created: 2019-03-04T21:33:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:06:30.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T20:51:21.338Z (3 months ago)
- Topics: typora, typora-theme
- Language: SCSS
- Size: 19.8 MB
- Stars: 716
- Watchers: 13
- Forks: 86
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - noatpad/typora-theme-ursine - A Typora theme, inspired by Bear (SCSS)
README
# Ursine
![Latest Release Version](https://img.shields.io/github/v/release/aCluelessDanny/typora-theme-ursine)
![Latest Release Date](https://img.shields.io/github/release-date/aCluelessDanny/typora-theme-ursine)
![Download Count](https://img.shields.io/github/downloads/aCluelessDanny/typora-theme-ursine/total)
![License](https://img.shields.io/github/license/aCluelessDanny/typora-theme-ursine)A theme for the wonderful [Typora](https://typora.io), inspired by [Bear](https://bear.app)'s colors and elegancy.
![thumbnail](images/thumbnail.png)
Uses *Avenir Next LT Pro* and *Adelle* fonts, & the colors are based on Bear's *Red Graphite* and *Dark Graphite* themes.
Code fence themes are adapted from CodeMirror's *3024 Day* and *Dracula* themes for Ursine Polar and Umbra, respectively.
> Note: These themes have been designed and tested for both **MacOS & Windows** (though primarily Mac).
## Installation
Decompress the latest release from [here](https://github.com/aCluelessDanny/typora-theme-ursine/releases). 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!~
#### Which one should I download?
There are 3 different "packs" that you can download. The only thing that differentiates between them is the fonts they use.
| Pack | Use case |
| - | - |
| **`Ursine.zip`** | This is usually the one you want to download, as it has the base fonts shown in the pictures. Try this one first if you're unsure. |
| **`Ursine_Cyrillic.zip`** | These fonts are a direct variation of the base fonts above, & they offer the exact same look as shown in the pictures. Download this one if you require Cyrillic fonts. |
| **`Ursine_Alt.zip`** | These fonts are _similar_ to the ones mentioned above, but they are compatible with more languages, including Greek, Viatnamese, & Cyrillic. Use this if you need that language support.*Note:* The alternative fonts in `Ursine_Alt` are [Roboto Slab](https://fonts.google.com/specimen/Roboto+Slab) for headers and quotes, & [Open Sans](https://fonts.google.com/specimen/Open+Sans) for paragraph text.
### Like the theme a lot?
I slightly debated on this, and hey, I don't see why not. If you find this theme really useful and you're feeling super generous, *how 'bout donating a coffee?*
Ever since publishing this theme, I've periodically refined it overtime through the issues on my free time (and I *maaay* have spent a bit too much time on this during some of my classes back then).
So if you wanna show appreciation that way, just know that this college boy would appreciate that generosity greatly~
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/clueless)
## Preview
Ursine Polar
![Polar Preview 1](images/polar-1.png)
![Polar Preview 2](images/polar-2.png)
![Polar Preview 3](images/polar-3.png)
![Polar Source Code Preview](images/polar-source.png)
![Polar Unibody Preview](images/polar-unibody.png)
![Polar Splashscreen](images/polar-splashscreen.png)Ursine Umbra
![Umbra Preview 1](images/umbra-1.png)
![Umbra Preview 2](images/umbra-2.png)
![Umbra Preview 3](images/umbra-3.png)
![Umbra Source Code Preview](images/umbra-source.png)
![Umbra Unibody Preview](images/umbra-unibody.png)
![Umbra Splashscreen](images/umbra-splashscreen.png)## Build
Ursine has recently switched to developing in [Sass](https://sass-lang.com/) and [Gulp.js](https://gulpjs.com/), so the repo no longer holds 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 `npm` & run the following commands:
```bash
npm 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).
### Related
- If you like Ursine, but need a `RTL` theme, check out [sadra's Middle East theme!](https://github.com/sadra/middle-east)