summaryrefslogtreecommitdiff
path: root/lib/tpl/default/style.ini
blob: f5f10d0a41a54e2fbee4ac0c95338b2670aaf2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; This file is used to configure some placeholder values used in
; the stylesheets. Changing this file is the simplest method to
; give your wiki a new look.
;
; Please see http://www.php.net/manual/en/function.parse-ini-file.php
; for limitations of the ini format used here

; various shades of gray, mainly used for backgrounds and texts
__white__      = "#fff"
__lightgray__  = "#f5f5f5"
__mediumgray__ = "#ccc"
__darkgray__   = "#666"
__black__      = "#000"

; these are the shades of blue
__lighter__   = "#f7f9fa"
__light__     = "#eef3f8"
__medium__    = "#dee7ec"
__dark__      = "#8cacbb"
__darker__    = "#638c9c"

; these are used for links
__extern__    = "#436976"
__existing__  = "#090"
__missing__   = "#f30"

; highlighting search snippets
__highlight__ = "#ff9"