foot: Use 'include' instead of manually copying theme
This commit is contained in:
parent
29aa218e62
commit
83d134272f
1 changed files with 3 additions and 40 deletions
|
@ -1,5 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
include=/usr/share/foot/themes/dracula
|
||||
|
||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||
term=xterm-256color
|
||||
# login-shell=no
|
||||
|
@ -55,7 +57,6 @@ notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
|||
|
||||
[cursor]
|
||||
style=block
|
||||
color=282a36 f8f8f2
|
||||
blink=no
|
||||
# beam-thickness=1.5
|
||||
# underline-thickness=<font underline thickness>
|
||||
|
@ -64,45 +65,6 @@ blink=no
|
|||
hide-when-typing=no
|
||||
# alternate-scroll-mode=yes
|
||||
|
||||
[colors]
|
||||
## Ref.: /usr/share/foot/themes/dracula
|
||||
alpha=1.0
|
||||
foreground=f8f8f2
|
||||
background=282a36
|
||||
regular0=000000 # black
|
||||
regular1=ff5555 # red
|
||||
regular2=50fa7b # green
|
||||
regular3=f1fa8c # yellow
|
||||
regular4=bd93f9 # blue
|
||||
regular5=ff79c6 # magenta
|
||||
regular6=8be9fd # cyan
|
||||
regular7=bfbfbf # white
|
||||
bright0=4d4d4d # bright black
|
||||
bright1=ff6e67 # bright red
|
||||
bright2=5af78e # bright green
|
||||
bright3=f4f99d # bright yellow
|
||||
bright4=caa9fa # bright blue
|
||||
bright5=ff92d0 # bright magenta
|
||||
bright6=9aedfe # bright cyan
|
||||
bright7=e6e6e6 # bright white
|
||||
|
||||
## dimmed colors (see foot.ini(5) man page)
|
||||
# dim0=<not set>
|
||||
# ...
|
||||
# dim7=<not-set>
|
||||
|
||||
## The remaining 256-color palette
|
||||
# 16 = <256-color palette #16>
|
||||
# ...
|
||||
# 255 = <256-color palette #255>
|
||||
|
||||
## Misc colors
|
||||
# selection-foreground=<inverse foreground/background>
|
||||
# selection-background=<inverse foreground/background>
|
||||
# jump-labels=<regular0> <regular3>
|
||||
# urls=<regular3>
|
||||
# scrollback-indicator=<regular0> <bright4>
|
||||
|
||||
[csd]
|
||||
# preferred=server
|
||||
# size=26
|
||||
|
@ -174,3 +136,4 @@ bright7=e6e6e6 # bright white
|
|||
# select-word=BTN_LEFT-2
|
||||
# select-word-whitespace=Control+BTN_LEFT-2
|
||||
# select-row=BTN_LEFT-3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue