This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Built In Themes
Andrew Redican edited this page May 29, 2018
·
12 revisions
- The component's color palette can be specified using two properties: theme and colors.
- The theme property is used to select a specific built-in theme by providing the corresponding name to it.
- The colors property gives you the abbility to specify each of the colors in the color pallete. In other words, you can control the colors used for each type of token (ie. string, number, etc..) and background. Any colors assigned using the
colors
property have precedence over the built-in theme colors, thus theme colors are overrided. - If no theme property is provided, the default colors used for this component correspond to
dark_vscode_tribute
.
Type | Color |
---|---|
default | |
background | |
background_warning | |
string | |
number | |
colon | |
keys | |
keys_whiteSpace | |
primitive |
Type | Color |
---|---|
default | |
background | |
background_warning | |
string | |
number | |
colon | |
keys | |
keys_whiteSpace | |
primitive |
About | Description |
---|---|
Coolors | Useful if you'd like to come up with your own color palette. |
Color Palettes | Nice collection of color palettes. |
Hexadecimal to Decimal | Learn how to calculate hex values to percentages. |