Skip to content

Commit

Permalink
feat: Change icon for "symbol-key", "symbol-num" and "symbol-string"
Browse files Browse the repository at this point in the history
  • Loading branch information
yttriumz committed Nov 1, 2022
1 parent a8ccd78 commit 104e1c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,15 @@ export const sets: IconSet[] = [
// 'codicon:symbol-folder': 'carbon:folder',
'codicon:symbol-function': 'carbon:function-math',
'codicon:symbol-interface': 'carbon:connect',
'codicon:symbol-key': 'carbon:character-lower-case',
// 'codicon:symbol-key': 'carbon:',
// 'codicon:symbol-keyword': 'carbon:',
'codicon:symbol-method': 'carbon:function',
'codicon:symbol-misc': 'carbon:type-pattern',
'codicon:symbol-module': 'bi:box-seam',
// 'codicon:symbol-namespace': 'carbon:',
'codicon:symbol-null': 'carbon:circle-dash',
'codicon:symbol-number': 'carbon:character-whole-number',
'codicon:symbol-numeric': 'carbon:character-whole-number',
'codicon:symbol-number': 'carbon:hashtag',
'codicon:symbol-numeric': 'carbon:hashtag',
'codicon:symbol-object': 'carbon:object-storage',
// 'codicon:symbol-operator': 'carbon:',
'codicon:symbol-package': 'bi:box-seam',
Expand All @@ -401,7 +401,7 @@ export const sets: IconSet[] = [
// 'codicon:symbol-reference': 'carbon:',
'codicon:symbol-ruler': 'carbon:ruler-alt',
'codicon:symbol-snippet': 'bi:code-square',
'codicon:symbol-string': 'carbon:character-upper-case',
'codicon:symbol-string': 'carbon:quotes',
'codicon:symbol-struct': 'carbon:data-structured',
'codicon:symbol-structure': 'carbon:data-structured',
'codicon:symbol-text': 'carbon:text-font',
Expand Down

0 comments on commit 104e1c4

Please sign in to comment.