An open API service indexing awesome lists of open source software.

https://github.com/evidence-dev/themes

Evidence Sample Themes
https://github.com/evidence-dev/themes

Last synced: about 2 months ago
JSON representation

Evidence Sample Themes

Awesome Lists containing this project

README

          

# Evidence Sample Themes

This repository contains a collection of pre-made themes for Evidence.

- [Default](#default)
- [Desert](#desert)
- [Dracula](#dracula)
- [Forest](#forest)
- [Mono](#mono)
- [Plasma](#plasma)
- [Retro](#retro)

Each theme includes both light and dark mode variants.

**To use a theme:**
- Copy the `theme` config into your project's `evidence.config.yaml`
- Restart Evidence for the changes to take effect.

## Default

[Default Config](default/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![default](default/default-light.png) | ![default](default/default-dark.png) |

## Desert

[Desert Config](desert/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![desert](desert/desert-light.png) | ![desert](desert/desert-dark.png) |

## Dracula

[Dracula Config](dracula/evidence.config.yaml)

> Note: Dracula is a dark only theme

| Light | Dark |
| :---: | :---: |
| ![dracula](dracula/dracula-dark.png) | ![dracula](dracula/dracula-dark.png) |

## Forest

[Forest Config](forest/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![forest](forest/forest-light.png) | ![forest](forest/forest-dark.png) |

## Mono

[Mono Config](mono/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![mono](mono/mono-light.png) | ![mono](mono/mono-dark.png) |

## Plasma

[Plasma Config](plasma/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![plasma](plasma/plasma-light.png) | ![plasma](plasma/plasma-dark.png) |

## Retro

[Retro Config](retro/evidence.config.yaml)

| Light | Dark |
| :---: | :---: |
| ![retro](retro/retro-light.png) | ![retro](retro/retro-dark.png) |