aboutsummaryrefslogtreecommitdiff
path: root/modules/xresources.home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-03-03 23:15:35 +0530
committerAkshay Nair <phenax5@gmail.com>2022-03-03 23:15:35 +0530
commit6094a9fa1548a1b6ca510d0707f1d317121f75ea (patch)
tree0610ae5a52e2c55268e410b15622352ff27350c0 /modules/xresources.home.nix
parente160c24728bad4076f148b0a31de92f88df365d8 (diff)
downloadnixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.tar.gz
nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.zip
config sync
Diffstat (limited to 'modules/xresources.home.nix')
-rw-r--r--modules/xresources.home.nix25
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;