Skip to content

Commit

Permalink
feat: temporary theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 17, 2024
1 parent a87e370 commit 43e6152
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
32 changes: 16 additions & 16 deletions theme/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
base00 = "2b3339";
base01 = "323c41";
base02 = "3a4248";
base03 = "868d80";
base04 = "a59572";
base05 = "d3c6aa";
base06 = "e9e8d2";
base07 = "fff9e8";
base0D = "7fbbb3";
base0E = "d699b6";
base0C = "83c092";
base0A = "dbbc7f";
base09 = "e69875";
base0B = "a7c080";
base08 = "e67e80";
base0F = "d699b6";
base00 = "232136";
base01 = "2a273f";
base02 = "393552";
base03 = "6e6a86";
base04 = "908caa";
base05 = "e0def4";
base06 = "e0def4";
base07 = "56526e";
base0D = "c4a7e7";
base0E = "f6c177";
base0C = "9ccfd8";
base0A = "ea9a97";
base09 = "f6c177";
base0B = "3e8fb0";
base08 = "eb6f92";
base0F = "56526e";
}
3 changes: 1 addition & 2 deletions user/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ theme: rec
{
nvim = callPackage ./nvim {inherit theme;};
zsh = callPackage ./zsh {};
river = callPackage ./river {inherit theme;};
foot = callPackage ./foot {inherit theme;};
tofi = callPackage ./tofi {inherit theme;};
waybar = callPackage ./waybar {inherit pkgs;};
mako = callPackage ./mako {inherit theme;};
swaylock = callPackage ./swaylock {inherit theme;};
}
// (import ./misc-scripts {inherit pkgs;});

Expand Down
2 changes: 1 addition & 1 deletion user/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
command = "${notify-send} -a \${app-id} -i \${app-id} \${title} \${body}";
};
colors = with theme; {
alpha = 1.0;
alpha = 0.95;
background = base00;
bright0 = base03;
bright1 = base08;
Expand Down
3 changes: 3 additions & 0 deletions user/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ in {
inherit
(pkgs)
wl-clipboard
hyprlock
brightnessctl
ttyper
librewolf
mpv
tdesktop
Expand Down
2 changes: 1 addition & 1 deletion user/waybar/style.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in
#pulseaudio.source-muted,
#pulseaudio.muted {
padding: 16px 0px 16px 0px;
font-size: 15;
font-size: 15px;
}
#custom-vpn,
Expand Down

0 comments on commit 43e6152

Please sign in to comment.