chore: Update theme template yml form

This commit is contained in:
Mattia Astorino 2017-04-10 10:32:37 +02:00
parent 563ae335d7
commit f41bfe0966

View file

@ -1,407 +1,407 @@
name: Material Theme Darker name: Material Theme Darker
tokenColors: tokenColors:
- settings: settings:
background: '{{variant.scheme.background}}' background: '{{variant.scheme.background}}'
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: Comment name: Comment
scope: scope:
- comment comment
- punctuation.definition.comment punctuation.definition.comment
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.comments}}' foreground: '{{variant.scheme.comments}}'
- name: Variables name: Variables
scope: scope:
- variable variable
- string constant.other.placeholder string constant.other.placeholder
settings: settings:
foreground: '{{variant.scheme.foreground}}' foreground: '{{variant.scheme.foreground}}'
- name: Colors name: Colors
scope: scope:
- constant.other.color constant.other.color
settings: settings:
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: Invalid name: Invalid
scope: scope:
- invalid invalid
- invalid.illegal invalid.illegal
- invalid.broken invalid.broken
settings: settings:
background: '{{variant.scheme.base.red}}' background: '{{variant.scheme.base.red}}'
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: Invalid unimplemented name: Invalid unimplemented
scope: scope:
- invalid.unimplemented invalid.unimplemented
settings: settings:
background: '{{variant.scheme.base.green}}' background: '{{variant.scheme.base.green}}'
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: Invalid deprecated name: Invalid deprecated
scope: scope:
- invalid.deprecated invalid.deprecated
settings: settings:
background: '{{variant.scheme.base.purple}}' background: '{{variant.scheme.base.purple}}'
foreground: '{{variant.scheme.base.white}}' foreground: '{{variant.scheme.base.white}}'
- name: 'Keyword, Storage' name: 'Keyword, Storage'
scope: scope:
- keyword keyword
- storage.type storage.type
- storage.modifier storage.modifier
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: 'Keyword, Storage' name: 'Keyword, Storage'
scope: scope:
- Keyword Keyword
- Storage Storage
settings: settings:
fontStyle: italic fontStyle: italic
- name: 'Operator, Misc' name: 'Operator, Misc'
scope: scope:
- keyword.operator keyword.operator
- constant.other.color constant.other.color
- punctuation punctuation
- meta.tag meta.tag
- punctuation.definition.tag punctuation.definition.tag
- punctuation.separator.inheritance.php punctuation.separator.inheritance.php
- punctuation.definition.tag.html punctuation.definition.tag.html
- punctuation.definition.tag.begin.html punctuation.definition.tag.begin.html
- punctuation.definition.tag.end.html punctuation.definition.tag.end.html
- punctuation.section.embedded punctuation.section.embedded
- keyword.other.template keyword.other.template
- keyword.other.substitution keyword.other.substitution
settings: settings:
foreground: '{{variant.scheme.base.cyan}}' foreground: '{{variant.scheme.base.cyan}}'
- name: Tag name: Tag
scope: scope:
- entity.name.tag entity.name.tag
- meta.tag.sgml meta.tag.sgml
- markup.deleted.git_gutter markup.deleted.git_gutter
settings: settings:
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: 'Function, Special Method, Block Level' name: 'Function, Special Method, Block Level'
scope: scope:
- entity.name.function entity.name.function
- meta.function-call meta.function-call
- variable.function variable.function
- support.function support.function
- keyword.other.special-method keyword.other.special-method
- meta.block-level meta.block-level
settings: settings:
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: 'Other Variable, String Link' name: 'Other Variable, String Link'
scope: scope:
- support.other.variable support.other.variable
- string.other.link string.other.link
settings: settings:
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: 'Number, Constant, Function Argument, Tag Attribute, Embedded' name: 'Number, Constant, Function Argument, Tag Attribute, Embedded'
scope: scope:
- constant.numeric constant.numeric
- constant.language constant.language
- support.constant support.constant
- constant.character constant.character
- variable.parameter variable.parameter
- keyword.other.unit keyword.other.unit
settings: settings:
foreground: '{{variant.scheme.base.orange}}' foreground: '{{variant.scheme.base.orange}}'
- name: 'String, Symbols, Inherited Class, Markup Heading' name: 'String, Symbols, Inherited Class, Markup Heading'
scope: scope:
- string string
- constant.other.symbol constant.other.symbol
- constant.other.key constant.other.key
- entity.other.inherited-class entity.other.inherited-class
- markup.heading markup.heading
- markup.inserted.git_gutter markup.inserted.git_gutter
- meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js
settings: settings:
fontStyle: normal fontStyle: normal
foreground: '{{variant.scheme.base.green}}' foreground: '{{variant.scheme.base.green}}'
- name: 'Class, Support' name: 'Class, Support'
scope: scope:
- entity.name.class entity.name.class
- entity.name.type.class entity.name.type.class
- support.type support.type
- support.class support.class
- support.orther.namespace.use.php support.orther.namespace.use.php
- meta.use.php meta.use.php
- support.other.namespace.php support.other.namespace.php
- markup.changed.git_gutter markup.changed.git_gutter
- support.type.sys-types support.type.sys-types
settings: settings:
foreground: '{{variant.scheme.base.yellow}}' foreground: '{{variant.scheme.base.yellow}}'
- name: CSS Class and Support name: CSS Class and Support
scope: scope:
- source.css support.type source.css support.type
- source.sass support.type source.sass support.type
- source.scss support.type source.scss support.type
- source.less support.type source.less support.type
- source.stylus support.type source.stylus support.type
settings: settings:
foreground: '{{variant.scheme.base.paleblue}}' foreground: '{{variant.scheme.base.paleblue}}'
- name: Sub-methods name: Sub-methods
scope: scope:
- entity.name.module.js entity.name.module.js
- variable.import.parameter.js variable.import.parameter.js
- variable.other.class.js variable.other.class.js
settings: settings:
foreground: '{{variant.scheme.base.red}}' foreground: '{{variant.scheme.base.red}}'
- name: Language methods name: Language methods
scope: scope:
- variable.language variable.language
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.red}}' foreground: '{{variant.scheme.base.red}}'
- name: entity.name.method.js name: entity.name.method.js
scope: scope:
- entity.name.method.js entity.name.method.js
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: meta.method.js name: meta.method.js
scope: scope:
- meta.class-method.js entity.name.function.js meta.class-method.js entity.name.function.js
- variable.function.constructor variable.function.constructor
settings: settings:
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: Attributes name: Attributes
scope: scope:
- entity.other.attribute-name entity.other.attribute-name
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: HTML Attributes name: HTML Attributes
scope: scope:
- text.html.basic entity.other.attribute-name.html text.html.basic entity.other.attribute-name.html
- text.html.basic entity.other.attribute-name text.html.basic entity.other.attribute-name
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.yellow}}' foreground: '{{variant.scheme.base.yellow}}'
- name: CSS Classes name: CSS Classes
scope: scope:
- entity.other.attribute-name.class entity.other.attribute-name.class
settings: settings:
foreground: '{{variant.scheme.base.yellow}}' foreground: '{{variant.scheme.base.yellow}}'
- name: "CSS ID's" name: "CSS ID's"
scope: scope:
- source.sass keyword.control source.sass keyword.control
settings: settings:
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: Inserted name: Inserted
scope: scope:
- markup.inserted markup.inserted
settings: settings:
foreground: '{{variant.scheme.base.green}}' foreground: '{{variant.scheme.base.green}}'
- name: Deleted name: Deleted
scope: scope:
- markup.deleted markup.deleted
settings: settings:
foreground: '{{variant.scheme.base.red}}' foreground: '{{variant.scheme.base.red}}'
- name: Changed name: Changed
scope: scope:
- markup.changed markup.changed
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: Regular Expressions name: Regular Expressions
scope: scope:
- string.regexp string.regexp
settings: settings:
foreground: '{{variant.scheme.base.cyan}}' foreground: '{{variant.scheme.base.cyan}}'
- name: Escape Characters name: Escape Characters
scope: scope:
- constant.character.escape constant.character.escape
settings: settings:
foreground: '{{variant.scheme.base.cyan}}' foreground: '{{variant.scheme.base.cyan}}'
- name: URL name: URL
scope: scope:
- '*url*' '*url*'
- '*link*' '*link*'
- '*uri*' '*uri*'
settings: settings:
fontStyle: underline fontStyle: underline
- name: Decorators name: Decorators
scope: scope:
- tag.decorator.js entity.name.tag.js tag.decorator.js entity.name.tag.js
- tag.decorator.js punctuation.definition.tag.js tag.decorator.js punctuation.definition.tag.js
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: ES7 Bind Operator name: ES7 Bind Operator
scope: scope:
- source.js constant.other.object.key.js string.unquoted.label.js source.js constant.other.object.key.js string.unquoted.label.js
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.red}}' foreground: '{{variant.scheme.base.red}}'
- name: JSON Key - Level 0 name: JSON Key - Level 0
scope: scope:
- source.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: JSON Key - Level 1 name: JSON Key - Level 1
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.yellow}}' foreground: '{{variant.scheme.base.yellow}}'
- name: JSON Key - Level 2 name: JSON Key - Level 2
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.orange}}' foreground: '{{variant.scheme.base.orange}}'
- name: JSON Key - Level 3 name: JSON Key - Level 3
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.red}}' foreground: '{{variant.scheme.base.red}}'
- name: JSON Key - Level 4 name: JSON Key - Level 4
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.brown}}' foreground: '{{variant.scheme.base.brown}}'
- name: JSON Key - Level 5 name: JSON Key - Level 5
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.blue}}' foreground: '{{variant.scheme.base.blue}}'
- name: JSON Key - Level 6 name: JSON Key - Level 6
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: JSON Key - Level 7 name: JSON Key - Level 7
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: JSON Key - Level 8 name: JSON Key - Level 8
scope: scope:
- source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json
settings: settings:
foreground: '{{variant.scheme.base.green}}' foreground: '{{variant.scheme.base.green}}'
- name: Markdown - Plain name: Markdown - Plain
scope: scope:
- text.html.markdown text.html.markdown
- punctuation.definition.list_item.markdown punctuation.definition.list_item.markdown
settings: settings:
foreground: '{{variant.scheme.foreground}}' foreground: '{{variant.scheme.foreground}}'
- name: Markdown - Markup Raw Inline name: Markdown - Markup Raw Inline
scope: scope:
- text.html.markdown markup.inline.raw.markdown text.html.markdown markup.inline.raw.markdown
settings: settings:
foreground: '{{variant.scheme.base.purple}}' foreground: '{{variant.scheme.base.purple}}'
- name: Markdown - Markup Raw Inline Punctuation name: Markdown - Markup Raw Inline Punctuation
scope: scope:
- text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown
settings: settings:
foreground: '{{variant.scheme.invisibles}}' foreground: '{{variant.scheme.invisibles}}'
- name: Markdown - Line Break name: Markdown - Line Break
scope: scope:
- text.html.markdown meta.dummy.line-break text.html.markdown meta.dummy.line-break
settings: settings:
foreground: '' foreground: ''
- name: Markdown - Heading name: Markdown - Heading
scope: scope:
- markdown.heading markdown.heading
- 'markup.heading | markup.heading entity.name' 'markup.heading | markup.heading entity.name'
- markup.heading.markdown punctuation.definition.heading.markdown markup.heading.markdown punctuation.definition.heading.markdown
settings: settings:
foreground: '{{variant.scheme.base.green}}' foreground: '{{variant.scheme.base.green}}'
- name: Markup - Italic name: Markup - Italic
scope: scope:
- markup.italic markup.italic
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: Markup - Bold name: Markup - Bold
scope: scope:
- markup.bold markup.bold
- markup.bold string markup.bold string
settings: settings:
fontStyle: bold fontStyle: bold
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: Markup - Bold-Italic name: Markup - Bold-Italic
scope: scope:
- markup.bold markup.italic markup.bold markup.italic
- markup.italic markup.bold markup.italic markup.bold
- markup.quote markup.bold markup.quote markup.bold
- markup.bold markup.italic string markup.bold markup.italic string
- markup.italic markup.bold string markup.italic markup.bold string
- markup.quote markup.bold string markup.quote markup.bold string
settings: settings:
fontStyle: bold fontStyle: bold
foreground: '{{variant.scheme.base.pink}}' foreground: '{{variant.scheme.base.pink}}'
- name: Markup - Underline name: Markup - Underline
scope: scope:
- markup.underline markup.underline
settings: settings:
fontStyle: underline fontStyle: underline
foreground: '{{variant.scheme.base.orange}}' foreground: '{{variant.scheme.base.orange}}'
- name: Markup - Strike name: Markup - Strike
scope: scope:
- markup.strike markup.strike
settings: settings:
fontStyle: strike fontStyle: strike
foreground: '' foreground: ''
- name: Markdown - Blockquote name: Markdown - Blockquote
scope: scope:
- markup.quote punctuation.definition.blockquote.markdown markup.quote punctuation.definition.blockquote.markdown
settings: settings:
background: '{{variant.scheme.invisibles}}' background: '{{variant.scheme.invisibles}}'
foreground: '{{variant.scheme.invisibles}}' foreground: '{{variant.scheme.invisibles}}'
- name: Markup - Quote name: Markup - Quote
scope: scope:
- markup.quote markup.quote
settings: settings:
fontStyle: italic fontStyle: italic
foreground: '' foreground: ''
- name: Markdown - Link name: Markdown - Link
scope: scope:
- string.other.link.title.markdown string.other.link.title.markdown
settings: settings:
foreground: '{{variant.scheme.base.blue}}' 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: '{{variant.scheme.base.purple}}' 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: '{{variant.scheme.base.yellow}}' foreground: '{{variant.scheme.base.yellow}}'
- name: Markup - Raw Block name: Markup - Raw Block
scope: scope:
- markup.raw.block markup.raw.block
settings: settings:
foreground: '{{variant.scheme.base.purple}}' 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
settings: settings:
foreground: '#00000050' foreground: '#00000050'
- name: Markdown - Fenced Bode Block name: Markdown - Fenced Bode Block
scope: scope:
- punctuation.definition.fenced.markdown punctuation.definition.fenced.markdown
settings: settings:
foreground: '#00000050' foreground: '#00000050'
- name: Markdown - Fenced Bode Block Variable name: Markdown - Fenced Bode Block Variable
scope: scope:
- markup.raw.block.fenced.markdown markup.raw.block.fenced.markdown
- variable.language.fenced.markdown variable.language.fenced.markdown
- punctuation.section.class.end punctuation.section.class.end
settings: settings:
foreground: '{{variant.scheme.foreground}}' 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: '{{variant.scheme.invisibles}}' 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: '{{variant.scheme.invisibles}}' foreground: '{{variant.scheme.invisibles}}'
- name: Markup - Table name: Markup - Table
scope: scope:
- markup.table markup.table
settings: settings:
foreground: '{{variant.scheme.foreground}' foreground: '{{variant.scheme.foreground}'
colors: colors: