Update nimbus.guide color schemes to be closer to nimbus.team (#6227)
The new nimbus.team website got launched with different color schemes than the previous. This is a small attempt to get the color schemes (dark/light) closer to those used on nimbus.team. There was already a dark scheme added before. This change just sets that dark scheme as default, as is also the case for nimbus.team. It also removes orange/amber colors from the light scheme.
This commit is contained in:
parent
90ac2def31
commit
70a41bd78a
|
@ -16,18 +16,19 @@ theme:
|
|||
- navigation.top
|
||||
- content.tabs.link
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: orange
|
||||
accent: amber
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
- scheme: slate
|
||||
primary: black
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
- scheme: default
|
||||
primary: white
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
|
|
Loading…
Reference in New Issue