Skip to content

Commit a6c38b9

Browse files
committed
feat: sepia theme
1 parent 349b546 commit a6c38b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/ru/reference/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lang: ru
3333
theme: dark
3434
```
3535

36-
Поддерживаемые значения: `system`, `light`, `dark`, `deep`
36+
Поддерживаемые значения: `system`, `light`, `dark`, `deep`, `sepia`
3737

3838
Значение по умолчанию: `system`
3939

Diff for: types/config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface ServicesGroup {
88
export interface Config {
99
title?: string
1010
lang: 'en' | 'ru'
11-
theme?: 'system' | 'light' | 'dark' | 'deep'
11+
theme?: 'system' | 'light' | 'dark' | 'deep' | 'sepia'
1212
services: ServicesGroup[]
1313
checkUpdates: boolean
1414
}

0 commit comments

Comments
 (0)