Skip to content

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Aug 1, 2022
1 parent 070d403 commit e905996
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 30 deletions.
77 changes: 50 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.16.0] - 2022-08-01
### Added
- Added a bunch of missing theme color customizations that were missing.
- Added themes
- Gruber Dark
- Gruber Light
- Vice Alt Dark
- Vice Alt Light
- Vice Dark
- Vice Light

### Removed
- Removed themes
- Tomorrow Dark
- Tomorrow Light
- Tomorrow Night Dark
- Tomorrow Night Dark
- Tomorrow Night Light
- Tomorrow Night Light

### Fixed
- Updated dependencies

## [1.15.0] - 2021-06-27
## Added
### Added
- Added support for [Workspace Trust](https://code.visualstudio.com/docs/editor/workspace-trust) and [Virtual Workspaces](https://code.visualstudio.com/updates/v1_56#_define-whether-your-extension-supports-a-virtual-workspace).
- Added themes
- Apprentice Dark
Expand Down Expand Up @@ -43,7 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Windows NT Light

## [1.14.0] - 2020-12-30
## Added
### Added
- A bunch of missing colors that were added to VSCode over the past year.
- Added themes
- Kimber Dark
Expand All @@ -54,11 +77,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Silk Light

## [1.13.1] - 2020-10-09
## Fixed
### Fixed
- Upgraded dependencies

## [1.13.0] - 2020-07-15
## Added
### Added
- Added command to activate all themes (see https://github.com/golf1052/base16-generator/issues/16)
- Added command to deactivate all themes
- Added themes
Expand All @@ -69,7 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Pasque Dark
- Pasque Light

## Changed
### Changed
- Command to activate a theme can now activate multiple themes at once
- Command to deactivate a theme can now deactivate multiple themes at once
- **Breaking**: In order to support the above two changes a minimum version of VSCode 1.22 is now required.
Expand All @@ -78,7 +101,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Synth Midnight Light is now named Synth Midnight Terminal Light

## [1.12.1] - 2020-05-10
## Added
### Added
- Added themes
- darkmoss Dark
- darkmoss Light
Expand All @@ -99,28 +122,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Tango Light
- vulcan

## Fixed
### Fixed
- Fixed bug where double reload was needed when changing themes.

## [1.12.0] - 2020-01-21
## Added
### Added
- [Debug icon color tokens](https://code.visualstudio.com/updates/v1_41#_debug-icon-color-tokens) from 1.41
- Added themes
- Hardcore Dark
- Hardcore Light

## Fixed
### Fixed
- A few `symbolIcon` themes
- `list.warningForeground` is now yellow instead of orange

## [1.11.0] - 2019-11-19
## Fixed
### Fixed
- Fixed terminal colors. (see https://github.com/golf1052/base16-vscode/pull/1, thanks @aaron-williamson)
- Various fixes (see https://github.com/golf1052/base16-vscode/pull/2, thanks @reyemxela)
- Fixed `symbolIcon.snippetForeground`

## [1.10.0] - 2019-11-16
## Added
### Added
- A bunch of color customizations up to version 1.40
- Added themes
- Edge Dark
Expand All @@ -129,7 +152,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Gigavolt Light

## [1.9.0] - 2019-07-28
## Added
### Added
- Added command to deactivate the activated Base16 theme. (see https://github.com/golf1052/base16-generator/issues/11)
- Added themes
- Atlas Dark
Expand All @@ -155,7 +178,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Tomorrow Night Light

## [1.8.0] - 2018-09-12
## Added
### Added
- Added themes
- Fruit Soda Dark
- Fruit Soda Light
Expand All @@ -166,15 +189,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added `breadcrumb.background` and `settings.modifiedItemIndicator` from 1.27

## [1.7.0] - 2018-08-25
## Added
### Added
- Added settings editor preview and breadcrumbs theming from 1.26

## [1.6.1] - 2018-08-11
## Changed
### Changed
- Improved visibility of text selection highlight color (see https://github.com/golf1052/base16-generator/issues/10)

## [1.6.0] - 2018-06-15
## Added
### Added
- Added themes
- Black Metal (Bathory) Dark
- Black Metal (Bathory) Light
Expand Down Expand Up @@ -210,45 +233,45 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added `list.errorForeground` and `list.warningForeground` from 1.24

## [1.5.0] - 2018-03-09
## Added
### Added
- Added themes
- Icy Dark
- Added support for new notification style that was introduced in 1.21.

## Fixed
### Fixed
- Fixed coloring of find selected highlight background

## [1.4.0] - 2017-11-25
## Added
### Added
- Added themes
- Porple Dark
- Porple Light
- Added support for new workbench theme elements that were introduced in 1.18

## Changed
### Changed
- Changed syntax highlighting in the following languages to conform more to the [base16 styling guidelines](https://github.com/chriskempson/base16/blob/master/styling.md)
- C#
- Java
- Typescript
- build-themes.js now copies over the default.mustache file to the vscode templates directory when the themes are being built. Now you don't have to commit the updated template file to the [base16-vscode](https://github.com/golf1052/base16-vscode) first.

## Fixed
### Fixed
- Repeated characters in Markdown file (see https://github.com/golf1052/base16-generator/issues/8)
- Suggest widget highlighting (Intellisense)
- Contributing instructions

## [1.3.0] - 2017-10-07
## Added
### Added
- Added themes
- XCode Dusk Dark
- XCode Dusk Light

## Fixed
### Fixed
- Modified the script that finishes the JSON theme files to now check if the background color is light or dark instead of just relying on the filename. If a theme didn't have light or dark in the filename then it could be themed incorrectly. The following themes were fixed by this change.
- Github

## [1.2.0] - 2017-09-23
## Added
### Added
- Added themes
- Brush Trees Dark
- Brush Trees Light
Expand All @@ -258,16 +281,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Mexico Dark
- One Dark

## Changed
### Changed
- The following themes should not have been made into a dark or light counterpart so they are just one theme now
- Github
- Rebecca

## Removed
### Removed
- Visual Studio Blue Dark
- Visual Studio Blue Light

## Fixed
### Fixed
- Updated and fixed the generate theme scripts as well as automated the process.
- The following themes were fixed because of this (this change was prompted by https://github.com/golf1052/base16-generator/issues/3)
- Cupcake Dark is now correctly dark
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "base16-generator",
"displayName": "Base16 Theme Generator",
"description": "All Base16 themes available on the fly",
"version": "1.15.0",
"version": "1.16.0",
"publisher": "golf1052",
"keywords": [
"base16"
Expand Down

0 comments on commit e905996

Please sign in to comment.