]> Freerunner's - dotfiles.git/commitdiff
foot: cosmetics
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 25 Jun 2025 20:53:40 +0000 (22:53 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 25 Jun 2025 20:53:40 +0000 (22:53 +0200)
dot-config/foot/foot.ini
dot-config/foot/gentoo-colors.ini [new file with mode: 0644]

index 095700450c6ac11f45db772dac1803c2c6ae91cc..dc4ecfb847f8f3f63a6bdb1ea88472e0813d1632 100644 (file)
@@ -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=<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>
@@ -31,15 +32,15 @@ dpi-aware=yes
 # 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)
 
@@ -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 (file)
index 0000000..b75c9eb
--- /dev/null
@@ -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
+