mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2025-01-08 09:17:44 +01:00
Update colors used for themes
This commit is contained in:
parent
c7c0fa75f0
commit
e3980cf574
@ -30,11 +30,15 @@ theme:
|
|||||||
palette:
|
palette:
|
||||||
- media: '(prefers-color-scheme: light)'
|
- media: '(prefers-color-scheme: light)'
|
||||||
scheme: default
|
scheme: default
|
||||||
|
primary: blue grey
|
||||||
|
accent: cyan
|
||||||
toggle:
|
toggle:
|
||||||
icon: octicons/sun-24
|
icon: octicons/sun-24
|
||||||
name: 'Switch to dark theme'
|
name: 'Switch to dark theme'
|
||||||
- media: '(prefers-color-scheme: dark)'
|
- media: '(prefers-color-scheme: dark)'
|
||||||
scheme: slate
|
scheme: slate
|
||||||
|
primary: black
|
||||||
|
accent: cyan
|
||||||
toggle:
|
toggle:
|
||||||
icon: octicons/moon-24
|
icon: octicons/moon-24
|
||||||
name: 'Switch to light theme'
|
name: 'Switch to light theme'
|
||||||
|
Loading…
Reference in New Issue
Block a user