Skip to content

Commit 012b7d2

Browse files
committed
Use a superposition of alpha-t and code-tags for the TypeParameter icon
1 parent 666107c commit 012b7d2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/theme-material/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import structure from '../style/icons/file-tree.svg';
3030
import lightning from '../style/icons/flash-outline.svg';
3131
import key from '../style/icons/key.svg';
3232
import snippet from '../style/icons/border-none-variant.svg';
33-
import alpha_t from '../style/icons/alpha-t.svg';
33+
import alpha_t_over_code from '../style/icons/alpha-t-and-code.svg';
3434

3535
const default_set: ICompletionIconSet = {
3636
Text: alphabetical,
@@ -57,7 +57,7 @@ const default_set: ICompletionIconSet = {
5757
Struct: sitemap,
5858
Event: lightning,
5959
Operator: plus_minus,
60-
TypeParameter: alpha_t
60+
TypeParameter: alpha_t_over_code
6161
};
6262

6363
const completionTheme: ICompletionTheme = {
Lines changed: 6 additions & 0 deletions
Loading

packages/theme-material/style/icons/alpha-t.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)