Skip to content

Commit

Permalink
replace 3 digit hex color by 6 digit hex color
Browse files Browse the repository at this point in the history
  • Loading branch information
Remo Scheidegger committed Jun 13, 2020
1 parent ffe61e7 commit b54b268
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions style.ini
Expand Up @@ -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"
Expand All @@ -91,7 +91,7 @@ __selection_background_color__ = "#3584e4"

; these are used for links
__existing__ = "#2b73b7"
__missing__ = "#f30"
__missing__ = "#ff3300"

;--------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion 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

1 comment on commit b54b268

@MrReSc
Copy link
Owner

@MrReSc MrReSc commented on b54b268 Jun 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.