source: flowtimer/flowtimer/configs/colors.json

guix
Last change on this file was f2a2a82, checked in by Enrico Schwass <ennoausberlin@…>, 9 months ago

minor changes to the color scheme

Signed-off-by: Enrico Schwass <ennoausberlin@…>

  • Property mode set to 100644
File size: 837 bytes
Line 
1{
2 "color_schemes": [
3 {
4 "title": "Terminated",
5 "widget": "red",
6 "sequence_label": "red",
7 "center_frame": "red"
8 },
9 {
10 "title": "Huddle",
11 "widget": "blue",
12 "sequence_label": "red",
13 "center_frame": "yellow"
14 },
15 {
16 "title": "Tasking",
17 "widget": "red",
18 "sequence_label": "yellow",
19 "center_frame": "blue"
20 },
21 {
22 "title": "Work",
23 "widget": "yellow",
24 "sequence_label": "blue",
25 "center_frame": "red"
26 },
27 {
28 "title": "Break",
29 "widget": "green",
30 "sequence_label": "brown",
31 "center_frame": "white"
32 },
33 {
34 "title": "Initial",
35 "widget": "white",
36 "sequence_label": "green",
37 "center_frame": "brown"
38 },
39 {
40 "title": "Default",
41 "widget": "pink",
42 "sequence_label": "orange",
43 "center_frame": "violet"
44 }
45 ]
46}
Note: See TracBrowser for help on using the repository browser.