File: foo_theme

package info (click to toggle)
tudu 0.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: cpp: 5,969; sh: 389; xml: 120; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ theme ]
# windows in screen by rows and columns
# sintax: row = height(width|win, width|win, ...)
# win can be empty or: help, tree, info, blank, 
# height can be empty, absolute or percent with % at the end
# width can be like height
row = (help)
row = 1(blank)
row = 60%(tree,60|text)
row = (,blank)
row = (info)
# columns of the tree window
columns = title,priority,category,deadline
# colors the first one is the text color the second the background
# valid colors: black, red, green, yellow, blue, magenta, cyan, white, transparent
# or a color defined like: (r, g, b)
# with r, g and b numbers from 0 to 1000
color = cyan, transparent
selected = green, transparent
help = (756,200,100), blue
tree = magenta, (134,72,890)
deadlineMark = red, transparent