1
Fork 0

Make homer theme more minimalist

This commit is contained in:
prescientmoon 2024-02-24 04:39:42 +01:00
parent 15732df9e7
commit 475342d022
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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;