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: 33e00eb224716bcb71637a3c5af41e84420e2d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
$darkcode: (
  content-code-color: #f48fb1,
  content-code-in-pre-color: #fcfcfa,
  content-code-background-color: #ffe56433,
  content-pre-color: #eee,
  content-pre-number-color: #666,
  content-pre-background-color: #2A2C37,
  content-pre-border-background-color: rgba(243, 242, 241, 0.1),
  content-pre-header-background-color: #262838,
  content-pre-header-color: #FCFCFA,
);