enso/distribution/lib/Standard/Base/0.0.0-dev/package.yaml
James Dunkerley 69b5f719e8
Adjust Colours. (#10417)
- Change the lightness of the component colours to match Figma.
- Remove the background image from tailwind.css.
- Alter the code editor background to be white.
- Make the selection colour much brighter in the dashboard.

![image](https://github.com/enso-org/enso/assets/4699705/4ae8f03a-bdeb-48cf-86eb-aa058a2a1b01)

![image](https://github.com/enso-org/enso/assets/4699705/eb5d4cf8-d275-4c0d-b876-4a29ce7768bf)

![image](https://github.com/enso-org/enso/assets/4699705/0df64403-75e5-4e44-a818-58cedbbcd3c9)

# Important Notes
Removed the `is-hidden-file` package from the project manager shim. It seems to be unreliable in Win11 and as just for local testing made just do dot file logic.
2024-07-01 20:01:18 +00:00

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.464 0.14 170) }
- Constants: { color: oklch(0.464 0.14 145) }
- Metadata: { color: oklch(0.464 0.14 120) }
- Output: { color: oklch(0.464 0.14 60) }
- Calculations: { color: oklch(0.464 0.14 230) }
- Statistics: { color: oklch(0.464 0.14 230) }
- Selections: { color: oklch(0.464 0.14 325) }
- Conversions: { color: oklch(0.464 0.14 40) }
- Values: { color: oklch(0.464 0.14 275) }
- Math: { color: oklch(0.464 0.14 300) }
- Rounding: { color: oklch(0.464 0.14 300) }
- Trigonometry: { color: oklch(0.464 0.14 300) }
- Random: { color: oklch(0.464 0.14 145) }
- Bitwise: { color: oklch(0.464 0.14 300) }
- Text: { color: oklch(0.464 0.14 290) }
- DateTime: { color: oklch(0.464 0.14 295) }
- Logical: { color: oklch(0.464 0.14 300) }
- Operators: { color: oklch(0.464 0.14 275) }
- Errors: { color: oklch(0.464 0.14 15) }