chore: Update theme template
This commit is contained in:
parent
4f402d1963
commit
4b61455add
7 changed files with 2701 additions and 3706 deletions
|
@ -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",
|
||||||
|
|
|
@ -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}}'
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Material Theme Darker"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Material Theme Darker",
|
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#252526",
|
"background": "#212121",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#ffffff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -657,14 +660,14 @@
|
||||||
"markup.table"
|
"markup.table"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"editorForeground": "#eeffffff",
|
||||||
"editorBackground": "#252526",
|
"statusBarBackground": "#212121",
|
||||||
"editorForeground": "#FFFFFF",
|
"activityBarBackground": "#212121",
|
||||||
"statusBarBackground": "#252526",
|
"titleBarActiveBackground": "#212121",
|
||||||
"activityBarBackground": "#252526"
|
"titleBarInactiveBackground": "#212121"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
]
|
|
@ -1,9 +1,12 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Material Theme Darker"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Material Theme Darker",
|
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#252526",
|
"background": "#263238",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#ffffff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -628,7 +631,7 @@
|
||||||
"punctuation.section.class.end"
|
"punctuation.section.class.end"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": "#eeffff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -657,14 +660,14 @@
|
||||||
"markup.table"
|
"markup.table"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"editorForeground": "#eeffff",
|
||||||
"editorBackground": "#252526",
|
"statusBarBackground": "#263238",
|
||||||
"editorForeground": "#FFFFFF",
|
"activityBarBackground": "#263238",
|
||||||
"statusBarBackground": "#252526",
|
"titleBarActiveBackground": "#263238",
|
||||||
"activityBarBackground": "#252526"
|
"titleBarInactiveBackground": "#263238"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
]
|
|
@ -1,10 +1,13 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Material Theme Darker"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Material Theme Darker",
|
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#252526",
|
"background": "#FAFAFA",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#FFFFFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -34,7 +37,7 @@
|
||||||
"constant.other.color"
|
"constant.other.color"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffffff"
|
"foreground": "#FFFFFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -46,7 +49,7 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#E53935",
|
"background": "#E53935",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#FFFFFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -56,7 +59,7 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#91B859",
|
"background": "#91B859",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#FFFFFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -66,7 +69,7 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#7C4DFF",
|
"background": "#7C4DFF",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#FFFFFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -572,7 +575,7 @@
|
||||||
"string.other.link.title.markdown"
|
"string.other.link.title.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#82AAFF"
|
"foreground": "#6182B8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -581,7 +584,7 @@
|
||||||
"string.other.link.description.title.markdown"
|
"string.other.link.description.title.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#C792EA"
|
"foreground": "#7C4DFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -590,7 +593,7 @@
|
||||||
"constant.other.reference.link.markdown"
|
"constant.other.reference.link.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#FFCB6B"
|
"foreground": "#FFB62C"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -599,7 +602,7 @@
|
||||||
"markup.raw.block"
|
"markup.raw.block"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#C792EA"
|
"foreground": "#7C4DFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -628,7 +631,7 @@
|
||||||
"punctuation.section.class.end"
|
"punctuation.section.class.end"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": "#80CBC4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -637,7 +640,7 @@
|
||||||
"variable.language.fenced.markdown"
|
"variable.language.fenced.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#65737e"
|
"foreground": "#E7EAEC"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -648,7 +651,7 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "bold",
|
"fontStyle": "bold",
|
||||||
"background": "#00000050",
|
"background": "#00000050",
|
||||||
"foreground": "#65737e"
|
"foreground": "#E7EAEC"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -657,14 +660,14 @@
|
||||||
"markup.table"
|
"markup.table"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"editorForeground": "#80CBC4",
|
||||||
"editorBackground": "#252526",
|
"statusBarBackground": "#FAFAFA",
|
||||||
"editorForeground": "#FFFFFF",
|
"activityBarBackground": "#FAFAFA",
|
||||||
"statusBarBackground": "#252526",
|
"titleBarActiveBackground": "#FAFAFA",
|
||||||
"activityBarBackground": "#252526"
|
"titleBarInactiveBackground": "#FAFAFA"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
]
|
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,12 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Material Theme Darker"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Material Theme Darker",
|
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"background": "#252526",
|
"background": "#292D3E",
|
||||||
"foreground": "#ffffff"
|
"foreground": "#ffffff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -628,7 +631,7 @@
|
||||||
"punctuation.section.class.end"
|
"punctuation.section.class.end"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": "#959DCB"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -637,7 +640,7 @@
|
||||||
"variable.language.fenced.markdown"
|
"variable.language.fenced.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#65737e"
|
"foreground": "#4E5579"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -648,7 +651,7 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "bold",
|
"fontStyle": "bold",
|
||||||
"background": "#00000050",
|
"background": "#00000050",
|
||||||
"foreground": "#65737e"
|
"foreground": "#4E5579"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -657,14 +660,14 @@
|
||||||
"markup.table"
|
"markup.table"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#eeffffff"
|
"foreground": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"editorForeground": "#959DCB",
|
||||||
"editorBackground": "#252526",
|
"statusBarBackground": "#292D3E",
|
||||||
"editorForeground": "#FFFFFF",
|
"activityBarBackground": "#292D3E",
|
||||||
"statusBarBackground": "#252526",
|
"titleBarActiveBackground": "#292D3E",
|
||||||
"activityBarBackground": "#252526"
|
"titleBarInactiveBackground": "#292D3E"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue