This commit is contained in:
암냥 2026-09-14 12:09:52 +09:00
commit 15091ac422
No known key found for this signature in database
19 changed files with 2328 additions and 263 deletions

View 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";
};
};
};
}