chore: Add all scopes to theme template
Add all scopes (to be polished) to the theme template
This commit is contained in:
parent
09854756c1
commit
5b79fb838a
1 changed files with 58 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue