elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Provide named standard colours #704

Closed richardpawson closed 2 months ago

richardpawson commented 2 months ago

This is initially limited to the following:

  black = 0x000000;
  grey = 0x808080;
  white = 0xffffff;
  red = 0xff0000;
  green = 0x008000;
  yellow = 0xffff00;
  brown = 0xa52a2a;