42 lines
952 B
YAML
42 lines
952 B
YAML
# Go Education Project Theme
|
|
# Colors match the logo: teal primary + navy secondary
|
|
hugoblox:
|
|
meta:
|
|
format: "hugoblox-theme@1"
|
|
name: "Go Education"
|
|
vendor: "goeducation"
|
|
version: "1.0.0"
|
|
license: "MIT"
|
|
description: "Teal and navy blue theme matching the Go Education Project logo"
|
|
|
|
type: "dual"
|
|
|
|
light:
|
|
colors:
|
|
primary: "#1DCAD4"
|
|
secondary: "#1B3A6B"
|
|
neutral: "slate"
|
|
surfaces:
|
|
background: "#ffffff"
|
|
foreground: "#1B3A6B"
|
|
header:
|
|
background: "#ffffff"
|
|
foreground: "#1B3A6B"
|
|
footer:
|
|
background: "#f0fafa"
|
|
foreground: "#1B3A6B"
|
|
|
|
dark:
|
|
colors:
|
|
primary: "#1DCAD4"
|
|
secondary: "#a8d8f0"
|
|
neutral: "slate"
|
|
surfaces:
|
|
background: "#0f1e35"
|
|
foreground: "#e0f7fa"
|
|
header:
|
|
background: "#0f1e35"
|
|
foreground: "#e0f7fa"
|
|
footer:
|
|
background: "#0a1628"
|
|
foreground: "#b2ebf2"
|