summaryrefslogtreecommitdiff
path: root/style.ini
diff options
context:
space:
mode:
Diffstat (limited to 'style.ini')
-rwxr-xr-xstyle.ini27
1 files changed, 14 insertions, 13 deletions
diff --git a/style.ini b/style.ini
index ebefcd9a6..d1e3b6c8e 100755
--- a/style.ini
+++ b/style.ini
@@ -44,27 +44,28 @@ css/print.css = print
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
-__text__ = "#333"
-__background__ = "#fff"
+__text__ = "#333"
+__background__ = "#fff"
+__background_site__ = "#fbfaf9"
; alternative text and background colors
-__text_alt__ = "#999"
-__background_alt__ = "#eee"
+__text_alt__ = "#999"
+__background_alt__ = "#eee"
; neutral text and background colors
-__text_neu__ = "#666"
-__background_neu__ = "#ddd"
+__text_neu__ = "#666"
+__background_neu__ = "#ddd"
; border color
-__border__ = "#ccc"
+__border__ = "#ccc"
;--------------------------------------------------------------------------
; these are used for links
-__link__ = "#627D9A"
-__existing__ = "#090"
-__missing__ = "#f30"
+__link__ = "#627D9A"
+__existing__ = "#090"
+__missing__ = "#f30"
; highlighting search snippets
-__highlight__ = "#ff9"
+__highlight__ = "#ff9"
; sidebar width
-__site_width__ = "72em"
-__sidebar_width__ = "16em"
+__site_width__ = "72em"
+__sidebar_width__ = "16em"