mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-07-12 11:03:51 -04:00
themes: comment out selection-{foreground,background}
That is, mouse selections should default to inverse fg/bg
This commit is contained in:
parent
135d4478a1
commit
9e4270cd48
23 changed files with 49 additions and 46 deletions
|
|
@ -24,5 +24,5 @@ bright4=6d9df1 # bright blue
|
|||
bright5=fb82ff # bright magenta
|
||||
bright6=60d3d1 # bright cyan
|
||||
bright7=eeeeee # bright white
|
||||
selection-foreground=202020
|
||||
selection-background=1a3272
|
||||
# selection-foreground=202020
|
||||
# selection-background=1a3272
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
[colors]
|
||||
foreground=ECEFF1
|
||||
background=263238
|
||||
selection-foreground=ECEFF1
|
||||
selection-background=607D8B
|
||||
regular0=546E7A # black
|
||||
regular1=FF5252 # red
|
||||
regular2=5CF19E # green
|
||||
|
|
@ -23,3 +21,5 @@ bright4=80D8FF # bright blue
|
|||
bright5=FF80AB # bright magenta
|
||||
bright6=A7FDEB # bright cyan
|
||||
bright7=FFFFFF # bright white
|
||||
# selection-foreground=ECEFF1
|
||||
# selection-background=607D8B
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@ color = 080808 9e9e9e
|
|||
[colors]
|
||||
foreground = b2b2b2
|
||||
background = 080808
|
||||
selection-foreground = 080808
|
||||
selection-background = b2ceee
|
||||
|
||||
# selection-foreground = 080808
|
||||
# selection-background = b2ceee
|
||||
|
||||
regular0 = 323437
|
||||
regular1 = ff5454
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@ color = 080808 9ca1aa
|
|||
[colors]
|
||||
foreground = acb4c2
|
||||
background = 011627
|
||||
selection-foreground = 080808
|
||||
selection-background = b2ceee
|
||||
|
||||
# selection-foreground = 080808
|
||||
# selection-background = b2ceee
|
||||
|
||||
regular0 = 1d3b53
|
||||
regular1 = fc514e
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ color = 2e3440 d8dee9
|
|||
[colors]
|
||||
foreground = d8dee9
|
||||
background = 2e3440
|
||||
|
||||
# selection-foreground = d8dee9
|
||||
# selection-background = 4c566a
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ bright5= 6c71c4
|
|||
bright6= 93a1a1
|
||||
bright7= fdf6e3
|
||||
|
||||
## Enable if prefer solarized colors instead of inverterd fg/bg for
|
||||
## highlighting (mouse selection)
|
||||
# Enable if prefer solarized colors instead of inverterd fg/bg for
|
||||
# highlighting (mouse selection)
|
||||
# selection-foreground=93a1a1
|
||||
# selection-background=073642
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ bright5= dc619d
|
|||
bright6= 32c1b6
|
||||
bright7= ffffff
|
||||
|
||||
## Enable if prefer solarized colors instead of inverterd fg/bg for
|
||||
## highlighting (mouse selection)
|
||||
# Enable if prefer solarized colors instead of inverterd fg/bg for
|
||||
# highlighting (mouse selection)
|
||||
# selection-foreground=93a1a1
|
||||
# selection-background=073642
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue