# -*- 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
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
# 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=<font metrics>
# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
# 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=<number of logical CPUs>
+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)
# multiplier=3.0
# indicator-position=relative
# indicator-format=""
+indicator-format=percentage
[url]
launch=xdg-open ${url}
# long-press-delay=400
[colors]
-alpha=0.90
+alpha=0.75
# # background=242424
# # foreground=ffffff
# # flash=7f7f00
--- /dev/null
+[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
+