More compact colour definitions draft

Thu, 14 May 2020 17:47:11 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 14 May 2020 17:47:11 -0500
changeset 23
6ec219fa34fc
parent 22
24bbbfc71c1b

More compact colour definitions

package.json file | annotate | diff | comparison | revisions
--- a/package.json	Thu May 14 09:55:49 2020 -0500
+++ b/package.json	Thu May 14 17:47:11 2020 -0500
@@ -88,32 +88,16 @@
             "editor.tokenColorCustomizations": {
                 "textMateRules": [
                     {
-                        "scope": "entity.name.todo.latex",
-                        "settings": {
-                            "foreground": "#d17000",
-                            "fontStyle": "italic"
-                        }
-                    },
-                    {
-                        "scope": "support.function.todo.latex",
+                        "scope": [
+                            "entity.name.todo.latex",
+                            "support.function.todo.latex",
+                            "entity.name.footnote.latex",
+                            "support.function.footnote.latex"
+                        ],
                         "settings": {
                             "foreground": "#d17000",
                             "fontStyle": "italic"
                         }
-                    },
-                    {
-                        "scope": "entity.name.footnote.latex",
-                        "settings": {
-                            "foreground": "#e28000",
-                            "fontStyle": "italic"
-                        }
-                    },
-                    {
-                        "scope": "support.function.footnote.latex",
-                        "settings": {
-                            "foreground": "#e28000",
-                            "fontStyle": "italic"
-                        }
                     }
                 ]
             }

mercurial