ayu-theme/ayu-colors

Add a hashtag before color codes

k15a opened this issue · 0 comments

k15a commented

Instead of:

"common": {
  "bg": "0F1419",
  "fg": "E6E1CF",
  "accent": "F29718"
}

we should export this:

"common": {
  "bg": "#0F1419",
  "fg": "#E6E1CF",
  "accent": "#F29718"
}

Thoughts?