Tweak checkerboard colors to be easier on the eyes

The colors match GIMP's `#666666` and `#999999` and are easier
on the eyes (thanks to reduced contrast), especially on a dark theme.

This also inverts the pattern in `Checkerboard.svg` to match the other
checkerboard icons (top-left square is dark).
This commit is contained in:
Hugo Locurcio 2024-08-11 18:25:40 +02:00
parent 88f3b5f9d5
commit 7f7095c9cb
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><g fill="#fff"><path fill-opacity=".2" d="M0 0h64v64H0z"/><path fill-opacity=".4" d="M0 0v16h16V0zm16 16v16h16V16zm16 0h16V0H32zm16 0v16h16V16zm0 16H32v16h16zm0 16v16h16V48zm-16 0H16v16h16zm-16 0V32H0v16z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><path fill="#999" d="M0 0h64v64H0z"/><path fill="#666" d="M0 0v16h16V0zm16 16v16h16V16zm16 0h16V0H32zm16 0v16h16V16zm0 16H32v16h16zm0 16v16h16V48zm-16 0H16v16h16zm-16 0V32H0v16z"/></svg>

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 249 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="gray" d="M0 0v8h8V0zm8 8v8h8V8z"/><path fill="#fff" d="M8 0v8h8V0zm0 8H0v8h8z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#666" d="M0 0v8h8V0zm8 8v8h8V8z"/><path fill="#999" d="M8 0v8h8V0zm0 8H0v8h8z"/></svg>

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="gray" d="M0 0v8h8V0zm8 8v8h8V8z"/><path fill="#fff" d="M8 0v8h8V0zm0 8H0v8h8z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#666" d="M0 0v8h8V0zm8 8v8h8V8z"/><path fill="#999" d="M8 0v8h8V0zm0 8H0v8h8z"/></svg>

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B