From 80482e9748f8dd521bcdcdf03624885a65872f5b Mon Sep 17 00:00:00 2001 From: bake Date: Sun, 26 May 2019 13:47:43 +0200 Subject: Change Monokai to Solarized --- README.md | 2 +- theme.toml | 2 +- 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 `` and `` 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" -- cgit v1.2.3