diff --git a/configs/openbox/themes/neralie/openbox-3/themerc b/configs/openbox/themes/neralie/openbox-3/themerc index c18b491..c678efb 100644 --- a/configs/openbox/themes/neralie/openbox-3/themerc +++ b/configs/openbox/themes/neralie/openbox-3/themerc @@ -18,7 +18,7 @@ window.active.title.bg: Solid Flat window.active.title.bg.color: #bcccdc window.active.label.bg: Parentrelative -window.active.label.text.color: #000000 +window.active.label.text.color: #545c63 window.active.button.unpressed.bg: Solid Flat window.active.button.unpressed.bg.color: #d9eafd @@ -40,12 +40,12 @@ window.inactive.button.pressed.bg: Solid Flat window.inactive.button.pressed.bg.color: #d9eafd # Menus -menu.separator.color: #23262a +menu.separator.color: #545c63 menu.items.bg: Solid Flat -menu.items.bg.color: #9aa6b2 -menu.items.text.color: #23262a +menu.items.bg.color: #bcccdc +menu.items.text.color: #545c63 menu.items.active.bg: Solid Flat -menu.items.active.bg.color: #bcccdc -menu.items.active.text.color: #000000 +menu.items.active.bg.color: #d9eafd +menu.items.active.text.color: #626a73 diff --git a/nixos/packages.nix b/nixos/packages.nix index 2b7bca5..b0ec49c 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -1,5 +1,9 @@ { pkgs, ... }: { + # I'm not sure if you actually need stuff like GTK4 to be + # in here when it's really only used with nix-shell and the + # amount of time it saves during installation is probably + # only like a few seconds environment.systemPackages = with pkgs; [ # development (fenix.default.withComponents [ "cargo" "rustc" ])