Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d8fccb7ac7e4bd6f8b746b3b4b2e4e32e14080cc (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
color1 = white
color2 = black
color3 = red
color4 = dark red
color5 = green
color6 = dark green
color7 = yellow
color8 = dark yellow
color9 = blue
color10 = dark blue
color11 = magenta
color12 = dark magenta
color13 = cyan
color14 = dark cyan
color15 = gray
color16 = dark gray

shape0 = square
shape1 = circle
shape2 = triangle

name = {0} {1}
color_value = a {0} bar {1} units tall

action0 = Action 1
action1 = Action 2
action0description = Description for Action 1
action1description = Description for Action 2

Back to the top