diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0f10f..291c6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +- (Misc): We now have an icon pack! Search the marketplace for "**Catppuccin Icons**" to install it! + ### Added ### Changed @@ -12,6 +14,9 @@ ### Fixed +- (UI): `TextField.selectionBackground` no longer matches `TextField.background`. Selected text should now clearly stand + out compared to non-selected text. + ### Security ## 3.2.1 - 2023-10-31 diff --git a/README.md b/README.md index addcb7e..5dd8edf 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,24 @@ Settings → Plugins → ⚙️ → Install plugin from di ## Usage -- User Interface: SettingsAppearance & BehaviourAppearance → Pick your - favourite flavour! -- Code Editor: SettingsEditorColor 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 SettingsAppearance & BehaviourAppearance +2. Pick your favourite flavour +3. **(Optional)** Restart your IDE + +### Code Editor + +1. Head to SettingsEditorColor 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

+ + + +

Code Editor

+ + + +

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