Intellij: update catppuccin plugin

This commit is contained in:
Toast 2023-10-24 10:37:37 +02:00
parent 7505ddccb3
commit 5f5c16503a

View file

@ -10,8 +10,8 @@ with pkgs;
# Install plugins
home.file = {
".local/share/JetBrains/IntelliJIdea2023.2/catppuccin.jar".source = fetchurl {
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.0.0/Catppuccin.Theme-3.0.0.jar";
hash = "sha256-tbcUtqA8wo9ZLjfkziRZiDTN748qWQ26A80pIJrTYuM";
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.1.0/Catppuccin.Theme-3.1.0.jar";
hash = "sha256-63fn3j57QBuwZLOKIEJVlQXYx+0C5mW/mVVDx1RdSMU=";
};
".local/share/JetBrains/IntelliJIdea2023.2/rainbow-brackets".source = fetchzip {
url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/2023.3.6/intellij-rainbow-brackets-2023.3.6.zip";