All notable changes to this project are documented in this file.
- Full refactor of workbench colors
- Added
missing-scss-comparison-operators.injection - Added VSCode workplace
settings.jsonfile - Updated
terminal.ansiBrightBlackto #929292 from #636363. - Updated semanticTokenColors namespace from purple-deep to purple-base color.
2024-08-30
- Added note of bug with
editorOverviewRuler.selectionHighlightForegroundsetting. - Updated find match with purple-base color.
- Updated definition highlights with pink-base color.
2024-08-28
- Added
variable.other.constant.object.jsto purple color. - Added
keyword.other.phpdoc.phpto gray medium (punctuation) color. - Added
sideBarStickyScroll.backgroundto #2e2e2e color. - Added
terminalOverviewRuler.borderto match terminal background color. - Updated
editorOverviewRuler.backgroundto #0000000d (black at 5% opacity). - Updated
editorOverviewRuler.borderto #0000001a (black at 10% opacity).
2024-08-27
- Added comments with examples of what specific tokens colorize.
- Added "Output Colorizer" extension syntax highlighting for
code.log supportandcode.log invalid. - Added syntax highlighting for the following tokens:
editorStickyScrollHover.backgroundkeyword.operator.type.annotation.tssupport.type.primitive.tseditorOverviewRuler.selectionHighlightForegroundeditorOverviewRuler.wordHighlightForegroundeditorOverviewRuler.wordHighlightStrongForegroundeditorOverviewRuler.wordHighlightTextForeground
- Moved Rainbow CSV extension syntax highlighting to its own section.
- Organized order of gray shade tokens.
- Replaced theme screenshot for v1.1.0.
- Updated Readme "Found an Issue?" title to "Issues?".
- Updated red used for diff from red-deep to red-base.
- Updated logo with v1.1.0 colors.
- Updated "-color--blue-base" to "-color--blue-deep" where deep blue is used.
- Updated colors for
textBlockQuote.backgroundandtextBlockQuote.border.
2024-08-25
- Added syntax highlighting for the following tokens:
support.function.builtin.shellmeta.expression.assignment.modified.shellentity.name.section.group-titlevariable.other.assignment.shellconstant.other.symbol.hashkey.rubyconstant.other.symbol.rubylog.datelog.errorlog.warningmeta.jsx.childrenmeta.other.type.phpdoc.phpvariable.parameter.url
- Updated README.md Table of Contents.
2024-08-25
- Updated
README.md"Issues" content.
2024-08-25
- Added
keyword.operator.return-value.phpfor PHP return typehint syntax color. - Updated
textCodeBlock.backgroundandtextPreformat.backgroundto#ffffff1a(-color--white at 10% opacity). - Commented out
comment keyword.other.type.phpsince it is already covered withkeyword.other.type.php.
2024-08-23
- Updated color and gray-scale schemes based on OKLCH for uniformity.
- Updated 'find/match' colors to provide better contrast and kind differentiation.
- Added
textPreformat.background. - Added
editorStickyScroll.background. - Added PHP type hinting syntax.
- Removed scrollbar border.
2024-06-27
- Updated
meta.function-call.arguments.pythonto theme pink for Python arguments to match variable highlighting
2024-06-26
- Added
meta.function-call.generic.pythonto theme cyan for Python non-defined function calls in docs. - Added
meta.function-call.arguments.pythonto theme orange for Python arguments in non-defined function calls in docs.
2024-03-08
- Added syntax colors for the nginx.conf syntax extension by shanoor.
- Added syntax colors for the Better Dockerfile Syntax extension by Jeff Hykin.
2024-03-07
- Added
php-class-typehint-syntax.jsonfile to include syntax customization for a PHP Class typehint using thekeyword.other.type.cassidydark.phptoken. - Added a new theme color at 50% of theme blue chroma for typehint syntax color.
- Added
keyword.other.type.php,keyword.operator.nullable-type.php,keyword.other.type.cassidydark.php,meta.function.php storage.type.php, andmeta.function.php support.class.phpto typehint syntax color.
2024-03-06
- Added
comment keyword.operator.nullable-typefor PHPdoc nullable type hint such as ?array.
2024-02-27
- Jumping to using 1.x.x versioning since the theme is no longer in beta.
- Added
keyword.operator.nullable-typeto theme blue for nullable types using the question mark, such as?callablein PHP.
2024-02-26
- Added syntax highlighting color scheme for Rainbow CSV extension.
2024-02-25
- Added italic style to
invalid. - Added
meta.at-rule support.functionto theme cyan for functions such ascalcandvar. - Added
support.constant.container-name.container.cssto theme orange for@containernames. (Note: this token is from my CSS Nesting Syntax Highlighting extension.) - Added
comment keywordfor keywords in PHPdoc comment. - Added
comment keyword.other.type.phpfor types PHPdoc comment. - Added
comment support.classfor classes in PHPdoc comment. - Added
meta.function.url string.quoted.doubleto theme blue for CSS url() function. - Added
meta.function.url string.quoted.singleto theme blue for CSS url() function. - Added
support.constant.boolean.container.cssto theme purple for @container<style-query>boolean property-value. (Note: this token is from my CSS Nesting Syntax Highlighting extension.) - Added
entity.name.type.namespace.phpto theme purple for namespace names. - Changed
entity.name.type.classtoentity.name.typeto include other types such astraitsin PHP. - Updated
editorLineNumber.foregroundandeditorLineNumber.activeForegroundto a brighter gray color for better contrast in diff view.
2024-02-25
- Moved
variable.parameter.misc.cssfrom theme red to theme orange for parameters such as "count" inproperty-name: counter(count, decimal); - Added
entity.other.attribute-name.parent-selector-suffix.css punctuationto theme green style for highlighting SCSS &__name. - Added README note announcing the availability of the free CSS Nesting Syntax Highlighting extension I recently published.
- Removed
meta.at-rule.media.headerfrom styles (individual items in header are styled instead).
2024-02-11
- Added
keyword.other.type.phpfor parameter and other type casting to theme blue. - Added
keyword.operator.return-value.phpfor function return value type casting colon to theme gray matching punctuation.
2024-02-03
- Removed missing CSS syntax that is now merged into VSCode.
- Updated ghost text and background syntax colors.
2023-12-23
- Refactored deprecated VSCode properties.
- Added
string.quoted.double.php punctuation.definition.variable.phpto punctuation's color for the{}braces syntax used in string interpolation. - Added
string.quoted.double.php variable.other.php punctuation.definition.variable.phpto variable's color for the$dollar sign used in string interpolation.
2023-10-24
- Added
string.quoted.single.phpandstring.quoted.double.phpto theme yellow syntax highlighting to overridemeta.attribute.src.html stringtheme blue.
2023-08-28
Updated group 2 colors:
| GROUP 1 OKLCH | v0.3.0 HEX | COLOR | UPDATED |
|---|---|---|---|
| oklch(74% 0.12 27.5) | #ed8c81 | RED | NO |
| oklch(80% 0.1 65) | #ebb077 | ORANGE | NO |
| oklch(92% 0.06 90) | #f4e4b8 | YELLOW | NO |
| oklch(80% 0.1 140) | #9bce90 | GREEN | NO |
| - | - | - | - |
| oklch(74% 0.158 27.5) | #ff7f72 | BRIGHT RED | NO |
| oklch(80% 0.1499 65) | #ffa747 | BRIGHT ORANGE | NO |
| oklch(92% 0.102 90) | #ffe294 | BRIGHT YELLOW | NO |
| oklch(80% 0.15 140) | #87d576 | BRIGHT GREEN | YES |
| GROUP 2 OKLCH | v0.3.0 HEX | COLOR | UPDATED |
|---|---|---|---|
| oklch(86% 0.08 202.5) | #90e1e8 | CYAN | YES |
| oklch(80% 0.1 255) | #92c1fd | BLUE | YES |
| oklch(80% 0.1 307.5)) | #cfadf0 | PURPLE | YES |
| oklch(86% 0.08 360) | #febccf | PINK | NO |
| - | - | - | - |
| oklch(86% 0.13 202.5) | #49eaf6 | BRIGHT CYAN | YES |
| oklch(56% 0.18 255) | #0a72da | BRIGHT BLUE | YES |
| oklch(80% 0.1308 307.5) | #d4a6ff | BRIGHT PURPLE | YES |
| oklch(80% 0.124 360) | #ff9bba | BRIGHT PINK | YES |
- Updated theme logo with the current color scheme.
- Updated theme screenshot with the current color scheme.
2023-08-027
- Updated bright green with lower chroma to be more in line with other color's max chromas. From
oklch(80% 0.2575 140)tooklch(80% 0.175 140)(#7bd867). - Updated theme logo to match the current color scheme.
- Updated theme screenshot to match the updated color scheme.
2023-08-27
Updated the color scheme with a split into two distinct groups:
- Group 1 contains Hue values between 0 and 180.
- Group 2 contains Hue values between 180 and 360.
| GROUP 1 OKLCH | v0.2.8 HEX | COLOR |
|---|---|---|
oklch(74% 0.12 27.5) |
#ed8c81 |
RED |
oklch(80% 0.1 65) |
#ebb077 |
ORANGE |
oklch(92% 0.06 90) |
#f4e4b8 |
YELLOW |
oklch(80% 0.1 140) |
#9bce90 |
GREEN |
| - | ||
oklch(74% 0.158 27.5) |
#ff7f72 |
BRIGHT RED |
oklch(80% 0.1499 65) |
#ffa747 |
BRIGHT ORANGE |
oklch(92% 0.102 90) |
#ffe294 |
BRIGHT YELLOW |
oklch(80% 0.2575 140) |
#47e200 |
BRIGHT GREEN |
| GROUP 2 OKLCH | v0.2.8 HEX | COLOR |
|---|---|---|
oklch(86% 0.08 210) |
#91e0ee |
CYAN |
oklch(80% 0.1 260) |
#98bffe |
BLUE |
oklch(80% 0.1 310) |
#d2acee |
PURPLE |
oklch(86% 0.08 360) |
#febccf |
PINK |
| - | ||
oklch(86% 0.127 210) |
#52e7ff |
BRIGHT CYAN |
oklch(62% 0.205 260) |
#317fff |
BRIGHT BLUE |
oklch(80% 0.1359 310) |
#d9a4ff |
BRIGHT PURPLE |
oklch(80% 0.1 360) |
#f3a3bb |
BRIGHT PINK |
2023-08-27
- Updated OKLCH chroma on color scheme for better balance. Now Cyan and Green have better contrast between them and Green OKLCH chroma matches other colors.
| OKLCH VALUES | v0.2.7 HEX | v0.2.2 HEX | COLORS |
|---|---|---|---|
oklch(74% 0.12 20) |
#ed8b8b |
#f18a79 |
Red |
oklch(80% 0.1 70) |
#e7b375 |
#edb068 |
Orange |
oklch(92% 0.06 95) |
#f1e5b8 |
#f6e3b3 |
Yellow |
oklch(80% 0.1 145) |
#95cf96 |
#93d185 |
Green |
oklch(86% 0.08 210) |
#91e0ee |
#8fe2e1 |
Cyan |
oklch(80% 0.1 260) |
#98bffe |
#8cc3fb |
Blue |
oklch(80% 0.1 310) |
#d2acee |
#cfabf9 |
Purple |
oklch(86% 0.08 360) |
#febccf |
#ffbbcf |
Pink |
| - | |||
oklch(74% 0.1587 20) |
#ff7d80 |
#ff7f6d |
Bright Red |
oklch(80% 0.1622 70) |
#ffa82a |
#ffa82a |
Bright Orange |
oklch(92% 0.1269 95) |
#ffe47d |
#ffe294 |
Bright Yellow |
oklch(80% 0.2516 145) |
#00e541 |
#74da5d |
Bright Green |
oklch(86% 0.127 210) |
#52e7ff |
#67e8e8 |
Bright Cyan |
oklch(62% 0.205 260) |
#317fff |
#0089ea |
Bright Blue |
oklch(80% 0.1359 310) |
#d9a4ff |
#c48cff |
Bright Purple |
oklch(86% 0.081 360) |
#ffbbcf |
#ff9bba |
Bright Pink |
2023-08-26
- Added
auto-fillsyntax highlight grammar for CSSrepeat()function. - Removed
variable.parameter.url.scssto keep syntax highlighting consistent with CSS. - Removed
missing-pseudo-classesfrom grammar additions since the syntax is now merged into the official microsoft/vscode-css repo.
2023-08-23
- Updated bright green color from
#74da5dto#73da5bto be half way from max chroma and normal green color. - Updated yellow deep from
#ffe294to#eece74for greater contrast between yellow and orange colors. Which makes it minus 0.0600 below max chroma ofoklch(86% 0.17574 90). - Added GhostText workbench syntax highlighting for GitHub Copilot suggestions.
2023-07-16
- Updated green color from
#93d185to#91d283to bring chroma to minus 0.1320 from max OKLCH chroma. - Reverted cyan color back to
#8fe2e1for chroma match.
2023-07-09
- Updated blue color from
#8cc3fbto#89c3fffor greater contrast from cyan. - Updated cyan color from
#8fe2e1back to#8ee2e2for a slightly deeper color. - Updated red color from
#f18a79to#f4877ffor greater contrast from orange. - Updated red deep color from
#ff7f6dto#ff7e77to match red color change.
2023-07-08
- Moved
meta.attribute.crossorigin entity.other.attribute-nameto theme purple to match HTML link tag'sdeferandasyncattributes. - Added
variable.other.property.php punctuation.definition.variable.phpto theme green to match other property colors. - Added
entity.other.inherited-class.phpfor extends class andentity.other.alias.phpuse as to theme cyan highlighting. - Added
meta.parameter-expansionfor zsh to theme gray medium highlighting. - Added
comment supportandcomment storage.modifierto match comment color highlighting. - Tweaked colors to provide slightly better contrast and balance between them...
| OKLCH VALUES | v0.2.2 HEX | v0.1.5 HEX | COLORS |
|---|---|---|---|
oklch(74% 0.12893 30) |
#f18a79 |
#f48587 |
Red |
oklch(80% 0.1142 70) |
#edb068 |
#ebb077 |
Orange |
oklch(92% 0.06615 90) |
#f6e3b3 |
#f5e3b4 |
Yellow |
oklch(80% 0.1213 140) |
#93d185 |
#9bce90 |
Green |
oklch(86% 0.08074 195) |
#8fe2e1 |
#8ee2e2 |
Cyan |
oklch(80% 0.098898 250) |
#8cc3fb |
#8cc3fc |
Blue |
oklch(80% 0.1143 305) |
#cfabf9 |
#cdaef2 |
Purple |
| NO CHANGE | #ffbbcf |
#ffbbcf |
Pink |
| - | |||
oklch(74% 0.15893 30 |
#ff7f6d |
#ef646b |
Deep Red |
oklch(80% 0.1622 70) |
#ffa82a |
#e59742 |
Deep Orange |
oklch(92% 0.10215 90) |
#ffe294 |
#d7bb70 |
Deep Yellow |
oklch(80% 0.1891 140) |
#74da5d |
#7ac06b |
Deep Green |
oklch(86% 0.1137 195) |
#67e8e8 |
#65d2d2 |
Deep Cyan |
| NO CHANGE | #0089ea |
#0089ea |
Deep Blue |
oklch(74% 0.1685 305) |
#c48cff |
#bf94ef |
Deep Purple |
oklch(80% 0.1245 360) |
#ff9bba |
#f3a3bb |
Deep Pink |
2023-06-07
- Added
meta.function.method.with-arguments.ruby storage.typefor Ruby's parameter block&operator to match punctuation syntax highlighting color. - Added
meta.element.structure.svg.text.htmlfor<svg>inner text color highlighting with theme yellow to match strings. - Added
meta.embedded.line.phpfor closing bracket}punctuation color highlighting when opening a new PHP tag. - Added
meta.attribute.srcset.html stringwith theme blue to match links. - Added
meta.attribute.async.html entity.other.attribute-namefor HTML async attribute color highlighting with theme purple. - Added
meta.attribute.defer.html entity.other.attribute-namefor HTML defer attribute color highlighting with theme purple. - Removed unneeded
sourcefrommeta.embedded.block.php source.
2023-06-01
- Updated
#missing-pseudo-classesfor correct syntax highlighting when nesting additional pseudo-classes.
2023-05-31
- Added
support.function.basic_functionsto base function color for PHP. - Added strikethrough and punctuation color to
markup.strikethrough.markdown. - Updated
entity.other.keyframe-offsetwithout postfix.percentageto apply to more CSS styles. - Flipped green and bright green colors for terminal.
- Added
meta.function.calc.cssfor parentheses color when nesting in calc function. - Added
meta.embedded.block.php sourcefor else colon when using alternative syntax. - Added
meta.attribute.unrecognized.xmlns.html stringto theme blue for link. - Added
meta.attribute.unrecognized.xmlns:xlink.html stringto theme blue for link. - Added
entity.name.goto-label.phpto theme red for 'else' keyword when using alternative syntax. - Added syntax color highlighting for apacheconf when using Apache Conf extension:
- Added
entity.helper.apacheconfto theme white. - Added
string.path.apacheconfto theme blue. - Added
entity.tag.apacheconfto theme cyan. - Added
entity.mime-type.apacheconfto theme green. - Added
string.replacement.apacheconfto theme orange. - Added
entity.status.apacheconfto theme purple.
- Added
2023-04-30
- Updated
editorOverviewRulerforeground colors. - Added
comment meta.tag.inlineto comment color.
2023-04-27
- Added textmate grammar for missing CSS #property-keywords:
auto-fitusing thesupport.constant.property-value.csstoken.
2023-04-24
- Updated logo to match v0.1.5 color updates.
- Edited README wording.
2023-04-24
Two big changes have been added in this update:
- Syntax colors have been refactored based on the
oklchformat to improve how the colors look together with specific lightness and chroma values (see table below). - Missing CSS & SCSS syntax grammar have been added to tokenize elements for color highlighting (see details below).
| OKLCH VALUES | v0.1.5 HEX | v0.0.3 HEX | COLORS |
|---|---|---|---|
| oklch(92% 0.064 90) | #f5e3b4 |
#f8e6b0 |
Yellow |
| oklch(86% 0.082 195) | #8ee2e2 |
#96dfdf |
Cyan |
| oklch(86% 0.082 360) | #ffbbcf |
#ffc2d1 |
Pink |
| oklch(80% 0.1 65) | #ebb077 |
#f3ba81 |
Orange |
| oklch(80% 0.1 140) | #9bce90 |
#badf96 |
Green |
| oklch(80% 0.1 250) | #8cc3fc |
#81baf3 |
Blue |
| oklch(80% 0.1 305) | #cdaef2 |
#d4b0f8 |
Purple |
| oklch(74% 0.136 20) | #f48587 |
#f38181 |
Red |
| - | |||
| oklch(80% 0.1 90) | #d7bb70 |
#efc852 |
Deep Yellow |
| oklch(80% 0.1 195) | #65d2d2 |
#6fd3d3 |
Deep Cyan |
| oklch(80% 0.1 360) | #f3a3bb |
#e68fa4 |
Deep Pink |
| oklch(74% 0.136 65) | #e59742 |
#eb8724 |
Deep Orange |
| oklch(74% 0.136 140) | #7ac06b |
#96df96 |
Deep Green |
| oklch(74% 0.136 305) | #bf94ef |
#ba81f3 |
Deep Purple |
| oklch(68% 0.172 20) | #ef646b |
#ef5252 |
Deep Red |
| oklch(62% 0.175 250) | #0089ea |
#2487eb |
Deep Blue |
For both CSS & SCSS:
:is()and:where()pseudo classes are now tokenized usingentity.other.attribute-name.pseudo-class.css. This matches other pseudo classes that are already defined in VSCode such as:not()and:has().
For SCSS only:
,commas are now tokenized usingpunctuation.separator.list.comma.scss.>>,>,+,~keyword operator combinator are now tokenized usingkeyword.operator.combinator.scss.content,cursor,filter,font, andmaskproperty names are now tokenized usingsupport.type.property-name.scss. This matches other property names already defined in VSCode.
- Replaced theme screenshot to show new syntax highlighting.
- Added additional regex tokens to purple syntax highlighting
- Changed Markdown heading syntax highlighting from yellow to green
- Added green syntax highlighting to heading hash
#. - Added
meta.attribute.src.html stringto blue syntax highlighting. - Fixed opacity for
editorRuler.foreground. - Renamed
BrighttoDeepfor secondary colors. - Added
meta.function.parameters.phpto orange syntax highlighting to match global parameter color. - Updated
diffEditorGutteropacity to matchdiffEditor.
2023-04-18
- Added
editorRuler.foregroundwith theme orange color at 10% opacity to use as warning guides.
2023-04-18
- Added
entity.name.tag.yamlto match support name syntax color.
2023-04-10
- Added
meta.embedded.lineto match punctuation syntax color.
2023-04-07
- Added
keyword.other.special-methodto cyan color syntax for Ruby loops and other special methods. - Deleted
support.function.constructto fall back tosupport.functionfor syntax colors used for PHP echo, array(), etc to match other support.function instead of keywords color.
2023-04-06
- Replaced
punctuation.section.embeddedwithpunctuation.section.embedded.begin.phpandpunctuation.section.embedded.end.phpso Ruby string interpolation is not colorized incorrectly.
2023-03-19
- Changed
variable.other.object.propertysyntax color from light gray to green to match property color.
2023-03-14
- Added
variable.parameter.misc.cssto red color for CSS clamp operators, such as+.
2023-03-06
- Added problems panel icon colors for workbench.
- Added
editorHint3-dot underline color for workbench. - Added
entity.other.attribute-name.namespacewith bright purple for namespaces. - Added
meta.other.valid-ampersand.markdownwith yellow for headings. - Added
punctuation.definition.constant.xmlwith purple for constants.
2023-03-05
- Added
galleryBannercolor for VSCode marketplace banner.
2023-03-05
- Added errors and warnings foreground colors.
- Updated theme screenshot.
- Updated installation instructions in README for marketplace.
2023-03-05
- Added theme logo.
- Added MIT License.
- Moved development files out of production directory.
- Packaged theme for publishing on Visual Studio Code marketplace.
2023-03-04
- Corrected cyan color from
#97ddddto#96dfdfto matchhsla(180, 53%, 73%, 1). - Corrected green color from
#b3d98cto#badf96to matchhsla(90, 53%, 73%, 1). - Updated and added additional theme bright colors:
| COLOR | v0.0.2 HSL | v0.0.2 HEX | v0.0.3 HSL | v0.0.3 HEX |
|---|---|---|---|---|
| Red | hsla(0, 83%, 73%, 1) |
#f38181 |
No Change | |
| Red Bright | hsla(0, 100%, 70%, 1) |
#ff6666 |
hsla(0, 83%, 63%, 1) |
#ef5252 |
| Orange | hsla(30, 83%, 73%, 1) |
#f3ba81 |
No Change | |
| Orange Bright | hsla(30, 83%, 53%, 1) |
#eb8724 |
No Change | |
| Yellow | hsla(45, 83%, 83%, 1) |
#f8e6b0 |
No Change | |
| Yellow Bright | hsla(45, 83%, 73%, 1) |
#f3d781 |
hsla(45, 83%, 63%, 1) |
#efc852 |
| Green | hsla(90, 53%, 73%, 1) |
#badf96 |
No Change | |
| Green Bright | hsla(120, 53%, 73%, 1) |
#96df96 |
No Change | |
| Cyan | hsla(180, 53%, 73%, 1) |
#96dfdf |
No Change | |
| Cyan Bright | hsla(180, 100%, 70%, 1) |
#66ffff |
hsla(180, 53%, 63%, 1) |
#6fd3d3 |
| Blue | hsla(210, 83%, 73%, 1) |
#81baf3 |
No Change | |
| Blue Bright | hsla(210, 83%, 53%, 1) |
#2487eb |
No Change | |
| Purple | hsla(270, 83%, 83%, 1) |
#d4b0f8 |
No Change | |
| Purple Bright | - | - | hsla(270, 83%, 73%, 1) |
#ba81f3 |
| Pink | hsla(345, 63%, 83%, 1) |
#ffc2d1 |
No Change | |
| Pink Bright | - | - | hsla(345, 63%, 73%, 1) |
#e68fa4 |
2023-02-27
Updated theme colors:
| COLOR | v0.0.1 HSL | v0.0.1 HEX | v0.0.2 HSL | v0.0.2 HEX |
|---|---|---|---|---|
| Red | hsla(0, 83%, 70%, 1) |
#f27373 |
hsla(0, 83%, 73%, 1) |
#f38181 |
| Orange | hsla(30, 83%, 70%, 1) |
#f2b373 |
hsla(30, 83%, 73%, 1) |
#f3ba81 |
| Orange Bright | hsla(30, 100%, 70%, 1) |
#ffb366 |
hsla(30, 83%, 53%, 1) |
#eb8724 |
| Yellow | hsla(45, 83%, 83%, 1) |
#f8e6b0 |
No Change | |
| Yellow Gold | hsla(45, 83%, 70%, 1) |
#f2d273 |
hsla(45, 83%, 73%, 1) |
#f3d781 |
| Green | hsla(80, 50%, 70%, 1) |
#b3d98c |
hsla(90, 53%, 73%, 1) |
#badf96 |
| Green Bright | hsla(120, 50%, 70%, 1) |
#8cd98c |
hsla(120, 53%, 73%, 1) |
#96df96 |
| Cyan | hsla(180, 50%, 70%, 1) |
#8cd9d9 |
hsla(180, 53%, 73%, 1) |
#97dddd |
| Blue | hsla(210, 83%, 70%, 1) |
#73b2f2 |
hsla(210, 83%, 73%, 1) |
#81baf3 |
| Blue Bright | hsla(210, 83%, 50%, 1) |
#167fe9 |
hsla(210, 83%, 53%, 1) |
#2487eb |
| Purple | hsla(270, 100%, 83%, 1) |
#d4a8ff |
hsla(270, 83%, 83%, 1) |
#d4b0f8 |
| Pink | hsla(345, 100%, 88%, 1) |
#ffc2d1 |
hsla(345, 63%, 83%, 1) |
#efb8c6 |
- Added starter syntax and workbench theme colors.