Sidebar Category Keys

The keys in the sidebar category control the arrangement and style of sidebar blocks.

Key Value Type Example

background-color

Color
(default: 'EEEEEE')

sidebar:
  background-color: #121212

border-color

Color
(default: not set)

sidebar:
  border-color: #FFFFFF

border-radius

Measurement
(default: not set)

sidebar:
  border-radius: 4

border-style

Border style
(default: solid)

sidebar:
  border-style: dashed

border-width

Measurement | Measurement[]
(default: not set)

sidebar:
  border-width: 0.5

font-color

Color
(default: inherit)

sidebar:
  font-color: #262626

font-family

Font family name
(default: inherit)

sidebar:
  font-family: M+ 1p

font-kerning

none | normal
(default: inherit)

sidebar:
  font-kerning: none

font-size

Font size
(default: inherit)

sidebar:
  font-size: 13

font-style

Font style
(default: inherit)

sidebar:
  font-style: italic

padding

Measurement | Measurement[]
(default: 12)

sidebar:
  padding: [12, 15]

text-transform

Text transform
(default: inherit)

sidebar:
  text-transform: none

sidebar-title

The keys in the sidebar-title category control the arrangement and style of sidebar block titles.

Key Value Type Example

font-color

Color
(default: inherit)

sidebar:
  title:
    font-color: #333333

font-family

Font family name
(default: inherit)

sidebar:
  title:
    font-family: Noto Serif

font-kerning

none | normal
(default: inherit)

sidebar:
  title:
    font-kerning: none

font-size

Font size
(default: inherit)

sidebar:
  title:
    font-size: 13

font-style

Font style
(default: bold)

sidebar:
  title:
    font-style: bold_italic

text-align

Text alignment
(default: center)

sidebar:
  title:
    text-align: left

text-transform

Text transform
(default: inherit)

sidebar:
  title:
    text-transform: smallcaps