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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2019-12-26 18:19:30 +0300
committerzzossig <zzossig@gmail.com>2019-12-26 18:19:30 +0300
commitda8c690503ae14007b85c07fbe121a9b1e131004 (patch)
tree35a1ea58d891cb899f9fb47eeb5c7d74f930b62e /data
parent159e6cbcdc169e0779d8dc896e0ab4df86ddacdd (diff)
chroma highlight line color changed, chroma theme setting var divided, meta component title added,
Diffstat (limited to 'data')
-rw-r--r--data/skin.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/skin.toml b/data/skin.toml
index 5a4d7ab..028ee63 100644
--- a/data/skin.toml
+++ b/data/skin.toml
@@ -1,3 +1,9 @@
custom_theme_primary_color = "195" # 0 ~ 359, Colors HSL, restart hugo after change this value
-chroma_theme = "default" # https://xyproto.github.io/splash/docs/longer/all.html \ No newline at end of file
+# https://xyproto.github.io/splash/docs/longer/all.html
+# restart hugo after change this value
+theme_light_chroma = "default"
+theme_dark_chroma = "default"
+theme_hacker_chroma = "default"
+theme_solarized_chroma = "default"
+theme_custom_chroma = "default" \ No newline at end of file