-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
dark-reader.tera
69 lines (56 loc) · 2.66 KB
/
dark-reader.tera
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
whiskers:
version: 2.4.0
filename: "README.md"
---
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://github.com/darkreader/darkreader">Dark Reader</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/dark-reader/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/dark-reader?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/dark-reader/issues"><img src="https://img.shields.io/github/issues/catppuccin/dark-reader?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/dark-reader/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/dark-reader?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
![DarkReader Theme Preview (Wikipedia)](assets/screenshot.png)
## Usage
> [!IMPORTANT]
> If you only want to use _Mocha_, Dark Reader includes **Catppuccin** by
> default, which is Mocha.
1. Open the Dark Reader.
2. Click on **Dev Tools** > **Advance** > **Preview new design** and close the window.
3. Now click on **See all options** > **Colors**.
4. Open your desired flavor in the table below. Copy and paste values into respective fields.
- You will have to change the "Selection" setting from `Automatic` to `Custom`.
{% for id, flavor in flavors %}
<details>
<summary>{{flavor.emoji}} {{flavor.name}}</summary>
<table>
<tr>
<th>Setting</th>
<th>Color</th>
</tr>
<tr>
<td>Background</td>
<td>#{{ flavor.colors.base.hex }} </td>
</tr>
<tr>
<td>Text</td>
<td>#{{ flavor.colors.text.hex }} </td>
</tr>
<tr>
<td>Selection</td>
<td>#{{ flavor.colors.surface2.hex }} </td>
</tr>
</table>
</details>
{% endfor %}
5. Done! There is no apply or save button.
## 💝 Thanks to
- [Sanjay Pavan](https://github.com/WitherCubes)
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
<p align="center">Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a></p>