Install plugin from di
## Usage
-- User Interface: Settings → Appearance & Behaviour → Appearance → Pick your
- favourite flavour!
-- Code Editor: Settings → Editor → Color Scheme → Pick your favourite flavour!
+There are 4 lovely flavours for you to choose from: **Latte**, **Frappé**, **Macchiato** and **Mocha**.
+
+### User Interface
+
+1. Head to Settings → Appearance & Behaviour → Appearance
+2. Pick your favourite flavour
+3. **(Optional)** Restart your IDE
+
+### Code Editor
+
+1. Head to Settings → Editor → Color Scheme
+2. Pick your favourite flavour
+3. **(Optional)** Restart your IDE
+
+### Icon Pack
+
+We have created an icon pack, **Catppuccin Icons**, to compliment this theme. Follow the instructions on
+the [GitHub repository](https://github.com/catppuccin/jetbrains-icons) to install it.
## Contributing
diff --git a/generateFlavours/ui.theme.json b/generateFlavours/ui.theme.json
index e49e412..f5603b0 100644
--- a/generateFlavours/ui.theme.json
+++ b/generateFlavours/ui.theme.json
@@ -380,7 +380,8 @@
"background": "panelBackground"
},
"TextField": {
- "background": "secondaryBackground"
+ "background": "secondaryBackground",
+ "selectionBackground": "{{isLatte (opacityWithHex surface0 0.4) surface2}}"
},
"ToggleButton": {
"buttonColor": "primaryForeground",
diff --git a/gradle.properties b/gradle.properties
index b7521d6..a0efae3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
pluginGroup = com.github.catppuccin
pluginName = Catppuccin Theme
-pluginVersion = 3.2.1
+pluginVersion = 3.2.2
pluginSinceBuild = 231
pluginUntilBuild = 233.*
platformType = IC
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 28fac4e..00efdaf 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -22,9 +22,29 @@ perfect for coding, designing, and much more!
Usage
-There are 4 lovely flavours for you to choose from, Latte, Frappé, Macchiato and Mocha! If you are not fond of italics... don't worry! We've got you covered 😎
-
-Head into Settings > Editor/Color Scheme and then pick the non-italic version of your favourite flavour! E.g. Catppuccin Mocha (no italics)
+There are 4 lovely flavours for you to choose from: Latte, Frappé, Macchiato and Mocha.
+
+User Interface
+
+
+ - Head to Settings → Appearance & Behaviour → Appearance
+ - Pick your favourite flavour
+ - (Optional) Restart your IDE
+
+
+Code Editor
+
+
+ - Head to Settings → Editor → Color Scheme
+ - Pick your favourite flavour
+ - (Optional) Restart your IDE
+
+
+Icon Pack
+
+
+We have created an icon pack to compliment this theme! Search the marketplace for "**Catppuccin Icons**" to install it.
+
Help
@@ -35,9 +55,8 @@ For further help, see also:
Issue Tracker
-
-Copyright © 2021-present Catppuccin Org
-
+Copyright © 2021-present Catppuccin Org
+
LICENSE: MIT
]]>
com.intellij.modules.platform