Przeglądaj źródła

themes: Add 1950s theme

George Cushen 7 lat temu
rodzic
commit
69fa815757
3 zmienionych plików z 22 dodań i 1 usunięć
  1. 21 0
      data/themes/1950s.toml
  2. 1 1
      exampleSite/config.toml
  3. BIN
      images/theme-1950s.png

+ 21 - 0
data/themes/1950s.toml

@@ -0,0 +1,21 @@
+# Theme metadata
+name = "1950s"
+
+# Is theme light or dark?
+light = true
+
+# Primary
+primary = "#EF525B"
+primary_light = "#FF6771"
+primary_dark = "#DA2536"
+
+# Menu
+menu_primary = "#24C2CB"
+menu_text = "#fff"
+menu_text_active = "#00828B"
+menu_title = "#fff"
+
+# Backgrounds
+background = "#EAE7D6"
+home_section_odd = "#EAE7D6"
+home_section_even = "#EAE7D6"

+ 1 - 1
exampleSite/config.toml

@@ -31,7 +31,7 @@ defaultContentLanguageInSubdir = false
 
 [params]
   # Color theme.
-  #   Choose from `default`, `ocean`, `forest`, `coffee`, or `dark`.
+  #   Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
   color_theme = "default"
 
   # Font style.

BIN
images/theme-1950s.png