8000 Added some Lisp scopes · MattDMo/Neon-color-scheme@fef1d04 · GitHub
[go: up one dir, main page]

Skip to content

Commit fef1d04

Browse files
committed
Added some Lisp scopes
1 parent 73ae130 commit fef1d04

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

Neon.sublime-color-scheme

+30-7
Original file line numberDiff line numberDiff line change
@@ -1382,8 +1382,8 @@
13821382
{
13831383
"name": "LaTeX ampersand",
13841384
"scope": "constant.character.ampersand",
1385-
"background": "#660033",
13861385
"foreground": "#0099FF",
1386+
"background": "#660033",
13871387
"font_style": "bold"
13881388
},
13891389
{
@@ -1392,6 +1392,30 @@
13921392
"font_style": "bold glow"
13931393
},
13941394
// ____
1395+
// `MM' 68b
1396+
// MM Y89
1397+
// MM ___ ____ __ ____
1398+
// MM `MM 6MMMMb\ `M6MMMMb
1399+
// MM MM MM' ` MM' `Mb
1400+
// MM MM YM. MM MM
1401+
// MM MM YMMMMb MM MM
1402+
// MM MM `Mb MM MM
1403+
// MM / MM L ,MM MM. ,M9
1404+
// _MMMMMMM _MM_MYMMMM9 MMYMMM9
1405+
// MM
1406+
// MM
1407+
// _MM_
1408+
{
1409+
"name": "Lisp constant",
1410+
"scope": "constant.character.lisp",
1411+
"foreground": "#FF07A0"
1412+
},
1413+
{
1414+
"name": "Lisp global variable",
1415+
"scope": "variable.other.global.lisp",
1416+
"foreground": "#07FF43"
1417+
},
1418+
// ____
13951419
// `MM'
13961420
// MM /
13971421
// MM _____ __ ____ ___ /M
@@ -1620,7 +1644,6 @@
16201644
{
16211645
"name": "sublime-color-scheme name",
16221646
"scope": "meta.rule.sublime-color-scheme meta.mapping.value.json string.quoted.double.json -punctuation",
1623-
// "background": "#E0FF002F",
16241647
"foreground": "#3368FF",
16251648
"font_style": ""
16261649
},
@@ -1804,7 +1827,7 @@
18041827
{
18051828
"name": "Lambda definition",
18061829
"scope": "meta.function.inline",
1807-
"background": "#0000669f",
1830+
"background": "#0000669F",
18081831
"font_style": ""
18091832
},
18101833
{
@@ -2068,13 +2091,13 @@
20682091
"name": "RAML description",
20692092
"scope": "source.raml markup.raw.description.raml",
20702093
"foreground": "#C2E978",
2071-
"background": "#1c1c1c"
2094+
"background": "#1C1C1C"
20722095
},
20732096
{
20742097
"name": "RAML schema description",
20752098
"scope": "source.raml string.quoted.single.yaml",
20762099
"foreground": "#90F060",
2077-
"background": "#1c1c1c"
2100+
"background": "#1C1C1C"
20782101
},
20792102
{
20802103
"name": "RAML HTML method",
@@ -2669,7 +2692,7 @@
26692692
"name": "Builtin type",
26702693
"scope": "support.type.builtin",
26712694
"foreground": "#FFFF00",
2672-
"background": "#07019ac3",
2695+
"background": "#07019AC3",
26732696
"font_style": "italic"
26742697
},
26752698
{
@@ -2689,7 +2712,7 @@
26892712
"name": "Type",
26902713
"scope": "entity.name.type.module",
26912714
"foreground": "#BD0F66",
2692-
"background": "#07019ac3",
2715+
"background": "#07019AC3",
26932716
"font_style": "bold italic"
26942717
},
26952718
// ____ ___ _ ____ ____ ,M'________

0 commit comments

Comments
 (0)
0