# HG changeset patch # User Tuomo Valkonen # Date 1589496431 18000 # Node ID 6ec219fa34fcdda264012949b6bb0ae4bbe406a6 # Parent 24bbbfc71c1ba1bb6f70ea0f2215822414d44089 More compact colour definitions diff -r 24bbbfc71c1b -r 6ec219fa34fc package.json --- 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" - } } ] }