aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 14a2bb17c9a3f4e10d717b4910688a0089959fde (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
39
Design:

•	Icons should be in SVG, 16 by 16 pixels

•	Icons should be optimised for 16 by 16 pixels

•	Gaps between objects should be 1 pixel

•	The base colour should be #bebebe

•	Transparency should be used instead of colours
	and shades, primarily 25% opaque and secondarily
	50% opaque, unless not appropriate

•	In exceptional cases colours can be used:

	Status indication:
	•	Red    = #ef2929ff (critical state or missing)
	•	Orange = #f57900ff (warning)
	•	Green  = #32a679ff (verified)

	User selectable colours:
	•	Red     = #cd656cff
	•	Orange  = #d69553ff
	•	Yellow  = #ccad47ff
	•	Green   = #32a679ff
	•	Cyan    = #00a09fff
	•	Blue    = #2495beff
	•	Magenta = #a46eb0ff

•	Icons that can be overlayed, such as emblems,
	should have a 1 pixel black (#000000) outline

•	SVG files should be cleaned up with `svgcleaner`

Colours are customisable via config.mk.

When building, it is a good idea to run `make all-fast -j`
rather than `make all -j` or `make -j` (also if without -j).