summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 13:48:30 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 13:48:30 -0600
commit08de89bd0baae53dc69f96470ed817bda3cbfc5a (patch)
tree2fa79ba398035e161e5baa012bcd8e4ebef9c5ab
parent85e35eb81e984a7822725ce39d75f0830e2ece9e (diff)
feat(hyprland): add foot terminal configuration
Berkeley Mono size 14, DWM-inspired color scheme, 10k scrollback
-rw-r--r--dotfiles/hyprland/.config/foot/foot.ini38
1 files changed, 38 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/foot/foot.ini b/dotfiles/hyprland/.config/foot/foot.ini
new file mode 100644
index 0000000..a96778c
--- /dev/null
+++ b/dotfiles/hyprland/.config/foot/foot.ini
@@ -0,0 +1,38 @@
+# foot terminal configuration
+# Minimal config matching DWM color scheme
+
+[main]
+term=xterm-256color
+font=Berkeley Mono:size=14
+pad=8x8
+
+[scrollback]
+lines=10000
+
+[colors]
+# DWM-inspired colors: gray1=#222222, gray2=#444444, gray3=#bbbbbb, gray4=#eeeeee, cyan=#daa520
+background=222222
+foreground=eeeeee
+
+# Regular colors (0-7)
+regular0=222222 # black
+regular1=cc6666 # red
+regular2=b5bd68 # green
+regular3=f0c674 # yellow
+regular4=81a2be # blue
+regular5=b294bb # magenta
+regular6=8abeb7 # cyan
+regular7=c5c8c6 # white
+
+# Bright colors (8-15)
+bright0=444444 # bright black
+bright1=d54e53 # bright red
+bright2=b9ca4a # bright green
+bright3=e7c547 # bright yellow
+bright4=7aa6da # bright blue
+bright5=c397d8 # bright magenta
+bright6=70c0b1 # bright cyan
+bright7=eeeeee # bright white
+
+# Cursor: background foreground (golden on dark)
+cursor=222222 daa520