Configure stylix
This commit is contained in:
parent
d43f76cdd7
commit
d031bd44ee
@ -6,7 +6,8 @@
|
|||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
ms-python.python
|
ms-python.python
|
||||||
tal7aouy.icons
|
catppuccin.catppuccin-vsc-icons
|
||||||
|
catppuccin.catppuccin-vsc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -4,25 +4,6 @@
|
|||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
stylix.autoEnable = true;
|
stylix.autoEnable = true;
|
||||||
|
|
||||||
stylix.base16Scheme = {
|
|
||||||
base00 = "181818"; # Deep Space Black
|
|
||||||
base01 = "303030"; # Lunar Gray
|
|
||||||
base02 = "484848"; # Meteorite Gray
|
|
||||||
base03 = "606060"; # Satellite Silver
|
|
||||||
base04 = "808080"; # Moon Dust
|
|
||||||
base05 = "9E9E9E"; # Jet Stream
|
|
||||||
base06 = "BDBDBD"; # Space Cloud
|
|
||||||
base07 = "FFFFFF"; # Pure Energy
|
|
||||||
base08 = "F44336"; # Atomic Red
|
|
||||||
base09 = "2196F3"; # Cosmic Blue
|
|
||||||
base0A = "4CAF50"; # Radioactive Green
|
|
||||||
base0B = "FFEB3B"; # Solar Yellow
|
|
||||||
base0C = "9C27B0"; # Nebula Purple
|
|
||||||
base0D = "FF9800"; # Martian Orange
|
|
||||||
base0E = "795548"; # Rocket Brown
|
|
||||||
base0F = "607D8B"; # Satellite Blue
|
|
||||||
};
|
|
||||||
|
|
||||||
stylix.image = ../../../wallpapers/maze.png;
|
stylix.image = ../../../wallpapers/maze.png;
|
||||||
|
|
||||||
# GRUB
|
# GRUB
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user