Update colors used for themes

This commit is contained in:
Andre601 2024-01-24 21:17:58 +01:00
parent c7c0fa75f0
commit e3980cf574
No known key found for this signature in database
GPG Key ID: 90E82BD59347A86C
1 changed files with 4 additions and 0 deletions

View File

@ -30,11 +30,15 @@ theme:
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue grey
accent: cyan
toggle:
icon: octicons/sun-24
name: 'Switch to dark theme'
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: black
accent: cyan
toggle:
icon: octicons/moon-24
name: 'Switch to light theme'