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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Esh <esh.jordan@gmail.com>2021-08-08 15:29:08 +0300
committerJordan Esh <esh.jordan@gmail.com>2021-08-08 15:29:08 +0300
commit0d388f3f19fb5246867e3066704d8c1d3be8caf3 (patch)
tree69108362d44f9c6197fb752795c228a1073af071 /exampleSite
parentf44d5f6cb73accfe2483d17cd92982fa1ea0315f (diff)
Made element colors more configurable based on type and location
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b160eb9..777bb61 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,11 +10,16 @@ baseURL = "https://example.com/"
title = "Example - CV"
[params]
-colorDark = "#666"
colorLight = "#fff"
+colorDark = "#666"
colorPageBackground = "#ddd"
colorPrimary = "#e3bfb8"
-colorPrimaryText = "#fff"
-colorRightColumnBackground = "#f5f5f5"
colorSecondary = "#aaa"
+colorIconPrimary = "#fff"
+colorIconBackground = "#e3bfb8"
+colorRightColumnBackground = "#f5f5f5"
+colorRightColumnHeadingText = "#666"
+colorRightColumnBodyText = "#666"
+colorRightColumnIconPrimary = "#fff"
+colorRightColumnIconBackground = "#e3bfb8"
pages = 1