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

default.yaml « styles « data - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea2f94f9e67bb4c623764240641a4cd1d263eaad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Normal(400), semibold(600), bold(700) font weight needed.
fonts: 
  - name: Lora
    googleFonts: Lora:wght@400;600;700
  - name: Noto Serif SC
    googleFonts: Noto+Serif+SC:wght@400;600;700

colors:
  light:
    theme: "#38b2ac"
    primaryBackground: rgba(242, 242, 247, 1)
    secondaryBackground: rgba(255, 255, 255, 1)
    tertiaryBackground: rgba(242, 242, 247, 1)
    primaryText: rgba(0, 0, 0, 0.85)
    secondaryText: rgba(0, 0, 0, 0.7)
    tertiaryText: rgba(0, 0, 0, 0.55)
  dark:
    theme: "#38b2ac"
    primaryBackground: rgba(0, 0, 0, 1)
    secondaryBackground: rgba(28, 28, 30, 1)
    tertiaryBackground: rgba(44, 44, 46, 1)
    primaryText: rgba(255, 255, 255, 0.85)
    secondaryText: rgba(255, 255, 255, 0.7)
    tertiaryText: rgba(255, 255, 255, 0.55)