applied colors

This commit is contained in:
kenji
2025-12-24 21:58:12 -06:00
parent aa7e045303
commit 00ea547c8d
7 changed files with 35 additions and 20 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
{
{config, ...}: let
colors = config.lib.stylix.colors.withHashtag;
in {
programs.waybar = {
style = ''
* {
background-color: #cdd6f4;
color: #181824;
background-color: ${colors.base11};
color: ${colors.base05};
border: none;
border-radius: 0;