Intellij: update catppuccin plugin

This commit is contained in:
Toast 2023-10-23 12:42:58 +02:00
parent a4ecb63da6
commit 10fc83b906

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/v2.2.0/Catppuccin.Theme-2.2.0.jar";
hash = "sha256:143jrhdfg7q24mnnzgqwgxq4glsxznxc6awcifpghr9q6nw1hfi0";
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.0.0/Catppuccin.Theme-3.0.0.jar";
hash = "sha256-tbcUtqA8wo9ZLjfkziRZiDTN748qWQ26A80pIJrTYuM";
};
".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";