diff --git a/lib/constants.js b/lib/constants.js index 39cfd9c..1b8826f 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -392,6 +392,25 @@ export const THEMES = [ tag: '#55b5db' } }, + { + id: 'shades-of-purple', + name: '🦄 Shades of Purple ', + highlights: { + background: '#2D2B55', + text: '#fff', + variable: '#9EFFFF', + attribute: '#9EFFFF', + definition: '#9EFFFF', + keyword: '#FAD000', + operator: '#FF9D00', + property: '#FF9D00', + number: '#FF628C', + string: '#A5FF90', + comment: '#B362FF', + meta: '#FF9D00', + tag: '#9EFFFF' + } + }, { id: 'solarized dark', name: 'Solarized (Dark)',