From 6094a9fa1548a1b6ca510d0707f1d317121f75ea Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Mar 2022 23:15:35 +0530 Subject: config sync --- modules/xresources.home.nix | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'modules/xresources.home.nix') diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 5517d47..a570599 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -1,17 +1,18 @@ { config, pkgs, epkgs, ... }: { - xresources.properties = let - bg = "#0f0c19"; - fg = "#d8dee9"; - accent = "#4e3aA3"; - ##A22F3E - ##A1313F - ##A82E3D - ##AE2E3D - ##EB4960 - ##B22337 - ##F32929 - in + xresources.properties = + let + bg = "#0f0c19"; + fg = "#d8dee9"; + accent = "#4e3aA3"; + ##A22F3E + ##A1313F + ##A82E3D + ##AE2E3D + ##EB4960 + ##B22337 + ##F32929 + in { "*.foreground" = fg; "*.background" = bg; -- cgit v1.3.1