From 034f097b0a33c5c535db7ca0c25478d447b163c3 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 22 Aug 2024 22:42:05 +0200 Subject: [PATCH] foot: sync colors --- config/foot/foot.ini | 44 +++++--------------------------------------- 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 09673502..99319ea8 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -1,4 +1,5 @@ # -*- conf -*- +include = /usr/share/foot/themes/starlight # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) shell=/bin/fish @@ -31,7 +32,7 @@ font-bold-italic=IosevkaTerm Nerd Font Mono:size=12:slant=italic:weight=500 # initial-window-size-chars= # initial-window-mode=windowed initial-window-size-chars=133x31 -# pad=0x0 # optionally append 'center' +pad=10x10 # optionally append 'center' # resize-by-cells=yes # resize-delay-ms=100 @@ -69,6 +70,7 @@ lines=16384 [url] # launch=xdg-open ${url} +launch=qutebrowser --target=tab --untrusted-args ${url} # label-letters=sadfjklewcmpgh label-letters=asdfghjkl # osc8-underline=url-mode @@ -90,52 +92,16 @@ label-letters=asdfghjkl [touch] # long-press-delay=400 + [colors] # alpha=1.0 # background=242424 # foreground=ffffff # flash=7f7f00 # flash-alpha=0.5 -alpha=0.95 +alpha=0.85 flash=da4453 flash-alpha=0.5 -background=171819 -foreground=f8f8f8 - -regular0=131516 # black -regular1=e45944 # red -regular2=e4a944 # green -regular3=44e499 # yellow -regular4=448fe4 # blue -regular5=6f44e4 # magenta -regular6=e48144 # cyan -regular7=818382 # white -bright0=262625 # bright black -bright1=e45944 # bright red -bright2=e4a944 # bright green -bright3=44e499 # bright yellow -bright4=448fe4 # bright blue -bright5=6f44e4 # bright magenta -bright6=e48144 # bright cyan -bright7=e2e2e2 # bright white - -# regular0=131516 # black -# regular1=E35144 # red -# regular2=53CC3D # green -# regular3=e4a944 # yellow -# regular4=435BE0 # blue -# regular5=6f44e4 # magenta -# regular6=448fe4 # cyan -# regular7=818382 # white -# bright0=262625 # bright black -# bright1=E35144 # bright red -# bright2=53CC3D # bright green -# bright3=e4a944 # bright yellow -# bright4=435BE0 # bright blue -# bright5=6f44e4 # bright magenta -# bright6=448fe4 # bright cyan -# bright7=e2e2e2 # bright white - ## Normal/regular colors (color palette 0-7) # regular0=242424 # black -- 2.51.2