Skip to content

Commit

Permalink
feat: v2.0.6
Browse files Browse the repository at this point in the history
View CHANGELOG.md for all updates
  • Loading branch information
sgoudham committed Nov 27, 2022
1 parent d3058fc commit ccbb821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [Unreleased]

### Added
- Support Erlang
- Highlight FileTree to be darker in New UI

### Changed

Expand All @@ -11,6 +13,7 @@
### Removed

### Fixed
- Revert changes from 2.0.5

### Security

Expand Down
16 changes: 0 additions & 16 deletions generateFlavours/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ Object.entries(variants).forEach(([key, value]) => {
borderColor: "accentColor",
},
Button: {
background: "mantle",
foreground: "primaryForeground",
startBorderColor: "secondaryBackground",
endBorderColor: "secondaryBackground",
Expand All @@ -162,9 +161,6 @@ Object.entries(variants).forEach(([key, value]) => {
focusedBorderColor: "surface1",
},
},
CheckBox: {
background: "mantle"
},
Counter: {
foreground: "primaryBackground",
background: "accentColor",
Expand Down Expand Up @@ -236,9 +232,6 @@ Object.entries(variants).forEach(([key, value]) => {
visitedForeground: "secondaryAccentColor",
pressedForeground: "secondaryAccentColor",
},
MainToolbar: {
background: "mantle",
},
NotificationsToolwindow: {
newNotification: {
background: "primaryBackground",
Expand All @@ -263,9 +256,6 @@ Object.entries(variants).forEach(([key, value]) => {
informativeBorderColor: "secondaryAccentColor",
},
},
Panel: {
background: "mantle",
},
PasswordField: {
background: "secondaryBackground",
},
Expand Down Expand Up @@ -312,9 +302,6 @@ Object.entries(variants).forEach(([key, value]) => {
inactiveBackground: "secondaryBackground",
},
},
RadioButton: {
background: "mantle"
},
ScrollBar: {
Mac: {
hoverThumbColor: "secondaryAccentColor",
Expand Down Expand Up @@ -342,9 +329,6 @@ Object.entries(variants).forEach(([key, value]) => {
SidePanel: {
background: "mantle",
},
Spinner: {
background: "mantle"
},
StatusBar: {
borderColor: "borderColor",
hoverBackground: "hoverBackground",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup = com.github.catppuccin
pluginName = Catppuccin Theme
pluginVersion = 2.0.5
pluginVersion = 2.0.6
pluginSinceBuild = 203
pluginUntilBuild = 223.*
platformType = IC
Expand Down

0 comments on commit ccbb821

Please sign in to comment.