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

github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbake <bake@192k.pw>2019-05-26 14:47:43 +0300
committerbake <bake@192k.pw>2019-05-26 14:47:43 +0300
commit80482e9748f8dd521bcdcdf03624885a65872f5b (patch)
tree6b5470dd34d4813f7c210db9606d3293b75cb3e9
parent26894f8603f30da2ab50b0bdae04e93e9dde4a21 (diff)
Change Monokai to Solarized
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07d6faa..5399eae 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
A minimalistic theme for [Hugo](https://gohugo.io/) blogs, fork of
[Solar Theme for Ghost](https://github.com/mattvh/solar-theme-ghost).
-It offers three color schemes: (Monokai) `light`, (Monokai) `dark` (default) and
+It offers three color schemes: (Solarized) `light`, (Solarized) `dark` (default) and
`gray`. Additional HTML can be injected just before `</head>` and `</body>` by
creating a `head.html` or `foot.html` inside `layouts/partials/`. The default
(empty) logo can be overwritten by creating a `logo.svg` in `static/img/`.
diff --git a/theme.toml b/theme.toml
index a23dbba..a013ef1 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "GPLv2"
licenselink = "https://github.com/bake/solar-theme-hugo/blob/master/LICENSE.md"
description = "A light or dark minimalistic theme"
homepage = "https://github.com/bake/solar-theme-hugo"
-tags = ["blog", "light", "dark", "responsive", "monokai", "highlight.js"]
+tags = ["blog", "light", "dark", "responsive", "solarized", "highlight.js"]
features = []
min_version = "0.25.1"