wow
This commit is contained in:
parent
1ab0263e27
commit
15091ac422
19 changed files with 2328 additions and 263 deletions
45
modules/home/devtool/vicinae.nix
Normal file
45
modules/home/devtool/vicinae.nix
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
programs.vicinae = {
|
||||
settings.theme.dark = {
|
||||
name = "Mizuki Dark";
|
||||
icon_theme = "auto";
|
||||
};
|
||||
|
||||
themes.mizuki-dark = {
|
||||
meta = {
|
||||
version = 1;
|
||||
name = "Mizuki Dark";
|
||||
description = "Zed One Dark surfaces with the Mizuki dark accent palette";
|
||||
variant = "dark";
|
||||
};
|
||||
|
||||
colors = {
|
||||
core = {
|
||||
background = "#191017";
|
||||
foreground = "#FAFAFA";
|
||||
secondary_background = "#2C1F2D";
|
||||
border = "#4A354C";
|
||||
accent = "#F5C2E7";
|
||||
};
|
||||
|
||||
accents = {
|
||||
blue = "#89B4FA";
|
||||
green = "#A6E3A1";
|
||||
magenta = "#F5C2E7";
|
||||
orange = "#F9E2AF";
|
||||
purple = "#CBA6F7";
|
||||
red = "#F38BA8";
|
||||
yellow = "#F9E2AF";
|
||||
cyan = "#94E2D5";
|
||||
};
|
||||
|
||||
list.item.selection = {
|
||||
background = "#4A354C";
|
||||
secondary_background = "#2C1F2D";
|
||||
};
|
||||
|
||||
grid.item.background = "#2C1F2D";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@ with pkgs;
|
|||
prismlauncher
|
||||
lunar-client
|
||||
|
||||
pkgs."libreoffice-fresh"
|
||||
pkgs."libreoffice-stable"
|
||||
|
||||
gimp
|
||||
inkscape
|
||||
|
|
|
|||
Loading…
Reference in a new issue