summaryrefslogtreecommitdiff
path: root/dot_config/foot/foot.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/foot/foot.ini29
-rw-r--r--dot_config/foot/foot.ini.tmpl39
2 files changed, 29 insertions, 39 deletions
diff --git a/dot_config/foot/foot.ini b/dot_config/foot/foot.ini
new file mode 100644
index 0000000..a64da29
--- /dev/null
+++ b/dot_config/foot/foot.ini
@@ -0,0 +1,29 @@
+font = Hack:size=11
+initial-window-size-chars=90x27
+term = foot
+
+[scrollback]
+lines = 10000
+
+# starlight
+[colors]
+foreground = FFFFFF
+background = 242424
+
+regular0 = 0D0D0D
+regular1 = CF1745
+regular2 = 73C322
+regular3 = CFCF17
+regular4 = 0BA6DA
+regular5 = D926AC
+regular6 = 17CFA1
+regular7 = E6E6E6
+
+bright0 = 242424
+bright1 = FF1A53
+bright2 = 8CFF1A
+bright3 = ECFF1A
+bright4 = 1AC6FF
+bright5 = F53DC7
+bright6 = 1AFFC6
+bright7 = FFFFFF
diff --git a/dot_config/foot/foot.ini.tmpl b/dot_config/foot/foot.ini.tmpl
deleted file mode 100644
index 05d14db..0000000
--- a/dot_config/foot/foot.ini.tmpl
+++ /dev/null
@@ -1,39 +0,0 @@
-{{- $laptops := list "laptoast" "toastbp" -}}
-{{- if has (.chezmoi.hostname | lower) $laptops -}}
-font = Hack:size=8
-{{- else -}}
-font = Hack:size=11
-{{- end }}
-initial-window-size-chars=90x27
-term = foot
-
-[scrollback]
-lines = 10000
-
-# adwaita dark
-[colors]
-foreground = ffffff
-background = 1e1e1e
-
-regular0 = 2e3436
-regular1 = cc0000
-regular2 = 4e9a06
-regular3 = c4a000
-regular4 = 3465a4
-regular5 = 75507b
-regular6 = 06989a
-regular7 = d3d7cf
-
-bright0 = 555753
-bright1 = ef2929
-bright2 = 8ae234
-bright3 = fce94f
-bright4 = 729fcf
-bright5 = ad7fa8
-bright6 = 34e2e2
-bright7 = eeeeec
-
-{{ if eq (.chezmoi.hostname | lower) "laptoast" -}}
-[tweak]
-damage-whole-window = true
-{{- end -}}