From 475342d022752be37d00b8242d4e39360fe802be Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 04:39:42 +0100 Subject: [PATCH] Make homer theme more minimalist --- hosts/nixos/lapetus/services/homer.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index 2e2cf33..6036b2a 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -1,10 +1,10 @@ { pkgs, config, ... }: let colors = with config.lib.stylix.scheme.withHashtag; { - highlight-primary = base0A; - highlight-secondary = base09; - highlight-hover = base08; - text-header = base00; + highlight-primary = base09; + highlight-secondary = base01; + highlight-hover = base00; + text-header = base05; text-title = base05; text-subtitle = base05; text = base05;