chore: Update theme template

This commit is contained in:
Mattia Astorino 2017-04-10 10:02:48 +02:00
parent 4f402d1963
commit 4b61455add
7 changed files with 2701 additions and 3706 deletions

View file

@ -2,7 +2,7 @@
"id": "material.theme.lighter", "id": "material.theme.lighter",
"name": "Material-Theme-Lighter", "name": "Material-Theme-Lighter",
"scheme": { "scheme": {
"background": "#fafafa", "background": "#FAFAFA",
"comments": "#CCD7DA", "comments": "#CCD7DA",
"caret": "#27272790", "caret": "#27272790",
"findHighlight": "#F8E71C", "findHighlight": "#F8E71C",
@ -20,7 +20,7 @@
"string": "#F9355A", "string": "#F9355A",
"constantEscape": "#FFC400", "constantEscape": "#FFC400",
"base": { "base": {
"white": "#ffffff", "white": "#FFFFFF",
"black": "#000000", "black": "#000000",
"red": "#E53935", "red": "#E53935",
"orange": "#F76D47", "orange": "#F76D47",

View file

@ -1,7 +1,7 @@
name: Material Theme Darker name: Material Theme Darker
tokenColors: tokenColors:
- settings: - settings:
background: '#252526' background: '{{variant.scheme.background}}'
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: Comment - name: Comment
scope: scope:
@ -354,22 +354,22 @@ tokenColors:
scope: scope:
- string.other.link.title.markdown - string.other.link.title.markdown
settings: settings:
foreground: '#82AAFF' foreground: '{{variant.scheme.base.blue}}'
- name: Markdown - Link Description - name: Markdown - Link Description
scope: scope:
- string.other.link.description.title.markdown - string.other.link.description.title.markdown
settings: settings:
foreground: '#C792EA' foreground: '{{variant.scheme.base.purple}}'
- name: Markdown - Link Anchor - name: Markdown - Link Anchor
scope: scope:
- constant.other.reference.link.markdown - constant.other.reference.link.markdown
settings: settings:
foreground: '#FFCB6B' foreground: '{{variant.scheme.base.yellow}}'
- name: Markup - Raw Block - name: Markup - Raw Block
scope: scope:
- markup.raw.block - markup.raw.block
settings: settings:
foreground: '#C792EA' foreground: '{{variant.scheme.base.purple}}'
- name: Markdown - Raw Block Fenced - name: Markdown - Raw Block Fenced
scope: scope:
- markup.raw.block.fenced.markdown - markup.raw.block.fenced.markdown
@ -386,26 +386,28 @@ tokenColors:
- variable.language.fenced.markdown - variable.language.fenced.markdown
- punctuation.section.class.end - punctuation.section.class.end
settings: settings:
foreground: '#eeffffff' foreground: '{{variant.scheme.foreground}}'
- name: Markdown - Fenced Language - name: Markdown - Fenced Language
scope: scope:
- variable.language.fenced.markdown - variable.language.fenced.markdown
settings: settings:
foreground: '#65737e' foreground: '{{variant.scheme.invisibles}}'
- name: Markdown - Separator - name: Markdown - Separator
scope: scope:
- meta.separator - meta.separator
settings: settings:
fontStyle: bold fontStyle: bold
background: '#00000050' background: '#00000050'
foreground: '#65737e' foreground: '{{variant.scheme.invisibles}}'
- name: Markup - Table - name: Markup - Table
scope: scope:
- markup.table - markup.table
settings: settings:
foreground: '#eeffffff' foreground: '{{variant.scheme.foreground}'
colors: colors:
editorBackground: '#252526' editorBackground: '{{variant.scheme.background}}'
editorForeground: '#FFFFFF' editorForeground: '{{variant.scheme.foreground}}'
statusBarBackground: '#252526' statusBarBackground: '{{variant.scheme.background}}'
activityBarBackground: '#252526' activityBarBackground: '{{variant.scheme.background}}'
titleBarActiveBackground: '{{variant.scheme.background}}'
titleBarInactiveBackground: '{{variant.scheme.background}}'

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff