Skip to content

Commit

Permalink
feat: sepia theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 5, 2024
1 parent 349b546 commit a6c38b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ru/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lang: ru
theme: dark
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface ServicesGroup {
export interface Config {
title?: string
lang: 'en' | 'ru'
theme?: 'system' | 'light' | 'dark' | 'deep'
theme?: 'system' | 'light' | 'dark' | 'deep' | 'sepia'
services: ServicesGroup[]
checkUpdates: boolean
}
Expand Down

0 comments on commit a6c38b9

Please sign in to comment.