From b54b268b59b05e4c29554440f2033e3d72ab9300 Mon Sep 17 00:00:00 2001 From: Remo Scheidegger Date: Sat, 13 Jun 2020 06:44:29 +0200 Subject: [PATCH] replace 3 digit hex color by 6 digit hex color --- style.ini | 18 +++++++++--------- template.info.txt | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/style.ini b/style.ini index b19bc96..76d2013 100644 --- a/style.ini +++ b/style.ini @@ -59,19 +59,19 @@ css/print.css = print ; These are the default colors of the light template ; main text and background colors -__text__ = "#333" -__background__ = "#fff" +__text__ = "#333333" +__background__ = "#ffffff" ; alternative text and background colors -__text_alt__ = "#999" -__background_alt__ = "#eee" +__text_alt__ = "#999999" +__background_alt__ = "#eeeeee" ; neutral text and background colors -__text_neu__ = "#666" -__background_neu__ = "#ddd" +__text_neu__ = "#666666" +__background_neu__ = "#dddddd" ; border color -__border__ = "#ccc" +__border__ = "#cccccc" ; highlighted text (e.g. search snippets) -__highlight__ = "#ff9" +__highlight__ = "#ffff99" ; default link color __link__ = "#2b73b7" @@ -91,7 +91,7 @@ __selection_background_color__ = "#3584e4" ; these are used for links __existing__ = "#2b73b7" -__missing__ = "#f30" +__missing__ = "#ff3300" ;-------------------------------------------------------------------------- diff --git a/template.info.txt b/template.info.txt index 2ddd94b..84bc370 100644 --- a/template.info.txt +++ b/template.info.txt @@ -1,7 +1,7 @@ base mindthedark author Remo Scheidegger email mindthedark@mailbox.org -date 2019-10-20 +date 2020-06-13 name MindTheDark Template desc This template respects the choice of a dark theme of the user. url https://www.dokuwiki.org/template:mindthedark