foot: Use dracula theme, update settings

This commit is contained in:
histalek 2022-03-12 10:48:10 +01:00
parent 20a94226e7
commit de66271712
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -1,14 +1,14 @@
# -*- conf -*- # -*- conf -*-
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
term=xterm-256color (or xterm-256color if built with -Dterminfo=disabled) term=xterm-256color
# login-shell=no # login-shell=no
app-id=foot app-id=foot
title=foot title=foot
locked-title=no locked-title=no
font=monospace:size=14 font=iosevka-nerd:size=12
# font-bold=<bold variant of regular font> # font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font> # font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font>
@ -26,7 +26,7 @@ font=monospace:size=14
# pad=2x2 # optionally append 'center' # pad=2x2 # optionally append 'center'
# resize-delay-ms=100 # resize-delay-ms=100
# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
# bold-text-in-bright=no # bold-text-in-bright=no
# bell=none # bell=none
@ -54,40 +54,37 @@ font=monospace:size=14
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="' # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'
[cursor] [cursor]
# style=block style=block
# color=111111 dcdccc color=282a36 f8f8f2
# blink=no blink=no
# beam-thickness=1.5 # beam-thickness=1.5
# underline-thickness=<font underline thickness> # underline-thickness=<font underline thickness>
[mouse] [mouse]
# hide-when-typing=no hide-when-typing=no
# alternate-scroll-mode=yes # alternate-scroll-mode=yes
[colors] [colors]
# alpha=1.0 ## Ref.: /usr/share/foot/themes/dracula
# foreground=dcdccc alpha=1.0
# background=111111 foreground=f8f8f2
background=282a36
## Normal/regular colors (color palette 0-7) regular0=000000 # black
# regular0=222222 # black regular1=ff5555 # red
# regular1=cc9393 # red regular2=50fa7b # green
# regular2=7f9f7f # green regular3=f1fa8c # yellow
# regular3=d0bf8f # yellow regular4=bd93f9 # blue
# regular4=6ca0a3 # blue regular5=ff79c6 # magenta
# regular5=dc8cc3 # magenta regular6=8be9fd # cyan
# regular6=93e0e3 # cyan regular7=bfbfbf # white
# regular7=dcdccc # white bright0=4d4d4d # bright black
bright1=ff6e67 # bright red
## Bright colors (color palette 8-15) bright2=5af78e # bright green
# bright0=666666 # bright black bright3=f4f99d # bright yellow
# bright1=dca3a3 # bright red bright4=caa9fa # bright blue
# bright2=bfebbf # bright green bright5=ff92d0 # bright magenta
# bright3=f0dfaf # bright yellow bright6=9aedfe # bright cyan
# bright4=8cd0d3 # bright blue bright7=e6e6e6 # bright white
# bright5=fcace3 # bright magenta
# bright6=b3ffff # bright cyan
# bright7=ffffff # bright white
## dimmed colors (see foot.ini(5) man page) ## dimmed colors (see foot.ini(5) man page)
# dim0=<not set> # dim0=<not set>