summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-09-20 09:05:09 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-09-20 09:05:09 -0400
commitb41872a9c0e3c3c060580817d8990b8cd7e91dd4 (patch)
tree1c19545d5bfa665fd454f9e3bcf41f05eb3b4d64
parentadd default paths to MANPATH (diff)
foot config
Diffstat (limited to '')
-rw-r--r--dot_config/foot/.keep0
-rw-r--r--dot_config/foot/foot.ini.tmpl38
2 files changed, 38 insertions, 0 deletions
diff --git a/dot_config/foot/.keep b/dot_config/foot/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dot_config/foot/.keep
diff --git a/dot_config/foot/foot.ini.tmpl b/dot_config/foot/foot.ini.tmpl
new file mode 100644
index 0000000..1374c30
--- /dev/null
+++ b/dot_config/foot/foot.ini.tmpl
@@ -0,0 +1,38 @@
+{{- $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
+
+[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 -}}