summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-04-24 23:54:48 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-04-24 23:54:48 -0400
commit69f7e9a155755d13bdf5de08644b64ce31c3a3c8 (patch)
tree0f97d0ff6acf597ff12258a6a9dd9bec2a761eea
parent26ec2e5dc6e8c2369ecb34b642db546327a8b7dd (diff)
Initial foot terminal configurationwayland
-rw-r--r--.config/foot/foot.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
new file mode 100644
index 0000000..6f55443
--- /dev/null
+++ b/.config/foot/foot.ini
@@ -0,0 +1,44 @@
+[main]
+dpi-aware = yes
+font = monospace:size=8
+box-drawings-uses-font-glyphs = no
+locked-title = yes
+resize-delay-ms = 0
+selection-target = clipboard
+[bell]
+visual = yes
+[scrollback]
+lines = 10000
+[url]
+launch = xdg-open ${url}
+[cursor]
+style = block
+[colors]
+# Black (0,8)
+bright0 = 111a1f
+regular0 = 868b8d
+# Red (1,9)
+bright1 = 8d7856
+regular1 = 810002
+# Green (2,10)
+bright2 = 798362
+regular2 = 037500
+# Yellow (3,11)
+bright3 = 9b9257
+regular3 = ebcb88
+# Blue (4,12)
+bright4 = 63768a
+regular4 = 779988
+# Magenta (5,13)
+bright5 = b7416e
+regular5 = 738c9c
+# Cyan (6,14)
+bright6 = 6998b3
+regular6 = 66aabb
+# White (7,15)
+bright7 = c5c8c6
+regular7 = c0c7ca
+# Background & Foreground
+background = 111a1f
+foreground = acb3b5
+alpha = 0.80