Skip to content

Commit 04d3ce4

Browse files
azizkprincemaple
authored andcommitted
Themes: slightly darken embedded and interpolation punctuation.
1 parent fb044a9 commit 04d3ce4

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

color-schemes/Mariana.sublime-color-scheme

+16-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
},
77
"rules":
88
[
9-
{
10-
"name": "EEx tag",
11-
"scope": "punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex",
12-
"foreground": "var(blue5)"
13-
},
9+
// NB: commented out. See: "Embedded punctuation"
10+
// {
11+
// "name": "EEx tag",
12+
// "scope": "punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex",
13+
// "foreground": "var(blue5)"
14+
// },
1415
{
1516
"name": "EEx embedded",
1617
"scope": "source.elixir.embedded.html",
@@ -102,6 +103,16 @@
102103
"scope": "source.elixir.embedded | source.elixir.interpolated",
103104
"background": "color(var(white) a(0.03))"
104105
},
106+
{
107+
"name": "Interpolation punctuation",
108+
"scope": "punctuation.section.interpolation.begin.elixir | punctuation.section.interpolation.end.elixir",
109+
"foreground": "color(var(white) l(- 30%))"
110+
},
111+
{
112+
"name": "Embedded punctuation",
113+
"scope": "punctuation.section.embedded.begin.elixir | punctuation.section.embedded.end.elixir | punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex | punctuation.section.embedded.begin.surface | punctuation.section.embedded.end.surface",
114+
"foreground": "color(var(white) l(- 30%))"
115+
},
105116
{
106117
"name": "SQL boolean",
107118
"scope": "constant.boolean.sql",

color-schemes/Monokai.sublime-color-scheme

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
"scope": "punctuation.section.interpolation.begin.elixir | punctuation.section.interpolation.end.elixir",
111111
"foreground": "color(var(white) l(- 30%))"
112112
},
113+
{
114+
"name": "Embedded punctuation",
115+
"scope": "punctuation.section.embedded.begin.elixir | punctuation.section.embedded.end.elixir | punctuation.section.embedded.begin.eex | punctuation.section.embedded.end.eex | punctuation.section.embedded.begin.surface | punctuation.section.embedded.end.surface",
116+
"foreground": "color(var(white) l(- 30%))"
117+
},
113118
{
114119
"name": "SQL boolean",
115120
"scope": "constant.boolean.sql",

0 commit comments

Comments
 (0)