ayu-theme / ayu-colors

The ayu color scheme as a color palette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a hashtag before color codes

k15a opened this issue · comments

Instead of:

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

we should export this:

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

Thoughts?