From a525fcefacebd57043f659d5c7bbee26406a32bf Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 22 Mar 2016 21:48:04 -0400 Subject: [PATCH] Theme: Corrected theme example according to confgiuration syntax --- doc/themes/dark.theme | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/themes/dark.theme b/doc/themes/dark.theme index da5eb2db..394669b7 100644 --- a/doc/themes/dark.theme +++ b/doc/themes/dark.theme @@ -26,18 +26,18 @@ # TODO First color theme - build this one and when it stabilizes, add more. define color-theme: - description "A default, 256-color theme" - color: + description = "A default, 256-color theme" + colors: # General UI color. - today "black on rgb521" + today = "black on rgb521" # Rotating Color Palette for tags. palette: - 1 "white on red" - 2 "white on blue" - 3 "black on green" - 4 "black on magenta" - 5 "black on cyan" - 6 "black on yellow" - 7 "black on white" + color1 = "white on red" + color2 = "white on blue" + color3 = "black on green" + color4 = "black on magenta" + color5 = "black on cyan" + color6 = "black on yellow" + color7 = "black on white"