Skip to content

Commit 7405ba8

Browse files
committed
color for deprecated globals
1 parent 487bdbe commit 7405ba8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

GDL-dark.sublime-color-scheme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@
161161
"foreground": "#d7e7db",
162162
"background": "color(#cc9ad8 alpha(0.7))"
163163
},
164+
{
165+
"name": "Deprecated Globals",
166+
"scope": "keyword.globals.deprecated.gdl",
167+
"foreground": "#d7e7db",
168+
"background": "color(#cc9ad8 alpha(0.7))"
169+
},
164170
{
165171
"name": "Storage Function",
166172
"scope": "storage.type.function",

GDL-light.sublime-color-scheme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@
163163
"foreground": "#d7e7db",
164164
"background": "color(#cc9ad8 alpha(0.7))"
165165
},
166+
{
167+
"name": "Deprecated Globals",
168+
"scope": "keyword.globals.deprecated.gdl",
169+
"foreground": "#d7e7db",
170+
"background": "color(#cc9ad8 alpha(0.7))"
171+
},
166172
{
167173
"name": "Storage Function",
168174
"scope": "storage.type.function",

0 commit comments

Comments
 (0)