From 5b79fb838ac011fef179bc0270ad94ccb1af6005 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 6 Apr 2017 19:58:23 +0200 Subject: [PATCH] chore: Add all scopes to theme template Add all scopes (to be polished) to the theme template --- src/themes/theme-template.yml | 60 +++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/src/themes/theme-template.yml b/src/themes/theme-template.yml index bf4f5a0..50ffce1 100644 --- a/src/themes/theme-template.yml +++ b/src/themes/theme-template.yml @@ -211,7 +211,9 @@ tokenColors: foreground: '#89DDFF' - name: URL scope: - - '*url*, *link*, *uri*' + - '*url*' + - '*link*' + - '*uri*' settings: fontStyle: underline - name: Decorators @@ -315,7 +317,7 @@ tokenColors: foreground: '#F07178' - name: Markup - Bold-Italic scope: - - 'markup.bold markup.italic,' + - markup.bold markup.italic - markup.italic markup.bold - markup.quote markup.bold - markup.bold markup.italic string @@ -348,6 +350,60 @@ tokenColors: settings: fontStyle: italic foreground: '' + - name: Markdown - Link + scope: + - string.other.link.title.markdown + settings: + foreground: '#82AAFF' + - name: Markdown - Link Description + scope: + - string.other.link.description.title.markdown + settings: + foreground: '#C792EA' + - name: Markdown - Link Anchor + scope: + - constant.other.reference.link.markdown + settings: + foreground: '#FFCB6B' + - name: Markup - Raw Block + scope: + - markup.raw.block + settings: + foreground: '#C792EA' + - name: Markdown - Raw Block Fenced + scope: + - markup.raw.block.fenced.markdown + settings: + foreground: '#00000050' + - name: Markdown - Fenced Bode Block + scope: + - punctuation.definition.fenced.markdown + settings: + foreground: '#00000050' + - name: Markdown - Fenced Bode Block Variable + scope: + - markup.raw.block.fenced.markdown + - variable.language.fenced.markdown + - punctuation.section.class.end + settings: + foreground: '#eeffffff' + - name: Markdown - Fenced Language + scope: + - variable.language.fenced.markdown + settings: + foreground: '#65737e' + - name: Markdown - Separator + scope: + - meta.separator + settings: + fontStyle: bold + background: '#00000050' + foreground: '#65737e' + - name: Markup - Table + scope: + - markup.table + settings: + foreground: '#eeffffff' colors: editorBackground: '#252526' editorForeground: '#FFFFFF'