22 Stars
GitHubCSSAny theme
## Tinny
### theme for hexo
simple theme based on [pacman](https://github.com/A-limon/pacman).
### Installation
#### Install
```bash
$ git clone https://github.com/zhanglun/hexo-theme.git
```
#### Enable
Modify <code>theme</code> setting in blog folder `_config.yml` to <code>Tinny</code>.
```yaml
theme: hexo-theme-Tinny
```
#### Update
```bash
cd themes/hexo-theme-Tinny
```
**please backup your _config.yml file before update.**
### Configuration
Modify settings in the file `_config.yml`
2014/08/04
### What's News!
**2014/10/18** --- **highlight.js supported!**
you can find "colorscheme" in `_config.yml`. schemes you can use:
```
arta, atelier-dune.dark, atelier-dune.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-seaside.dark, atelier-seaside.light, brown_paper, codepen-embed, color-brewer, dark, default, docco, far, foundation, github, googlecode, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscasts, rainbow, school_book, solarized_dark, solarized_light, sunburst, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night-eighties, tomorrow-night, vs
```
Thank [highlightjs](https://highlightjs.org/)
How to Install
- Download the CSS file below
- Move it to your vault's
.obsidian/snippets/folder - Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Stats
Stars
22
Forks
10
Last updated 67mo ago