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}}'

View file

@ -1,9 +1,12 @@
{
"name": "Material Theme Darker",
[
{
"name": "Material Theme Darker"
},
{
"tokenColors": [
{
"settings": {
"background": "#252526",
"background": "#212121",
"foreground": "#ffffff"
}
},
@ -657,14 +660,14 @@
"markup.table"
],
"settings": {
"foreground": "#eeffffff"
"foreground": ""
}
}
],
"colors": {
"editorBackground": "#252526",
"editorForeground": "#FFFFFF",
"statusBarBackground": "#252526",
"activityBarBackground": "#252526"
"editorForeground": "#eeffffff",
"statusBarBackground": "#212121",
"activityBarBackground": "#212121",
"titleBarActiveBackground": "#212121",
"titleBarInactiveBackground": "#212121"
}
}
]

View file

@ -1,9 +1,12 @@
{
"name": "Material Theme Darker",
[
{
"name": "Material Theme Darker"
},
{
"tokenColors": [
{
"settings": {
"background": "#252526",
"background": "#263238",
"foreground": "#ffffff"
}
},
@ -628,7 +631,7 @@
"punctuation.section.class.end"
],
"settings": {
"foreground": "#eeffffff"
"foreground": "#eeffff"
}
},
{
@ -657,14 +660,14 @@
"markup.table"
],
"settings": {
"foreground": "#eeffffff"
"foreground": ""
}
}
],
"colors": {
"editorBackground": "#252526",
"editorForeground": "#FFFFFF",
"statusBarBackground": "#252526",
"activityBarBackground": "#252526"
"editorForeground": "#eeffff",
"statusBarBackground": "#263238",
"activityBarBackground": "#263238",
"titleBarActiveBackground": "#263238",
"titleBarInactiveBackground": "#263238"
}
}
]

View file

@ -1,10 +1,13 @@
{
"name": "Material Theme Darker",
[
{
"name": "Material Theme Darker"
},
{
"tokenColors": [
{
"settings": {
"background": "#252526",
"foreground": "#ffffff"
"background": "#FAFAFA",
"foreground": "#FFFFFF"
}
},
{
@ -34,7 +37,7 @@
"constant.other.color"
],
"settings": {
"foreground": "#ffffff"
"foreground": "#FFFFFF"
}
},
{
@ -46,7 +49,7 @@
],
"settings": {
"background": "#E53935",
"foreground": "#ffffff"
"foreground": "#FFFFFF"
}
},
{
@ -56,7 +59,7 @@
],
"settings": {
"background": "#91B859",
"foreground": "#ffffff"
"foreground": "#FFFFFF"
}
},
{
@ -66,7 +69,7 @@
],
"settings": {
"background": "#7C4DFF",
"foreground": "#ffffff"
"foreground": "#FFFFFF"
}
},
{
@ -572,7 +575,7 @@
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#82AAFF"
"foreground": "#6182B8"
}
},
{
@ -581,7 +584,7 @@
"string.other.link.description.title.markdown"
],
"settings": {
"foreground": "#C792EA"
"foreground": "#7C4DFF"
}
},
{
@ -590,7 +593,7 @@
"constant.other.reference.link.markdown"
],
"settings": {
"foreground": "#FFCB6B"
"foreground": "#FFB62C"
}
},
{
@ -599,7 +602,7 @@
"markup.raw.block"
],
"settings": {
"foreground": "#C792EA"
"foreground": "#7C4DFF"
}
},
{
@ -628,7 +631,7 @@
"punctuation.section.class.end"
],
"settings": {
"foreground": "#eeffffff"
"foreground": "#80CBC4"
}
},
{
@ -637,7 +640,7 @@
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#65737e"
"foreground": "#E7EAEC"
}
},
{
@ -648,7 +651,7 @@
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#65737e"
"foreground": "#E7EAEC"
}
},
{
@ -657,14 +660,14 @@
"markup.table"
],
"settings": {
"foreground": "#eeffffff"
"foreground": ""
}
}
],
"colors": {
"editorBackground": "#252526",
"editorForeground": "#FFFFFF",
"statusBarBackground": "#252526",
"activityBarBackground": "#252526"
"editorForeground": "#80CBC4",
"statusBarBackground": "#FAFAFA",
"activityBarBackground": "#FAFAFA",
"titleBarActiveBackground": "#FAFAFA",
"titleBarInactiveBackground": "#FAFAFA"
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,12 @@
{
"name": "Material Theme Darker",
[
{
"name": "Material Theme Darker"
},
{
"tokenColors": [
{
"settings": {
"background": "#252526",
"background": "#292D3E",
"foreground": "#ffffff"
}
},
@ -628,7 +631,7 @@
"punctuation.section.class.end"
],
"settings": {
"foreground": "#eeffffff"
"foreground": "#959DCB"
}
},
{
@ -637,7 +640,7 @@
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#65737e"
"foreground": "#4E5579"
}
},
{
@ -648,7 +651,7 @@
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#65737e"
"foreground": "#4E5579"
}
},
{
@ -657,14 +660,14 @@
"markup.table"
],
"settings": {
"foreground": "#eeffffff"
"foreground": ""
}
}
],
"colors": {
"editorBackground": "#252526",
"editorForeground": "#FFFFFF",
"statusBarBackground": "#252526",
"activityBarBackground": "#252526"
"editorForeground": "#959DCB",
"statusBarBackground": "#292D3E",
"activityBarBackground": "#292D3E",
"titleBarActiveBackground": "#292D3E",
"titleBarInactiveBackground": "#292D3E"
}
}
]