From 39e86ce43e3dcc9e4db593f0c330c361f6531f98 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Wed, 25 Jun 2025 22:53:40 +0200 Subject: [PATCH] foot: cosmetics --- dot-config/foot/foot.ini | 14 ++++++++------ dot-config/foot/gentoo-colors.ini | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 dot-config/foot/gentoo-colors.ini diff --git a/dot-config/foot/foot.ini b/dot-config/foot/foot.ini index 09570045..dc4ecfb8 100644 --- a/dot-config/foot/foot.ini +++ b/dot-config/foot/foot.ini @@ -1,5 +1,6 @@ # -*- conf -*- include=~/.config/foot/base16-colors.ini +# include=~/.config/foot/gentoo-colors.ini # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) shell=/bin/fish @@ -15,8 +16,8 @@ shell=/bin/fish # font-italic= # font-bold-italic= # font-size-adjustment=0.5 -font=FiraCode Nerd Font:size=12:weight=normal -font-bold=FiraCode Nerd Font:size=12:weight=bold +font=ZedMono NFP:size=13:weight=normal +font-bold=ZedMono NFP:size=13:weight=bold # font-italic=IosevkaTerm NFM:size=12:style=italic:weight=200 # font-bold-italic=IosevkaTerm NFM:size=12:slant=italic:weight=500 # line-height= @@ -31,15 +32,15 @@ dpi-aware=yes # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= # initial-window-mode=windowed -initial-window-size-chars=120x32 -pad=16x8 center # optionally append 'center' +initial-window-size-chars=135x32 +pad=10x5 center # optionally append 'center' # resize-by-cells=yes # resize-delay-ms=100 # bold-text-in-bright=no # word-delimiters=,│`|:"'()[]{}<> # selection-target=primary -# workers= +workers=16 # utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux) # utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD) @@ -67,6 +68,7 @@ lines=16384 # multiplier=3.0 # indicator-position=relative # indicator-format="" +indicator-format=percentage [url] launch=xdg-open ${url} @@ -93,7 +95,7 @@ blink-rate=480 # long-press-delay=400 [colors] -alpha=0.90 +alpha=0.75 # # background=242424 # # foreground=ffffff # # flash=7f7f00 diff --git a/dot-config/foot/gentoo-colors.ini b/dot-config/foot/gentoo-colors.ini new file mode 100644 index 00000000..b75c9ebf --- /dev/null +++ b/dot-config/foot/gentoo-colors.ini @@ -0,0 +1,22 @@ +[colors] +foreground=cccccc +background=1e1e1e + +regular0=000000 # black +regular1=cd3131 # red +regular2=0dbc79 # green +regular3=e5e510 # yellow +regular4=2472c8 # blue +regular5=bc3fbc # magenta +regular6=11a8cd # cyan +regular7=e5e5e5 # white + +bright0=666666 # bright black +bright1=f14c4c # bright red +bright2=23d18b # bright green +bright3=f5f543 # bright yellow +bright4=3b8eea # bright blue +bright5=d670d6 # bright magenta +bright6=29b8db # bright cyan +bright7=e5e5e5 # bright white + -- 2.51.2