summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2023-12-01 18:16:33 +0100
committertslil clingman <tslil@posteo.de>2023-12-01 18:16:33 +0100
commitce6220b1a0e94ee3c5f11fe195ae7f453f7b2666 (patch)
treee22935fbb9110c838ed780d873b61766f96498bd
parentae8a78b1d4c3e8ebbbe770b386d5379413b6ad37 (diff)
[foot] track actual config
-rw-r--r--foot.ini28
-rw-r--r--foot/foot.ini11
2 files changed, 11 insertions, 28 deletions
diff --git a/foot.ini b/foot.ini
deleted file mode 100644
index 75dfb91..0000000
--- a/foot.ini
+++ /dev/null
@@ -1,28 +0,0 @@
-font=Iosevka:size=12
-dpi-aware=auto
-
-# Dracula
-
-[cursor]
-color=282a36 f8f8f2
-
-[colors]
-alpha=1.0
-foreground=f8f8f2
-background=282a36
-regular0=000000 # black
-regular1=ff5555 # red
-regular2=50fa7b # green
-regular3=f1fa8c # yellow
-regular4=bd93f9 # blue
-regular5=ff79c6 # magenta
-regular6=8be9fd # cyan
-regular7=bfbfbf # white
-bright0=4d4d4d # bright black
-bright1=ff6e67 # bright red
-bright2=5af78e # bright green
-bright3=f4f99d # bright yellow
-bright4=caa9fa # bright blue
-bright5=ff92d0 # bright magenta
-bright6=9aedfe # bright cyan
-bright7=e6e6e6 # bright white
diff --git a/foot/foot.ini b/foot/foot.ini
new file mode 100644
index 0000000..34c3a86
--- /dev/null
+++ b/foot/foot.ini
@@ -0,0 +1,11 @@
+[main]
+font=MxPlus IBM VGA 9x16:size=22
+font-bold=MxPlus IBM VGA 9x16:size=22
+# font=Commit Mono:size=13
+bold-text-in-bright=on
+box-drawings-uses-font-glyphs=yes
+#dpi-aware=yes
+include=/usr/share/foot/themes/apprentice
+
+[scrollback]
+lines=65536