Skip to content

Commit 9fcabeb

Browse files
committed
docs: add vitesse-dark theme preview
1 parent c42010b commit 9fcabeb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

assets/vitesse-dark.webp

116 KB
Loading

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ See [docs](https://eyecons.dev).
4646

4747
![Eyecons example for Gruvbox Dark theme](https://raw.githubusercontent.com/azat-io/eyecons/main/assets/gruvbox-dark.webp)
4848

49+
### Vitesse Dark
50+
51+
![Eyecons example for Vitesse Dark theme](https://raw.githubusercontent.com/azat-io/eyecons/main/assets/vitesse-dark.webp)
52+
4953
Look for more examples of icon theme integration with editor color themes on [the extension's website](https://eyecons.dev).
5054

5155
## Installation

scripts/generate-preview.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ import { adaptIconColors } from '../extension/core/color/adapt-icon-colors'
1111
import { getConfig } from '../extension/core/build/get-config'
1212
import { fileIcons } from '../data/file-icons'
1313

14-
let themes = ['atom-one-dark', 'nord', 'monokai-pro', 'gruvbox-dark']
14+
let themes = [
15+
'atom-one-dark',
16+
'gruvbox-dark',
17+
'vitesse-dark',
18+
'monokai-pro',
19+
'nord',
20+
]
1521

1622
let createScreenshot = async (theme: string): Promise<void> => {
1723
try {

0 commit comments

Comments
 (0)