All notable changes to the "CobaltNext" extension will be documented in this file.
- Fixed the issue where custom component and web-component tags didn't get the yellow color and appeared as normal tags. This wasn't an issue in react (as far as I'm aware), but it was causing a problem in Vue and a few other frame works.
- Change the color/styles for file diffs. Before diffs were hard to read because each line got a border and a background color. Now it's a cleaned up experience that more mimics github.
- Added support for native bracket color matching
- To use native bracket color matching, remove the
Bracket Pair Colorizer
extension and add"editor.bracketPairColorization.enabled": true,
to yoursettings.json
file
- To use native bracket color matching, remove the
- Updated README with updated settings
- Fixed highlight color on Dark and Minimal Themes
- Added minimal version. While it's not super different from Cobalt Dark, it does have a few extra treats in there.
- I strongly recommend going through Caleb Porzio's Make VS Code Awesome Course if you're going to use the Minimal Version.
- Fix the color for component in JSX because tokens have been updated
- Update terminal cursor styles for to show text behind cursor
- Updated the tab styles on the Dark Version.
- Updated the color of selections inside of inputs on the Dark Version.
- Updated the color of the
quickInput.foreground
for better visibility
- Updated Terminal Blacks for Original Theme
- Updated Dark Terminal
- Added All
ansiBright
Colors
- Added support for modified tab borders:
tab.activeModifiedBorder
,tab.inactiveModifiedBorder
,tab.unfocusedActiveModifiedBorder
, andtab.unfocusedInactiveModifiedBorder
- Add Dark Version of Theme
Cobalt Next Dark
- Updated Readme for Dark Version
- Fix errors in readme
- Updated the active and inactive states in the activity bar.
- Updated Readme with settings for active and inactive states for window borders.
- Added Handlebars.hbs to the demo folder
- Remove
contrastBorder
andcontrastBorderActive
since they are only for high contrast themes and breaking the "Select Interpreter" panel - Update Readme for suggested Handlebars extension
- Added new app icons to match VS Code's new icon
- Fixed
editorGutter.modifiedBackground
as suggested from #11 - Updated
editorOverviewRuler
colors to match merge and git colors
- Added recommended setting for Bracket Pair Colorizer 2 to README
- Update the Title Bar to be dark and and match the whole window.
- Added Code the make Title Bar silver again to the README
- Update Inline Merge Conflict Border
- Add Support for Input Validation (Closed Issue #6)
- Add Support for New User Settings View
- Add theme colors for Breadcrumb
- Add Theme Support for Grid editor layout
- Updated Readme with Recommended Settings
- Add Recommended Extensions for Theme to Readme
- Cleaned up Readme
- Updated Diff View
- Changed, Updated, and Added Overview Ruler Colors
- Added Git Merge Conflict Colors
- Update Border Colors
- Added indent highlighting
- Updated colors for search
- Added colors for notifications
- Closed 3 Issues on github.
- Changed git ingored resource color
- Changed whitespace foreground color
- Fixed search match highlight color
- Updated recommended settings README
- Add Ruler
- Fixed text color in JSX
- Better support for .scss
- Change color for this in JS
- Cleaned up theme JSON
- Update Extension Icon
- VS Code app icons to match theme (located in images)
- Added links to the README to download icons
- Git status in File Explorer colors
- Updated "Recommended Settings" in README for git status styles
- Initial release