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
Expand Up @@ -25,3 +25,9 @@
### New feature

- [Issue 6](https://github.com/fexend/fexend-theme/issues/6)

# [1.0.4]

### Fixed

- [issue 14](https://github.com/fexend/fexend-theme/issues/14)
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.2",
"version": "1.0.3",
"publisher": "Fexend",
"engines": {
"vscode": "^1.100.0"
Expand Down
6 changes: 3 additions & 3 deletions themes/fexend-color-theme-italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
"inputOption.activeBorder": "#7c86ff",
"inputOption.activeForeground": "#fff",
"inputOption.hoverBackground": "#7c86ff10",
"inputValidation.errorBackground": "#fb2c3620",
"inputValidation.errorBackground": "#fb2c36",
"inputValidation.errorForeground": "#fb2c36",
"inputValidation.errorBorder": "#fb2c36",
"inputValidation.infoBackground": "#00b8db20",
"inputValidation.infoBackground": "#00b8db",
"inputValidation.infoForeground": "#00b8db",
"inputValidation.infoBorder": "#00b8db",
"inputValidation.warningBackground": "#f59e0820",
"inputValidation.warningBackground": "#f59e08",
"inputValidation.warningForeground": "#f59e08",
"inputValidation.warningBorder": "#f59e08",
// INPUT CONTROL ----------------------
Expand Down
6 changes: 3 additions & 3 deletions themes/fexend-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
"inputOption.activeBorder": "#7c86ff",
"inputOption.activeForeground": "#fff",
"inputOption.hoverBackground": "#7c86ff10",
"inputValidation.errorBackground": "#fb2c3620",
"inputValidation.errorBackground": "#020617",
"inputValidation.errorForeground": "#fb2c36",
"inputValidation.errorBorder": "#fb2c36",
"inputValidation.infoBackground": "#00b8db20",
"inputValidation.infoBackground": "#020617",
"inputValidation.infoForeground": "#00b8db",
"inputValidation.infoBorder": "#00b8db",
"inputValidation.warningBackground": "#f59e0820",
"inputValidation.warningBackground": "#020617",
"inputValidation.warningForeground": "#f59e08",
"inputValidation.warningBorder": "#f59e08",
// INPUT CONTROL ----------------------
Expand Down