mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
themes: remove alpha
Alpha isn’t really part of the theme. Leave it up to the user to set alpha.
This commit is contained in:
parent
6ebe5cf621
commit
da7b393a03
8 changed files with 45 additions and 54 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
color=1A1826 D9E0EE
|
color=1A1826 D9E0EE
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
|
||||||
foreground=D9E0EE
|
foreground=D9E0EE
|
||||||
background=1E1D2F
|
background=1E1D2F
|
||||||
regular0=6E6C7E # black
|
regular0=6E6C7E # black
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
color=2c323b eaeaea
|
color=2c323b eaeaea
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
|
||||||
background=2c323b
|
background=2c323b
|
||||||
foreground=eaeaea
|
foreground=eaeaea
|
||||||
regular0=242a32
|
regular0=242a32
|
||||||
|
|
@ -24,9 +23,8 @@ bright4=73ba9f
|
||||||
bright5=c858e9
|
bright5=c858e9
|
||||||
bright6=2bcec2
|
bright6=2bcec2
|
||||||
bright7=ffffff
|
bright7=ffffff
|
||||||
|
|
||||||
## Enable if prefer Deus colors instead of inverterd fg/bg for
|
# Enable if prefer Deus colors instead of inverterd fg/bg for
|
||||||
## highlighting (mouse selection)
|
# highlighting (mouse selection)
|
||||||
# selection-foreground=2c323b
|
# selection-foreground=2c323b
|
||||||
# selection-background=eaeaea
|
# selection-background=eaeaea
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
color=282a36 f8f8f2
|
color=282a36 f8f8f2
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
|
||||||
foreground=f8f8f2
|
foreground=f8f8f2
|
||||||
background=282a36
|
background=282a36
|
||||||
regular0=000000 # black
|
regular0=000000 # black
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
color=202020 ffffff
|
color=202020 ffffff
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
#alpha=0.80
|
|
||||||
background=202020
|
background=202020
|
||||||
foreground=adadad
|
foreground=adadad
|
||||||
regular0=000000 # black
|
regular0=000000 # black
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
# See: https://protesilaos.com/emacs/modus-themes
|
# See: https://protesilaos.com/emacs/modus-themes
|
||||||
#
|
#
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
|
||||||
background=ffffff
|
background=ffffff
|
||||||
foreground=000000
|
foreground=000000
|
||||||
regular0=000000
|
regular0=000000
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
|
||||||
background=000000
|
background=000000
|
||||||
foreground=ffffff
|
foreground=ffffff
|
||||||
regular0=000000
|
regular0=000000
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,26 @@
|
||||||
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
color=1c1c1c eeeeee
|
color=1c1c1c eeeeee
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.80
|
background=1c1c1c
|
||||||
background=1c1c1c
|
foreground=eeeeee
|
||||||
foreground=eeeeee
|
regular0=1c1c1c # black
|
||||||
regular0=1c1c1c # black
|
regular1=af005f # red
|
||||||
regular1=af005f # red
|
regular2=5faf00 # green
|
||||||
regular2=5faf00 # green
|
regular3=d7af5f # yellow
|
||||||
regular3=d7af5f # yellow
|
regular4=5fafd7 # blue
|
||||||
regular4=5fafd7 # blue
|
regular5=808080 # magenta
|
||||||
regular5=808080 # magenta
|
regular6=d7875f # cyan
|
||||||
regular6=d7875f # cyan
|
regular7=d0d0d0 # white
|
||||||
regular7=d0d0d0 # white
|
bright0=bcbcbc # bright black
|
||||||
bright0=bcbcbc # bright black
|
bright1=5faf5f # bright red
|
||||||
bright1=5faf5f # bright red
|
bright2=afd700 # bright green
|
||||||
bright2=afd700 # bright green
|
bright3=af87d7 # bright yellow
|
||||||
bright3=af87d7 # bright yellow
|
bright4=ffaf00 # bright blue
|
||||||
bright4=ffaf00 # bright blue
|
bright5=ff5faf # bright magenta
|
||||||
bright5=ff5faf # bright magenta
|
bright6=00afaf # bright cyan
|
||||||
bright6=00afaf # bright cyan
|
bright7=5f8787 # bright white
|
||||||
bright7=5f8787 # bright white
|
# selection-foreground=1c1c1c
|
||||||
#selection-foreground=1c1c1c
|
# selection-background=af87d7
|
||||||
#selection-background=af87d7
|
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,26 @@
|
||||||
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
color=eeeeee 444444
|
color=eeeeee 444444
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=1.0
|
background=eeeeee
|
||||||
background=eeeeee
|
foreground=444444
|
||||||
foreground=444444
|
regular0=eeeeee # black
|
||||||
regular0=eeeeee # black
|
regular1=af0000 # red
|
||||||
regular1=af0000 # red
|
regular2=008700 # green
|
||||||
regular2=008700 # green
|
regular3=5f8700 # yellow
|
||||||
regular3=5f8700 # yellow
|
regular4=0087af # blue
|
||||||
regular4=0087af # blue
|
regular5=878787 # magenta
|
||||||
regular5=878787 # magenta
|
regular6=005f87 # cyan
|
||||||
regular6=005f87 # cyan
|
regular7=764e37 # white
|
||||||
regular7=764e37 # white
|
bright0=bcbcbc # bright black
|
||||||
bright0=bcbcbc # bright black
|
bright1=d70000 # bright red
|
||||||
bright1=d70000 # bright red
|
bright2=d70087 # bright green
|
||||||
bright2=d70087 # bright green
|
bright3=8700af # bright yellow
|
||||||
bright3=8700af # bright yellow
|
bright4=d75f00 # bright blue
|
||||||
bright4=d75f00 # bright blue
|
bright5=d75f00 # bright magenta
|
||||||
bright5=d75f00 # bright magenta
|
bright6=4c7a5d # bright cyan
|
||||||
bright6=4c7a5d # bright cyan
|
bright7=005faf # bright white
|
||||||
bright7=005faf # bright white
|
# selection-foreground=eeeeee
|
||||||
#selection-foreground=eeeeee
|
# selection-background=0087af
|
||||||
#selection-background=0087af
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue