about summary refs log tree commit diff
path: root/home/modules/profiles/base/config/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/modules/profiles/base/config/foot.nix')
-rw-r--r--home/modules/profiles/base/config/foot.nix33
1 files changed, 33 insertions, 0 deletions
diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix
new file mode 100644
index 0000000..d53dba7
--- /dev/null
+++ b/home/modules/profiles/base/config/foot.nix
@@ -0,0 +1,33 @@
+{
+  main = {
+    term = "foot";
+    font = "dina:size=10,Liga SFMono Nerd Font:size=10";
+    letter-spacing = 0;
+    line-height = 13;
+    dpi-aware = "yes";
+    pad = "16x16 center";
+  };
+
+  cursor.style = "beam";
+
+  colors = {
+    background = "18191f";
+    foreground = "cbc0ab";
+    regular0 = "222329";
+    regular1 = "b17f81";
+    regular2 = "8aa387";
+    regular3 = "d4ae80";
+    regular4 = "8896ae";
+    regular5 = "c495a2";
+    regular6 = "7aacaa";
+    regular7 = "d0d0c7";
+    bright0 = "36373d";
+    bright1 = "c59395";
+    bright2 = "9eb79b";
+    bright3 = "e8c294";
+    bright4 = "9caac2";
+    bright5 = "d8a9b6";
+    bright6 = "8ec0be";
+    bright7 = "e4e4db";
+  };
+}
\ No newline at end of file