diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/xresources.home.nix | 25 |
1 files changed, 13 insertions, 12 deletions
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; |
