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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles/default.yaml')
-rw-r--r--data/styles/default.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/styles/default.yaml b/data/styles/default.yaml
new file mode 100644
index 0000000..ea2f94f
--- /dev/null
+++ b/data/styles/default.yaml
@@ -0,0 +1,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) \ No newline at end of file