Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.8] - 2026-04-25

### Fixed

- [Issue 31](https://github.com/fexend/fexend-theme/issues/31) - Fixed invisible input validation messages (error/warning/info) in the file explorer across all 6 theme variants by using dark tinted backgrounds with contrasting light foregrounds

## [1.0.7] - 2026-03-29

### Fixed
Expand Down
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": "fexend-theme",
"displayName": "Fexend Theme",
"description": "A dark, vibrant Visual Studio Code theme inspired by Tailwind CSS and the Shades of Purple theme",
"version": "1.0.7",
"version": "1.0.8",
"publisher": "Fexend",
"engines": {
"vscode": "^1.100.0"
Expand Down
Loading