Skip to content

Commit 4013464

Browse files
committed
💄 new colors
1 parent cd11c1b commit 4013464

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
@@ -23,6 +23,7 @@
2323
"darkgreen": "#39AB73",
2424
"forestgreen": "#117A65",
2525
"dodgerblue": "#1F95D9",
26+
"greyblue": "#657b83",
2627
"lightblue": "#8BB6D9",
2728
"cyan": "#3FEDD8",
2829
"violet": "#6F5BA8",
@@ -138,6 +139,11 @@
138139
"scope": "keyword.other.special-method, punctuation.section.arguments",
139140
"foreground": "var(lightblue)"
140141
},
142+
{
143+
"name": "Brackets",
144+
"scope": "punctuation.section.group",
145+
"foreground": "var(greyblue)"
146+
},
141147
{
142148
"name": "Keyword, Storage",
143149
"scope": "keyword, storage.type, punctuation.section.range",

GDL-light.sublime-color-scheme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dodgerblue": "#42A5F5",
2727
"lightblue": "#8BB6D9",
2828
"darkblue": "#1976d2",
29+
"greyblue": "#657b83",
2930
"violet": "#6F5BA8",
3031
"purple": "#AE4977",
3132
"brown": "#8C7342",
@@ -140,6 +141,11 @@
140141
"scope": "keyword.other.special-method, punctuation.section.arguments",
141142
"foreground": "var(lightblue)"
142143
},
144+
{
145+
"name": "Brackets",
146+
"scope": "punctuation.section.group",
147+
"foreground": "var(greyblue)"
148+
},
143149
{
144150
"name": "Keyword, Storage",
145151
"scope": "keyword, storage.type, punctuation.section.range",

0 commit comments

Comments
 (0)