mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 06:01:37 +03:00
ce360f9002
Fix the group colour to a fixed set. ![image](https://github.com/enso-org/enso/assets/4699705/476046ce-0ce3-4f98-9a75-a51f2e55f4e6)
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
name: Base
|
|
namespace: Standard
|
|
version: 0.0.0-dev
|
|
license: APLv2
|
|
authors:
|
|
- name: Enso Team
|
|
email: contact@enso.org
|
|
maintainers:
|
|
- name: Enso Team
|
|
email: contact@enso.org
|
|
component-groups:
|
|
new:
|
|
- Input: { color: oklch(0.545 0.14 170) }
|
|
- Constants: { color: oklch(0.545 0.14 145) }
|
|
- Metadata: { color: oklch(0.545 0.14 120) }
|
|
- Output: { color: oklch(0.545 0.14 60) }
|
|
- Calculations: { color: oklch(0.545 0.14 230) }
|
|
- Statistics: { color: oklch(0.545 0.14 230) }
|
|
- Selections: { color: oklch(0.545 0.14 325) }
|
|
- Conversions: { color: oklch(0.545 0.14 40) }
|
|
- Values: { color: oklch(0.545 0.14 275) }
|
|
- Math: { color: oklch(0.545 0.14 300) }
|
|
- Rounding: { color: oklch(0.545 0.14 300) }
|
|
- Trigonometry: { color: oklch(0.545 0.14 300) }
|
|
- Random: { color: oklch(0.545 0.14 145) }
|
|
- Bitwise: { color: oklch(0.545 0.14 300) }
|
|
- Text: { color: oklch(0.545 0.14 290) }
|
|
- DateTime: { color: oklch(0.545 0.14 295) }
|
|
- Logical: { color: oklch(0.545 0.14 300) }
|
|
- Operators: { color: oklch(0.545 0.14 275) }
|
|
- Errors: { color: oklch(0.545 0.14 15) }
|