Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_darkcode.scss « themes « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1af009122ac32409ccb35b6f2c75888554515e73 (plain)
1
2
3
4
5
6
7
8
9
$darkcode: (
  content-code-color: #fcfcfa,
  content-pre-color: #eee,
  content-pre-number-color: #666,
  content-pre-background-color: #171f2e,
  content-pre-header-background-color: darken(#011627, 1.5%),
  content-pre-border-background-color: #3a3a3a,
  content-pre-header-color: #FCFCFA,
);