Skip to content

Commit

Permalink
feat(release): 🔖 New 1.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteCrouzet committed May 28, 2024
1 parent 4993c89 commit 4cd1649
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 385 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to the "dark-theme---the-new" extension will be documented i

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.3.0] - 2024-05-29

## Added
- Added a better color to the notification center
- Added a new color to the remote indicator in the statusbar
- Added missing git colors for the staged files and changes
- Improved the color of the folded code
- Improved the color of the comments, now grass green
- Updated the README

### Fixed
- Remove some duplicated token color customizations when switching on 1.2.0
- Retrieve some lost colors when switching on the 1.2.0
- Reverting a changes made on JavaScript, introducing italic font on JavaScript code only

## [1.2.6] - 2024-02-28

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ It's been crafted with a keen eye for detail to provide a comfortable and deligh
- Distinct colors for **additions, deletions, and modifications, making diff reading a breeze**. This is particularly useful for developers who work with Git and other version control systems on a regular basis.
- Excellent text readability across various widgets and status bars. I've ensured that every piece of text, whether it's in the editor or in a widget, is clear and easy to read.
- Special attention to **Git-related activities and error highlighting** just because it's important to quickly spot changes and errors in your code, so these aspects stand out.
- Nice colors on your terminal, your notification center and quick access modal.

## Preview 📸

Expand All @@ -40,8 +41,8 @@ Here comes a small preview of the theme :

## Feedback and Suggestions 💜

If you have any feedback or suggestions, feel free to open an issue on GitHub. Your input is always welcome! I am constantly looking to improve and add new features to the theme based on user feedback.
If you have any feedback or suggestions, feel free to open an issue on GitHub. Your input is always welcome ! I am constantly looking to improve and add new features to the theme based on your feedback.

---

Thank you for considering **Dark Theme - The New** as your new favorite dark theme for Visual Studio Code!
Thank you for considering **Dark Theme - The New** as your new favorite dark theme for Visual Studio Code !
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dark-theme-the-new",
"displayName": "Dark Theme : The New",
"description": "Dark Theme - The New is a sleek and modern dark theme for Visual Studio Code. It's been crafted with a keen eye for detail to provide a comfortable and delightful coding experience.",
"version": "1.2.6",
"version": "1.3.0",
"license": "MIT",
"publisher": "BaptisteCrouzet",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/BaptisteCrouzet/DarkTheme-The-New.git"
},
"engines": {
"vscode": "^1.83.0"
"vscode": "^1.86.0"
},
"categories": [
"Themes"
Expand Down
Loading

0 comments on commit 4cd1649

Please sign in to comment.