From 6b2523b49746daaa2341ae6d16ca036df56cf548 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 19 Apr 2023 22:54:06 -0300 Subject: Added foot config --- .config/foot/foot.ini | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/foot/foot.ini (limited to '.config/foot') diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..2d2528b --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,35 @@ +[main] +font = JetBrainsMono NF:size=9 +pad = 0x0 center + +[colors] + +foreground = e0def4 +background = 191724 +selection-foreground = e0def4 +selection-background = 403d52 +regular0 = 26233a +regular1 = eb6f92 +regular2 = 9ccfd8 +regular3 = f6c177 +regular4 = 31748f +regular5 = c4a7e7 +regular6 = ebbcba +regular7 = e0def4 +bright0 = 6e6a86 +bright1 = eb6f92 +bright2 = 9ccfd8 +bright3 = f6c177 +bright4 = 31748f +bright5 = c4a7e7 +bright6 = ebbcba +bright7 = e0def4 + +[cursor] +style = beam + +[key-bindings] +scrollback-up-half-page = Control+Shift+k +scrollback-down-half-page = Control+Shift+j +show-urls-launch = none +show-urls-copy = Control+Shift+u -- cgit v1.2.3