Themes

Take full control of all the colors

Theme grey

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#898989
Background
#F7F7F7
Accent
#333333
Border
transparent
Primary button
Foreground
#FFFFFF
Background
#333333
Border
transparent
Primary button hover
Foreground
#FFFFFF
Background
hsl(0, 0%, 40%)
Border
transparent
Secondary button
Foreground
#333333
Background
#CCCCCC
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 theme-grey"></div>

Theme light

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#353535
Background
#FFFFFF
Accent
currentColor
Border
transparent
Primary button
Foreground
#DBB385
Background
#FFFFFF
Border
#DBB385
Primary button hover
Foreground
#FFFFFF
Background
#DBB385
Border
#DBB385
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-light"></div>

theme-sand

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#333
Background
#fff
Accent
currentColor
Border
transparent
Primary button
Foreground
#FFF
Background
#333
Border
transparent
Primary button hover
Foreground
#FFF
Background
#333
Border
transparent
Secondary button
Foreground
#333
Background
#CCC
Border
transparent
Secondary button hover
Foreground
#333
Background
#CCC
Border
transparent
Link button
Link color
currentColor
Link button hover
Link hover color
currentColor
Implementation
<div class="theme theme-new"></div>

Theme light2

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#353535
Background
#FFFFFF
Accent
#333333
Border
#DBB385
Primary button
Foreground
#353535
Background
#FFFFFF
Border
transparent
Primary button hover
Foreground
#353535
Background
#FFFFFF
Border
transparent
Secondary button
Foreground
#353535
Background
#FFFFFF
Border
transparent
Secondary button hover
Foreground
#353535
Background
#FFFFFF
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>

Theme dark grey

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#FFFFFF
Background
#898989
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 theme-darkgrey"></div>

Theme black

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#FFFFFF
Background
#000000
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 theme-black"></div>

Theme dark2

This is the body text of the theme.

This is the accent color of the theme.

Base
Foreground
#FFFFFF
Background
#5A5F66
Accent
currentColor
Border
transparent
Primary button
Foreground
#DBB385
Background
transparent
Border
#DBB385
Primary button hover
Foreground
#FFFFFF
Background
#DBB385
Border
#DBB385
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-dark2"></div>