# Themes
### Defaults
A minimalist theme containing only the default values used by all other
themes. This theme is intended to serve as the most basic starting point for a
customized theme.
Preview |
[Source](https://github.com/jhildenbiddle/docsify-themeable/tree/master/src/scss/themes/defaults)
```html
```
### Simple
A clean, versatile theme featuring a light color scheme with vibrant accents, a [system font stack](https://css-tricks.com/snippets/css/system-font-stack/), a gradient
background cover page, and visual indicators for drop-menus and expand/collapse
state.
Preview |
[Source](https://github.com/jhildenbiddle/docsify-themeable/tree/master/src/scss/themes/theme-simple.scss)
```html
```
### Simple Dark
A modified version of the Simple theme featuring a dark color scheme.
Preview |
[Source](https://github.com/jhildenbiddle/docsify-themeable/tree/master/src/scss/themes/theme-simple-dark.scss)
```html
```