Skip to content

Releases: jacobcassidy/vscode-cassidy-dark-theme

Release 0.3.0

Choose a tag to compare

@jacobcassidy jacobcassidy released this 27 Aug 23:29

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.

Release 0.2.9

Choose a tag to compare

@jacobcassidy jacobcassidy released this 27 Aug 12:21
  • Updated bright green with lower chroma to be more in line with other color's max chromas. From oklch(80% 0.2575 140) to oklch(80% 0.175 140) (#7bd867).
  • Updated theme logo to match the current color scheme.
  • Updated theme screenshot to match the updated color scheme.

Release 0.2.8

Choose a tag to compare

@jacobcassidy jacobcassidy released this 27 Aug 12:13

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

Release 0.2.7

Choose a tag to compare

@jacobcassidy jacobcassidy released this 27 Aug 10:36

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.

Updated Syntax Colors for v0.2.7

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

Release: 0.2.5

Choose a tag to compare

@jacobcassidy jacobcassidy released this 15 Aug 11:32
  • Updated bright green color from #74da5d to #73da5b to be halfway from max chroma and normal green color.
  • Update yellow deep from #ffe294 to #eece74 for greater contrast between yellow and orange colors. Which makes it minus 0.0600 below max chroma of oklch(86% 0.17574 90).
  • Add GhostText workbench syntax highlighting for GitHub Copilot suggestions.

Release: 0.2.3

Choose a tag to compare

@jacobcassidy jacobcassidy released this 09 Jul 03:34
  • Updated blue color from #8cc3fb to #89c3ff for greater contrast from cyan.
  • Updated cyan color from #8fe2e1 back to #8ee2e2 for a slightly deeper color.
  • Updated red color from #f18a79 to #f4877f for greater contrast from orange.
  • Updated red deep color from #ff7f6d to #ff7e77 to match red color change.

Release: 0.2.2

Choose a tag to compare

@jacobcassidy jacobcassidy released this 08 Jul 15:53

v0.2.2

2023-07-08

  • Moved meta.attribute.crossorigin entity.other.attribute-name to theme purple to match HTML link tag's defer and async attributes.
  • Added variable.other.property.php punctuation.definition.variable.php to theme green to match other property colors.
  • Added entity.other.inherited-class.php for extends class and entity.other.alias.php use as to theme cyan highlighting.
  • Added meta.parameter-expansion for zsh to theme gray medium highlighting.
  • Added comment support and comment storage.modifier to match comment color highlighting.
  • Tweaked colors to provide slightly better contrast and balance between them...

Updated Syntax Colors for v0.2.2

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

Release: 0.2.1

Choose a tag to compare

@jacobcassidy jacobcassidy released this 07 Jun 05:08
  • Added meta.function.method.with-arguments.ruby storage.type for Ruby's parameter block & operator to match punctuation syntax highlighting color.
  • Added meta.element.structure.svg.text.html for <svg> inner text color highlighting with theme yellow to match strings.
  • Added meta.embedded.line.php for closing bracket } punctuation color highlighting when opening a new PHP tag.
  • Added meta.attribute.srcset.html string with theme blue to match links.
  • Added meta.attribute.async.html entity.other.attribute-name for HTML async attribute color highlighting with theme purple.
  • Added meta.attribute.defer.html entity.other.attribute-name for HTML defer attribute color highlighting with theme purple.
  • Removed unneeded source from meta.embedded.block.php source.

Release: 0.2.0

Choose a tag to compare

@jacobcassidy jacobcassidy released this 02 Jun 06:10
  • Updated #missing-pseudo-classes grammar for syntax highlighting when nesting within other pseudo-classes.

Release: 0.1.9

Choose a tag to compare

@jacobcassidy jacobcassidy released this 31 May 09:56
  • Added support.function.basic_functions to base function color for PHP.
  • Added strikethrough and punctuation color to markup.strikethrough.markdown.
  • Updated entity.other.keyframe-offset without postfix .percentage to apply to more CSS styles.
  • Flipped green and bright green colors for terminal.
  • Added meta.function.calc.css for parentheses color when nesting in calc function.
  • Added meta.embedded.block.php source for else colon when using alternative syntax.
  • Added meta.attribute.unrecognized.xmlns.html string to theme blue for link.
  • Added meta.attribute.unrecognized.xmlns:xlink.html string to theme blue for link.
  • Added entity.name.goto-label.php to theme red for 'else' keyword when using alternative syntax.
  • Added syntax color highlighting for .apacheconf when using Apache Conf extension:
    • Added entity.helper.apacheconf to theme white.
    • Added string.path.apacheconf to theme blue.
    • Added entity.tag.apacheconf to theme cyan.
    • Added entity.mime-type.apacheconf to theme green.
    • Added string.replacement.apacheconf to theme orange.
    • Added entity.status.apacheconf to theme purple.