Ticket #631: nALFSrc

File nALFSrc, 1.2 KB (added by neven@…, 21 years ago)

Part of .nALFSrc file, concerning colors.

Line 
1# Syntax: color <group> <what> <color>
2
3color general border <color>
4color general profile_name <color>
5color general program_name <color>
6color general help_text <color>
7color general cursor <color>
8color general options_line <color>
9
10color bottom name <color>
11color bottom value <color>
12
13color editor help <color>
14color editor help_keys <color>
15color editor name <color>
16color editor value <color>
17
18color options key <color>
19color options name <color>
20color options value <color>
21
22color mark running <color>
23color mark somedone <color>
24color mark done <color>
25color mark failed <color>
26
27color help key <color>
28color help alt_key <color>
29color help name <color>
30color help copyright <color>
31
32color message text <color>
33color message info <color>
34color message help <color>
35color message system <color>
36color message warning <color>
37color message error <color>
38
39color timer value <color>
40color timer type <color>
41color timer status <color>
42
43# Types of elements, like these below, might be useful too?
44color element profile
45color element handler <color>
46color element parameter <color>
47color element unknown <color>
48
49# Maybe even:
50color element package <color>
51color element stage <color>
52
53# Etc...