From f585e70f8cd049ea0605a85e04bce29bcdd050c4 Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Wed, 28 Aug 2024 23:52:29 +0100 Subject: initial commit --- foot/.config/foot/foot.ini | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 foot/.config/foot/foot.ini (limited to 'foot') diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini new file mode 100644 index 0000000..0ea22dd --- /dev/null +++ b/foot/.config/foot/foot.ini @@ -0,0 +1,29 @@ +font=Iosevka Term:pixelsize=16, Noto Color Emoji:size=8, Font Awesome 6 Free:style=solid:pixelsize=14 + +[scrollback] +lines=2000 +multiplier=3.0 + +[cursor] +color=1C1B19 FCE8C3 +blink=yes + +[colors] +foreground=FCE8C3 +background=1C1B19 +regular0=1C1B19 # black +regular1=EF2F27 # red +regular2=519F50 # green +regular3=FBB829 # yellow +regular4=2C78BF # blue +regular5=E02C6D # magenta +regular6=0AAEB3 # cyan +regular7=D0BFA1 # white +bright0=918175 # bright black +bright1=F75341 # bright red +bright2=98BC37 # bright green +bright3=FED06E # bright yellow +bright4=68A8E4 # bright blue +bright5=FF5C8F # bright magenta +bright6=53FDE9 # bright cyan +bright7=FCE8C3 # bright white -- cgit v1.2.3