about summary refs log tree commit diff
path: root/home/modules/profiles/base/config/foot.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-18 17:38:31 +0900
committersefidel <contact@sefidel.net>2022-01-18 17:38:31 +0900
commit7a372ed81256ce5d6aa608be9bebe173ab4e042e (patch)
tree29c7ee0a316ae0dc21ce3fe22342ec2c36ee0f4c /home/modules/profiles/base/config/foot.nix
parent2bdc141bebd35cc38396271c42b23b6f89d032a0 (diff)
downloadnixrc-7a372ed81256ce5d6aa608be9bebe173ab4e042e.tar.gz
nixrc-7a372ed81256ce5d6aa608be9bebe173ab4e042e.zip
project: rewrite
Diffstat (limited to 'home/modules/profiles/base/config/foot.nix')
-rw-r--r--home/modules/profiles/base/config/foot.nix37
1 files changed, 0 insertions, 37 deletions
diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix
deleted file mode 100644
index 08a38e7..0000000
--- a/home/modules/profiles/base/config/foot.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{ neotheme }:
-
-with neotheme.colors;
-
-{
-  main = {
-    term = "foot";
-    font = "dina:size=10,JetBrainsMono Nerd Font:size=11";
-    letter-spacing = 0;
-    line-height = 13;
-    dpi-aware = "yes";
-    pad = "16x16 center";
-  };
-
-  cursor.style = "beam";
-
-  colors = {
-    background = background;
-    foreground = foreground;
-    regular0 = color0;
-    regular1 = color1;
-    regular2 = color2;
-    regular3 = color3;
-    regular4 = color4;
-    regular5 = color5;
-    regular6 = color6;
-    regular7 = color7;
-    bright0 = bright0;
-    bright1 = bright1;
-    bright2 = bright2;
-    bright3 = bright3;
-    bright4 = bright4;
-    bright5 = bright5;
-    bright6 = bright6;
-    bright7 = bright7;
-  };
-}