diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
| commit | 6094a9fa1548a1b6ca510d0707f1d317121f75ea (patch) | |
| tree | 0610ae5a52e2c55268e410b15622352ff27350c0 /modules/xresources.home.nix | |
| parent | e160c24728bad4076f148b0a31de92f88df365d8 (diff) | |
| download | nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.tar.gz nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.zip | |
config sync
Diffstat (limited to 'modules/xresources.home.nix')
| -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; |
