diff --git a/lib/constants.js b/lib/constants.js index b31e73a..8c5b123 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -401,9 +401,9 @@ export const THEMES = [ variable: '#9EFFFF', attribute: '#9EFFFF', definition: '#9EFFFF', - keyword: '#FAD000', + keyword: '#FF9D00', operator: '#FF9D00', - property: '#FF9D00', + property: '#FAD000', number: '#FF628C', string: '#A5FF90', comment: '#B362FF',