Skip to content

Commit e78332f

Browse files
committed
Different color for lua globals
1 parent bfb1fa9 commit e78332f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/src/themes/mtasa_lua-theme_dark.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@
173173
{
174174
"scope": "constant.language.lua",
175175
"settings": {
176-
"foreground": "#ec5f66",
176+
"foreground": "#b45f96",
177177
"fontStyle": "italic"
178178
}
179179
},
180180
{
181181
"scope": "variable.language.self.lua",
182182
"settings": {
183-
"foreground": "#ec5f66",
183+
"foreground": "#b45f96",
184184
"fontStyle": "italic"
185185
}
186186
},

web/src/themes/mtasa_lua-theme_light.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@
169169
{
170170
"scope": "constant.language.lua",
171171
"settings": {
172-
"foreground": "#c6555f",
172+
"foreground": "#c655a4",
173173
"fontStyle": "italic"
174174
}
175175
},
176176
{
177177
"scope": "variable.language.self.lua",
178178
"settings": {
179-
"foreground": "#c6555f",
179+
"foreground": "#c655a4",
180180
"fontStyle": "italic"
181181
}
182182
},

0 commit comments

Comments
 (0)