themes: comment out selection-{foreground,background}

That is, mouse selections should default to inverse fg/bg
This commit is contained in:
Daniel Eklöf 2022-12-26 11:03:17 +01:00
parent 135d4478a1
commit 9e4270cd48
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
23 changed files with 49 additions and 46 deletions

View file

@ -24,5 +24,5 @@ bright4=6d9df1 # bright blue
bright5=fb82ff # bright magenta bright5=fb82ff # bright magenta
bright6=60d3d1 # bright cyan bright6=60d3d1 # bright cyan
bright7=eeeeee # bright white bright7=eeeeee # bright white
selection-foreground=202020 # selection-foreground=202020
selection-background=1a3272 # selection-background=1a3272

View file

@ -5,8 +5,6 @@
[colors] [colors]
foreground=ECEFF1 foreground=ECEFF1
background=263238 background=263238
selection-foreground=ECEFF1
selection-background=607D8B
regular0=546E7A # black regular0=546E7A # black
regular1=FF5252 # red regular1=FF5252 # red
regular2=5CF19E # green regular2=5CF19E # green
@ -23,3 +21,5 @@ bright4=80D8FF # bright blue
bright5=FF80AB # bright magenta bright5=FF80AB # bright magenta
bright6=A7FDEB # bright cyan bright6=A7FDEB # bright cyan
bright7=FFFFFF # bright white bright7=FFFFFF # bright white
# selection-foreground=ECEFF1
# selection-background=607D8B

View file

@ -8,8 +8,9 @@ color = 080808 9e9e9e
[colors] [colors]
foreground = b2b2b2 foreground = b2b2b2
background = 080808 background = 080808
selection-foreground = 080808
selection-background = b2ceee # selection-foreground = 080808
# selection-background = b2ceee
regular0 = 323437 regular0 = 323437
regular1 = ff5454 regular1 = ff5454

View file

@ -8,8 +8,9 @@ color = 080808 9ca1aa
[colors] [colors]
foreground = acb4c2 foreground = acb4c2
background = 011627 background = 011627
selection-foreground = 080808
selection-background = b2ceee # selection-foreground = 080808
# selection-background = b2ceee
regular0 = 1d3b53 regular0 = 1d3b53
regular1 = fc514e regular1 = fc514e

View file

@ -12,6 +12,7 @@ color = 2e3440 d8dee9
[colors] [colors]
foreground = d8dee9 foreground = d8dee9
background = 2e3440 background = 2e3440
# selection-foreground = d8dee9 # selection-foreground = d8dee9
# selection-background = 4c566a # selection-background = 4c566a

View file

@ -24,7 +24,7 @@ bright5= 6c71c4
bright6= 93a1a1 bright6= 93a1a1
bright7= fdf6e3 bright7= fdf6e3
## Enable if prefer solarized colors instead of inverterd fg/bg for # Enable if prefer solarized colors instead of inverterd fg/bg for
## highlighting (mouse selection) # highlighting (mouse selection)
# selection-foreground=93a1a1 # selection-foreground=93a1a1
# selection-background=073642 # selection-background=073642

View file

@ -26,7 +26,7 @@ bright5= dc619d
bright6= 32c1b6 bright6= 32c1b6
bright7= ffffff bright7= ffffff
## Enable if prefer solarized colors instead of inverterd fg/bg for # Enable if prefer solarized colors instead of inverterd fg/bg for
## highlighting (mouse selection) # highlighting (mouse selection)
# selection-foreground=93a1a1 # selection-foreground=93a1a1
# selection-background=073642 # selection-background=073642