From 40e97625b7996dafd8041c1afa5f0e576886818a Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sat, 22 Feb 2025 01:34:25 -0600 Subject: [PATCH] Make headings look better --- modules/home/hyprland/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 72a771a..d6ef212 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -110,9 +110,9 @@ bottombar_text = "#8be9fd" bottombar_bg = "#44475a" scrollbar = "#44475a" - hdg_1 = "#a16946" + hdg_1 = "#bd93f9" hdg_2 = "#7cafc2" - hdg_3 = "#bd93f9" + hdg_3 = "#a16946" amfora_link = "#ff79c6" foreign_link = "#ffb86c" link_number = "#8be9fd"