Themes
Take full control of all the colors
Theme light
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #483D5D |
| Background | #FFFFFF |
| Accent | #483D5D |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #FFFFFF |
| Background | #483D5D |
| Border | #483D5D |
| Primary button hover | |
| Foreground | #483D5D |
| Background | #FFFFFF |
| Border | #483D5D |
| Secondary button | |
|---|---|
| Foreground | #483D5D |
| Background | #ECECEF |
| Border | #ECECEF |
| Secondary button hover | |
| Foreground | #ECECEF |
| Background | #483D5D |
| Border | #483D5D |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme light"></div>
|
Theme dark
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #FFFFFF |
| Background | #343A40 |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #333333 |
| Background | #FFFFFF |
| Border | transparent |
| Primary button hover | |
| Foreground | #333333 |
| Background | hsl(0, 0%, 85%) |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #333333 |
| Background | #F7F7F7 |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | hsl(0, 0%, 85%) |
| Border | transparent |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme dark"></div>
|
Theme transparent
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #FFFFFF |
| Background | transparent |
| Accent | #333333 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #333333 |
| Background | #FFFFFF |
| Border | transparent |
| Primary button hover | |
| Foreground | #333333 |
| Background | hsl(0, 0%, 85%) |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #333333 |
| Background | #F7F7F7 |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | hsl(0, 0%, 85%) |
| Border | transparent |
| Focus outline | #CCCCCC |
| Link button | |
|---|---|
| Link color | #333333 |
| Link button hover | |
| Link hover color | hsl(0, 0%, 40%) |
| Focus outline | #CCCCCC |
| Implementation |
<div class="theme transparent"></div>
|
Sand
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #483D5D |
| Background | #EFE5DD |
| Accent | #483D5D |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #FFFFFF |
| Background | #483D5D |
| Border | transparent |
| Primary button hover | |
| Foreground | #483D5D |
| Background | #EFE5DD |
| Border | #483D5D |
| Secondary button | |
|---|---|
| Foreground | #483D5D |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #483D5D |
| Background | hsl(0, 0%, 85%) |
| Border | transparent |
| Focus outline | #CCCCCC |
| Link button | |
|---|---|
| Link color | #483D5D |
| Link button hover | |
| Link hover color | hsl(260.62, 21%, 40%) |
| Focus outline | #CCCCCC |
| Implementation |
<div class="theme sand"></div>
|