# metrostyle colors # based on: https://www.color-hex.com/color-palette/471 colors: # Default colors primary: background: '#fffdef' foreground: '#000000' normal: black: '#000000' red: '#d41243' green: '#8ec127' yellow: '#f47835' blue: '#0040db' magenta: '#a200ff' cyan: '#00aedb' white: '#DDDDDD' # Bright colors bright: black: '#888888' red: '#d41243' green: '#8ec127' yellow: '#f47835' blue: '#0040db' magenta: '#a200ff' cyan: '#00aedb' white: '#FFFFFF'