Themes
Take full control of all the colors
Tysse-dark
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #FFFFFF |
| Background | #2B2B2B |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #2B2B2B |
| Background | #FFFFFF |
| Border | #FFFFFF |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #6A0707 |
| Border | #6A0707 |
| Secondary button | |
|---|---|
| Foreground | #FFFFFF |
| Background | #2B2B2B |
| Border | #FFFFFF |
| Secondary button hover | |
| Foreground | #2B2B2B |
| Background | #FFFFFF |
| Border | #FFFFFF |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme tysse-dark"></div>
|
Tysse-light
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #000000 |
| Background | #FFFFFF |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #FFFFFF |
| Background | #2B2B2B |
| Border | #2B2B2B |
| Primary button hover | |
| Foreground | #FFFFFF |
| Background | #950A0A |
| Border | #950A0A |
| Secondary button | |
|---|---|
| Foreground | #2B2B2B |
| Background | #FFFFFF |
| Border | #2B2B2B |
| Secondary button hover | |
| Foreground | #2B2B2B |
| Background | hsl(0, 0%, 85%) |
| Border | #2B2B2B |
| Focus outline | #CCCCCC |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Focus outline | #CCCCCC |
| Implementation |
<div class="theme tysse-light"></div>
|
Tysse-transparent
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #000000 |
| Background | transparent |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | currentColor |
| Background | transparent |
| Border | transparent |
| Primary button hover | |
| Foreground | currentColor |
| Background | transparent |
| Border | transparent |
| Secondary button | |
|---|---|
| Foreground | currentColor |
| Background | transparent |
| Border | transparent |
| Secondary button hover | |
| Foreground | currentColor |
| Background | transparent |
| Border | transparent |
| Link button | |
|---|---|
| Link color | currentColor |
| Link button hover | |
| Link hover color | currentColor |
| Implementation |
<div class="theme tysse-transparent"></div>
|