feat: sakura

This commit is contained in:
Kat Inskip 2025-07-26 22:15:31 -07:00
parent 42d86bf4b2
commit e8f6d67625
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 16 additions and 35 deletions

View file

@ -1,15 +0,0 @@
@import url("https://aushevahmad.github.io/awesome-css/modules/custom-bar-prompt.css");
@import url("https://raw.githubusercontent.com/tom22k/discord-css/main/Themes/HideNitroUpsellV2.css");
@import url("https://minidiscordthemes.github.io/Snippets/AltTextImprovements/main.css");
:root {
/* do you want to see your quests/billing/nitro settings? */
/* yes, I want to see it -> --billing: block !important; */
/* no, hide it -> --billing: none; */
--billing: none;
/* do you want to see server boosting/server shop upsell? */
/* yes, I want to see it -> --boosting: block !important; */
/* no, hide it -> --boosting: none; */
--boosting: none;
--prompt-text: "be silly :3";
}

View file

@ -19,7 +19,7 @@ _: {
.modules-left, .modules-right, .modules-center {
background: alpha(@base00, 0.9);
box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
color: @text;
color: @base05;
padding: 5px;
margin: 2px 4px;
border: 1px solid @base04;
@ -34,24 +34,25 @@ _: {
}
#workspaces {
border-right: 1px solid @surface2;
border-right: 1px solid @base04;
}
#workspaces button.persistent {
background: @theme_unfocused_bg_color;
color: @subtext1;
background: @base01;
color: @base05;
}
#workspaces button {
padding: 2px 5px;
background: @surface0;
background: @base01;
color: @base07;
border-bottom: 3px solid transparent;
}
#workspaces button.empty {
background: @base01;
color: @base05;
background: @base04;
color: @base01;
}
#workspaces button.visible {
@ -62,12 +63,12 @@ _: {
#workspaces button.urgent {
background: @base08;
color: @theme_selected_fg_color;
color: @base00;
}
#workspaces button.active, #workspaces button.focused {
background: @theme_selected_bg_color;
color: @theme_selected_fg_color;
background: @base0E;
color: @base00;
border-bottom: 3px solid @base0E;
}
@ -86,11 +87,11 @@ _: {
}
#mpris {
color: @mantle;
color: @base0A;
}
#custom-notification {
font-size: 200%;
font-size: 150%;
}
#mpris.playing {

View file

@ -7,6 +7,6 @@
size = 32;
};
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml";
};
}

View file

@ -8,7 +8,7 @@ in {
home.sessionVariables = {
BROWSER = "zen";
};
stylix.targets.zen-browser.profileNames = [ "main" ];
home.packages = [pkgs.ff2mpv-rust];
programs.zen-browser = {
nativeMessagingHosts = [
@ -52,11 +52,6 @@ in {
];
force = true;
};
userChrome = ''
#urlbar {
font-family: "${defaultFont}", monospace;
}
'';
};
};
};

View file

@ -28,6 +28,6 @@
};
};
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml";
};
}