From 37ec7f80e62016f77c07b2124b8dec9d024b38c9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 17 Mar 2016 19:05:05 -0400 Subject: [PATCH] Theme: Added first draft --- doc/themes/dark.theme | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/themes/dark.theme b/doc/themes/dark.theme index f91fbd6b..da5eb2db 100644 --- a/doc/themes/dark.theme +++ b/doc/themes/dark.theme @@ -25,8 +25,19 @@ ############################################################################### # TODO First color theme - build this one and when it stabilizes, add more. +define color-theme: + description "A default, 256-color theme" + color: + # General UI color. + today "black on rgb521" -# TODO General UI color. - -# TODO Rotating Color Palette for tags. + # 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"