Renamed cyberpunk theme to daemon and finished it.

This commit is contained in:
2024-10-10 00:34:26 -03:00
parent 9f23587e32
commit 7779b29729
5 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

View File

@@ -38,25 +38,25 @@
{
programs.vscode = {
extensions = with inputs.nix-vscode-extensions.extensions.${system}; [
vscode-marketplace.sainnhe.everforest
vscode-marketplace.max-ss.cyberpunk
vscode-marketplace.vscode-icons-team.vscode-icons
];
userSettings = {
"workbench.colorTheme" = "Everforest Dark";
"workbench.colorTheme" = "Activate SCARLET protocol (beta)";
"workbench.iconTheme" = "vscode-icons";
};
};
stylix.cursor = {
name = "Breeze";
size = 24;
package = pkgs.qogir-icon-theme;
name = "Qogir";
};
}
];
stylix.cursor = {
name = "Breeze";
size = 24;
package = pkgs.qogir-icon-theme;
name = "Qogir";
};
stylix.fonts = {

BIN
themes/daemon/wallpaper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB