humanmade / Hatjitsu

Websocket based Planning Poker
https://planningpoker.hmn.md/
MIT License
5 stars 2 forks source link

Re-evaluate colours #41

Closed tomjn closed 8 months ago

tomjn commented 8 months ago

I hardcoded the colour dictionary to avoid showing pale pink or yellow on a white background, but now the colours are "goblin" themes with lots of purples and greens.

This is the current list:

      dictionaries: [ [
        'maroon',
        'firebrick',
        'forestgreen',
        'darkolivegreen',
        'darkmagenta',
        'saddlebrown',
        'crimson',
        'olive',
        'hotpink',
        'goldenrod',
        'purple',
        'darkslategrey',
        'indigo',
        'orangered',
        'midnightblue',
        'rebeccapurle',
        'steelblue',
      ] ],