-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheme.txt
92 lines (87 loc) · 2.3 KB
/
Theme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
darkpro
Blueloco Dark Theme / Default dark modern
Material Icon Theme as Icon Theme
Add to settings.json by switching settings style to 'json' from 'ui'
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"meta.function-call.arguments.python",
"meta.function-call.python",
"source.python",
],
"settings": {
"foreground": "#5eccc3"
}
},
{
"scope" : [
"keyword.control.import.python"
],
"settings": {
"foreground": "#3e47c5",
"fontStyle": "italic bold"
}
},
]
},
Extentions:
CSS Peak
Javascript ES6 Code Snippets
Auto close Tag
ESLint
prettier - code formatter
path intellisense
gitlens
project manager
better commentsES
Djaneiro
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"variable.other.django",
"variable.other.readwrite",
],
"settings": {
"foreground": "#d770ff",
}
},
{
"scope": "variable.other.django.attribute",
"settings": {
"foreground": "#ddb9ff",
}
},
{
"scope": [
"variable.other.django.block",
],
"settings": {
"foreground": "#71f33d"
}
},
{
"scope": "meta.scope.django.tag",
"settings": {
"foreground": "#ff1ce1",
}
},
{
"scope": "keyword.control.django",
"settings": {
"foreground": "#00e1ff",
"fontStyle": "bold"
}
},
]
},
"editor.semanticTokenColorCustomizations": {
"[Bluloco Dark]": {
"rules": {
"module" : "#4eeeb1",
"method" : "#00c700"
}
}
},
"editor.fontWeight": "500"