Remove Unused Red Select Color

This commit is contained in:
Ray The Fox 2024-08-05 14:57:31 -03:00
parent 2b9b9f4439
commit 8276aa84ac
5 changed files with 1 additions and 4 deletions

View file

@ -1 +1 @@
#define VERSION "T8"
#define VERSION "T9"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 90 B

Before After
Before After

View file

@ -1,4 +1,3 @@
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
text_color=ffffff
selection_color=c00000

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 90 B

Before After
Before After

View file

@ -1,4 +1,2 @@
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
text_color=ffffff
selection_color=c00000