From 93fd689b797ee98670544ad441f17b72df885ce0 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 10 May 2021 00:05:25 +0800 Subject: [PATCH] add foot config --- .config/foot/foot.ini | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .config/foot/foot.ini diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..b9ecb4f --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,30 @@ +font=DejaVu Sans Mono:size=10 +bell=notify +notify=notify-send ${title} ${body}. +osc8-underline=always + +[scrollback] + +[mouse] +hide-when-typing=yes + +[colors] +foreground=babdb6 +background=000000 +regular0=073642 +regular1=dc322f +regular2=859900 +regular3=b58900 +regular4=268bd2 +regular5=d33682 +regular6=2aa198 +regular7=eee8d5 +bright0=d52b36 +bright1=cb4b16 +bright2=586e75 +bright3=657b83 +bright4=839496 +bright5=6c71c4 +bright6=93a1a1 +bright7=fdf6e3 +alpha=0.7 -- 2.45.2