Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions estilo/palettes/shades_of_purple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ strings: "#A5FF90"
stringsLite: "#d2ffc7"
jsonString: "#92FC79"
darkerStrings: "#73b264"
templates: "#75e44c"
templates: "#3AD900"
definitions: "#FB94FF"
invalid: "#EC3A37"
diffAdded: "#00FF00"
Expand All @@ -31,4 +31,3 @@ currentSearch: "#ff7300"
objectKeys: "#80FFBB"
# This should be similar to `comment`
selectionBackground: "#7d44b2"
cssEntity: "#3AD900"
1 change: 1 addition & 0 deletions estilo/syntax/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ javaScriptCommentTodo: '' # Todo
javaScriptSpecial: '' # Special
javaScriptStringS: '' # String
javaScriptStringD: '' # String
javaScriptStringT: 'templates' # String
javaScriptCharacter: 'other' # Character
javaScriptSpecialCharacter: '' # javaScriptSpecial
javaScriptNumber: '' # javaScriptValue
Expand Down