Themes
Take full control of all the colors
| Base | |
|---|---|
| Foreground | #FFFFFF |
| Background | #3E3E3E |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme theme-banner"></div>
|
Theme light
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #083038 |
| Background | #FFFFFF |
| Accent | #083038 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #083038 |
| Background | #FCCE00 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #083038 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme theme-light"></div>
|
Theme grey
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #333333 |
| Background | #F2F3F5 |
| Accent | #333333 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #333333 |
| Background | #FCCE00 |
| Border | transparent |
| Primary button hover | |
| Foreground | #26306A |
| Background | #FFFFFF |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #083038 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| 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 theme-grey"></div>
|
Theme light with border
This is the body text of the theme.
This is the accent color of the theme.
| Primary button | |
|---|---|
| Foreground | #083038 |
| Background | #FCCE00 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme theme-lightwithborder"></div>
|
Theme blue
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #FFFFFF |
| Background | #2C6AD4 |
| Accent | #2C6AD4 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #FCCE00 |
| Background | #333333 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| Border | transparent |
| Focus outline | #CCCCCC |
| Link button | |
|---|---|
| Link color | #FCCE00 |
| Link button hover | |
| Link hover color | hsl(49.05, 100%, 85%) |
| Focus outline | #CCCCCC |
| Implementation |
<div class="theme blue"></div>
|
Theme orange
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #083038 |
| Background | #F88B00 |
| Accent | #083038 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #083038 |
| Background | #FCCE00 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #083038 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| 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 orange"></div>
|
Theme light2
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #A8A8A8 |
| Background | #FFFFFF |
| Accent | #083038 |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #083038 |
| Background | #FCCE00 |
| Border | transparent |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #333333 |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | #083038 |
| Background | #CCCCCC |
| Border | transparent |
| Secondary button hover | |
| Foreground | #333333 |
| Background | #CCCCCC |
| 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 theme-light2"></div>
|