From e8f6d67625a51d271079e0eea5064c9493b91af6 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 26 Jul 2025 22:15:31 -0700 Subject: [PATCH] feat: sakura --- discord.css | 15 -------------- home/environments/niri/waybar.nix | 25 ++++++++++++------------ home/profiles/common/stylix.nix | 2 +- home/profiles/graphical/firefox/main.nix | 7 +------ nixos/common/stylix.nix | 2 +- 5 files changed, 16 insertions(+), 35 deletions(-) delete mode 100644 discord.css diff --git a/discord.css b/discord.css deleted file mode 100644 index aeb4ad73..00000000 --- a/discord.css +++ /dev/null @@ -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"; -} diff --git a/home/environments/niri/waybar.nix b/home/environments/niri/waybar.nix index 641b1482..3054cf10 100644 --- a/home/environments/niri/waybar.nix +++ b/home/environments/niri/waybar.nix @@ -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 { diff --git a/home/profiles/common/stylix.nix b/home/profiles/common/stylix.nix index 11753401..6d9937da 100644 --- a/home/profiles/common/stylix.nix +++ b/home/profiles/common/stylix.nix @@ -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"; }; } diff --git a/home/profiles/graphical/firefox/main.nix b/home/profiles/graphical/firefox/main.nix index a896aba6..262001d4 100644 --- a/home/profiles/graphical/firefox/main.nix +++ b/home/profiles/graphical/firefox/main.nix @@ -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; - } - ''; }; }; }; diff --git a/nixos/common/stylix.nix b/nixos/common/stylix.nix index 1ccf2ec7..cd89e5c1 100644 --- a/nixos/common/stylix.nix +++ b/nixos/common/stylix.nix @@ -28,6 +28,6 @@ }; }; autoEnable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml"; }; }