From 5f6d7d68b1ec553fb39ed150e6c71609e0f80d31 Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 25 Jan 2019 15:32:59 -0500 Subject: [PATCH] Add dark-violet color theme --- README.md | 2 +- static/css/themes/dark-violet.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 static/css/themes/dark-violet.css diff --git a/README.md b/README.md index c87e834..19de736 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id mainSections = ["post"] # Set main page sections post_meta = ["date", "categories"] # Enable post meta fields in given order dateFormat = "January 02, 2006" # Change the format of dates - colorTheme = "" # dark-green, dark-blue + colorTheme = "" # dark-green, dark-blue, dark-violet customCSS = ["css/custom.css"] # Include custom CSS files authorbox = true # Show authorbox at bottom of single pages if true toc = true # Enable Table of Contents for all site pages diff --git a/static/css/themes/dark-violet.css b/static/css/themes/dark-violet.css new file mode 100644 index 0000000..42bdcb7 --- /dev/null +++ b/static/css/themes/dark-violet.css @@ -0,0 +1,28 @@ +a { + color: #bc7de8; +} + +blockquote { + border-color: #bc7de8; +} + +mark { + background-color: #bc7de8; +} + +.logo:hover { + color: #bc7de8; +} + +.main-nav__btn { + fill: #bc7de8; +} + +.toc { + color: #bc7de8; +} + +.share__icon { + fill: #bc7de8; + stroke: #bc7de8; +}