mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Theme: Corrected theme example according to confgiuration syntax
This commit is contained in:
parent
f0709d50e4
commit
a525fcefac
1 changed files with 10 additions and 10 deletions
20
doc/themes/dark.theme
vendored
20
doc/themes/dark.theme
vendored
|
@ -26,18 +26,18 @@
|
||||||
|
|
||||||
# TODO First color theme - build this one and when it stabilizes, add more.
|
# TODO First color theme - build this one and when it stabilizes, add more.
|
||||||
define color-theme:
|
define color-theme:
|
||||||
description "A default, 256-color theme"
|
description = "A default, 256-color theme"
|
||||||
color:
|
colors:
|
||||||
# General UI color.
|
# General UI color.
|
||||||
today "black on rgb521"
|
today = "black on rgb521"
|
||||||
|
|
||||||
# Rotating Color Palette for tags.
|
# Rotating Color Palette for tags.
|
||||||
palette:
|
palette:
|
||||||
1 "white on red"
|
color1 = "white on red"
|
||||||
2 "white on blue"
|
color2 = "white on blue"
|
||||||
3 "black on green"
|
color3 = "black on green"
|
||||||
4 "black on magenta"
|
color4 = "black on magenta"
|
||||||
5 "black on cyan"
|
color5 = "black on cyan"
|
||||||
6 "black on yellow"
|
color6 = "black on yellow"
|
||||||
7 "black on white"
|
color7 = "black on white"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue