Skip to content

Commit

Permalink
improved auto brightness of backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose22 authored Jun 18, 2022
1 parent e8cdcc8 commit 4fc3216
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions backgrounds/bokeh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<variables>
<bgpath ifSubset="shade:dark">./backgrounds/bokeh_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/bokeh_dark.png</bgpath>
<bg-opacity ifSubset="shade:dark">88</bg-opacity>
<bg-opacity ifSubset="shade:light">BB</bg-opacity>
<bg-opacity ifSubset="shade:dark">77</bg-opacity>
<bg-opacity ifSubset="shade:light">55</bg-opacity>
</variables>
</theme>
4 changes: 2 additions & 2 deletions backgrounds/petals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<variables>
<bgpath ifSubset="shade:dark">./backgrounds/petals_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/petals_dark.png</bgpath>
<bg-opacity ifSubset="shade:dark">88</bg-opacity>
<bg-opacity ifSubset="shade:light">88</bg-opacity>
<bg-opacity ifSubset="shade:dark">49</bg-opacity>
<bg-opacity ifSubset="shade:light">33</bg-opacity>
</variables>
</theme>
2 changes: 1 addition & 1 deletion backgrounds/sparkles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<bgpath ifSubset="shade:dark">./backgrounds/sparkles_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/sparkles_light.png</bgpath>
<bg-opacity ifSubset="shade:dark">88</bg-opacity>
<bg-opacity ifSubset="shade:light">BB</bg-opacity>
<bg-opacity ifSubset="shade:light">33</bg-opacity>
</variables>
</theme>
2 changes: 1 addition & 1 deletion backgrounds/stars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<bgpath ifSubset="shade:dark">./backgrounds/stars_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/stars_dark.png</bgpath>
<bg-opacity ifSubset="shade:dark">FF</bg-opacity>
<bg-opacity ifSubset="shade:light">22</bg-opacity>
<bg-opacity ifSubset="shade:light">49</bg-opacity>
</variables>
</theme>
2 changes: 1 addition & 1 deletion backgrounds/terminal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<bgpath ifSubset="shade:dark">./backgrounds/terminal_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/terminal_light.png</bgpath>
<bg-opacity ifSubset="shade:dark">AA</bg-opacity>
<bg-opacity ifSubset="shade:light">EE</bg-opacity>
<bg-opacity ifSubset="shade:light">FF</bg-opacity>
</variables>
</theme>
4 changes: 2 additions & 2 deletions backgrounds/wave.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<variables>
<bgpath ifSubset="shade:dark">./backgrounds/wave_dark.png</bgpath>
<bgpath ifSubset="shade:light">./backgrounds/wave_light.png</bgpath>
<bg-opacity ifSubset="shade:dark">88</bg-opacity>
<bg-opacity ifSubset="shade:light">BB</bg-opacity>
<bg-opacity ifSubset="shade:dark">49</bg-opacity>
<bg-opacity ifSubset="shade:light">22</bg-opacity>
</variables>
</theme>

0 comments on commit 4fc3216

Please sign in to comment.