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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.6] - 2026-03-20

### Added

- [Issue 27](https://github.com/fexend/fexend-theme/issues/27) - Fexend Theme Soft Dark Italic variant with italic font styles for strings, variables, keywords, functions, and classes
- [Issue 27](https://github.com/fexend/fexend-theme/issues/27) - Fexend Theme Medium Purple Italic variant with italic font styles for strings, variables, keywords, functions, and classes

## [1.0.0] - 2025-07-30

### Added
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,17 @@ A softer, easier-on-the-eyes dark theme with slate backgrounds.

![Fexend Theme Soft Dark](images/theme-soft-dark.png)

### Fexend Theme Soft Dark Italic

Soft Dark variant with italic font styles applied to strings, variables, keywords, functions, and classes.

### Fexend Theme Medium Purple Italic

Medium Purple variant with italic font styles applied to strings, variables, keywords, functions, and classes.

## Features

- **4 theme variants** — Default, Italic, Medium Purple, and Soft Dark
- **6 theme variants** — Default, Italic, Medium Purple, Soft Dark, Soft Dark Italic, and Medium Purple Italic
- **Dark mode** with carefully selected color palette
- **Italic and bold syntax highlighting** for improved code readability
- **Consistent colors** across UI elements and code tokens
Expand All @@ -49,6 +57,8 @@ A softer, easier-on-the-eyes dark theme with slate backgrounds.
- `Fexend Theme Italic`
- `Fexend Theme Medium Purple`
- `Fexend Theme Soft Dark`
- `Fexend Theme Soft Dark Italic`
- `Fexend Theme Medium Purple Italic`

## Credits

Expand Down
12 changes: 11 additions & 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.5",
"version": "1.0.6",
"publisher": "Fexend",
"engines": {
"vscode": "^1.100.0"
Expand Down Expand Up @@ -50,6 +50,16 @@
"label": "Fexend Theme Soft Dark",
"uiTheme": "vs-dark",
"path": "./themes/fexend-color-theme-soft-dark.json"
},
{
"label": "Fexend Theme Soft Dark Italic",
"uiTheme": "vs-dark",
"path": "./themes/fexend-color-theme-soft-dark-italic.json"
},
{
"label": "Fexend Theme Medium Purple Italic",
"uiTheme": "vs-dark",
"path": "./themes/fexend-color-theme-medium-purple-italic.json"
}
]
}
Expand Down
Loading
Loading