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",
"name": "Material-Theme-Lighter",
"scheme": {
"background": "#fafafa",
"background": "#FAFAFA",
"comments": "#CCD7DA",
"caret": "#27272790",
"findHighlight": "#F8E71C",
@ -20,7 +20,7 @@
"string": "#F9355A",
"constantEscape": "#FFC400",
"base": {
"white": "#ffffff",
"white": "#FFFFFF",
"black": "#000000",
"red": "#E53935",
"orange": "#F76D47",

View file

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