School/idea: update catppuccin plugin

This commit is contained in:
Toast 2024-02-02 13:39:36 +01:00
parent cbd8191537
commit cbf8e99b7b

View file

@ -10,8 +10,8 @@ with pkgs;
# Install plugins
home.file = {
".local/share/JetBrains/IntelliJIdea2023.3/catppuccin.jar".source = fetchurl {
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.2.2/Catppuccin.Theme-3.2.2.jar";
hash = "sha256-1Zio3ZDhhZvpo6w9ULNhhDQnyT1W25CLcVSm/LcP648=";
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.2.3/Catppuccin.Theme-3.2.3.jar";
hash = "sha256-v5BZ2UKEBA/0DHKGwmprmuu0RcJCDsxzWmCdnX9aXpE=";
};
".local/share/JetBrains/IntelliJIdea2023.3/rainbow-brackets".source = fetchzip {
url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/latest/intellij-rainbow-brackets-2023.3.9-233.zip";