Brighten the default highlight color

This commit is contained in:
Charles Gagnon
2018-01-17 15:34:08 -05:00
parent db8b61aea6
commit 9df49d3373
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 1">
<g fill="#000000">
<rect x="45" width="1" height="1" opacity="0.6"/>
<rect x="46" width="2" height="1" opacity="0.4"/>
<rect x="45" width="1" height="1" opacity="0.7"/>
<rect x="46" width="2" height="1" opacity="0.3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -133,12 +133,12 @@
<description>Whether to highlight the background of the currently focused application's icon</description>
</key>
<key type="s" name="focus-highlight-color">
<default>"#5A5A5A"</default>
<default>"#EEEEEE"</default>
<summary>Color of highlight of focused application</summary>
<description>Customize the color of the highlight of the focused application</description>
</key>
<key type="i" name="focus-highlight-opacity">
<default>50</default>
<default>25</default>
<summary>Opacity of highlight of focused application</summary>
<description>Customize the opacity of the highlight of the focused application</description>
</key>