Skip to content

Commit f142c4a

Browse files
author
mrtnvgr
committed
Add BLANKSPACE color
1 parent 73ab708 commit f142c4a

13 files changed

Lines changed: 128 additions & 111 deletions

File tree

docs/wiki/config_xml.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ LittleGPTracker uses 6 colours to do all the drawing. If you want, you can redef
6767
- `MUTECOLOR`: mute indicator color
6868
- `SONGVIEW_FE`: color of the chain "FE" in song screen
6969
- `SONGVIEW_00`: color of the chain "00" in song screen
70+
- `BLANKSPACE`: color of the blanks in song and phrase screens
7071
- `ROWCOLOR1`: row count color 1
7172
- `ROWCOLOR2`: row count color 2
7273
- `ALTROWNUMBER`: How many rows for each rowcolor
@@ -83,6 +84,7 @@ All colors are defined by a set of hexadecimal triplet for RGB. Here's an exampl
8384
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
8485
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
8586
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
87+
<BLANKSPACE value = "FFFFFF" /> <!-- Color of the blanks in song and phrase screens -->
8688
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
8789
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
8890
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
@@ -154,7 +156,7 @@ Set the value of FONTTYPE in the config file to '0', '1', or '2' to apply the co
154156
```
155157

156158
### Custom Fonts:
157-
To use a custom font, set the value of the FONTTYPE key to 'CUSTOM'
159+
To use a custom font, set the value of the FONTTYPE key to 'CUSTOM'
158160

159161
```
160162
<CONFIG>
@@ -163,12 +165,12 @@ To use a custom font, set the value of the FONTTYPE key to 'CUSTOM'
163165
```
164166
and place the custom_font.xml file in the same directory as the application.
165167

166-
The custom_font.xml file is generated by converting a BMP file containing font information using a
168+
The custom_font.xml file is generated by converting a BMP file containing font information using a
167169
[dedicated web tool](https://koisignal.com/toolsforlittlegptracker.html "BMP to XML")
168170
.
169171

170-
The source BMP file can be obtained from the link within the web tool
171-
or from
172+
The source BMP file can be obtained from the link within the web tool
173+
or from
172174
[here](https://raw.githubusercontent.com/djdiskmachine/LittleGPTracker/master/sources/Resources/original.bmp "original.bmp")
173175

174176
.

projects/resources/CHIP/config.xml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<KEY_LSHOULDER value="key:0:1" />
1010
<KEY_RSHOULDER value="key:0:9" />
1111
<KEY_START value="space" />
12-
12+
1313
<FULLSCREEN value='YES'/>
1414
<DUMPEVENT value='YES'/>
1515
<!-- use if you want to put your tracks somewhere special
@@ -24,18 +24,20 @@
2424
<RENDER value="FILE" />
2525
-->
2626
<!-- Default colors below -->
27-
<BACKGROUND value = "505444" />
28-
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29-
<BORDER value = "FF00DD" /> <!--Dialog Border-->
30-
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
31-
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
32-
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
33-
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
34-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
35-
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
36-
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
37-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
38-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
39-
<ALTROWNUMBER value = "4"/> <!--How many rows of each ROWCOLOR-->
40-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
27+
<BACKGROUND value = "505444" />
28+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
30+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
31+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
32+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
33+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
34+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
35+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
36+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
37+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
38+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
39+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
40+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
41+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
42+
4143
</CONFIG>

projects/resources/DEB/config.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,20 @@
1515
<KEY_START value="key:0:return" />
1616
-->
1717
<!-- Default colors below -->
18-
<BACKGROUND value = "505444" />
19-
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
20-
<BORDER value = "FF00DD" /> <!--Dialog Border-->
21-
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
22-
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
23-
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
24-
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
25-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
26-
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
27-
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
28-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
29-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
30-
<ALTROWNUMBER value = "4"/> <!--How many rows of each ROWCOLOR-->
31-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
18+
<BACKGROUND value = "505444" />
19+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
20+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
21+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
22+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
23+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
24+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
25+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
26+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
27+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
28+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
30+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
31+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
32+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
3233

3334
</CONFIG>

projects/resources/MACOS/config.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,20 @@
1515
<KEY_START value="space" />
1616

1717
<!-- Default colors below -->
18-
<BACKGROUND value = "505444" />
19-
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
20-
<BORDER value = "FF00DD" /> <!--Dialog Border-->
21-
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
22-
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
23-
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
24-
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
25-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
26-
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
27-
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
28-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
29-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
30-
<ALTROWNUMBER value = "4"/> <!--How many rows of each ROWCOLOR-->
31-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
18+
<BACKGROUND value = "505444" />
19+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
20+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
21+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
22+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
23+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
24+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
25+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
26+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
27+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
28+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
30+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
31+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
32+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
3233

3334
</CONFIG>

projects/resources/MIYOO/config.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ root of your sd card.
1616
-->
1717
<!-- Default colors below -->
1818
<!-- Default colors below -->
19-
<BACKGROUND value = "505444" />
20-
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
21-
<BORDER value = "FF00DD" /> <!--Dialog Border-->
22-
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
23-
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
24-
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
25-
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
26-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
27-
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
28-
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
30-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
31-
<ALTROWNUMBER value = "4"/> <!--How many rows of each ROWCOLOR-->
32-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
19+
<BACKGROUND value = "505444" />
20+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
21+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
22+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
23+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
24+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
25+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
26+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
27+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
28+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
29+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
30+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
31+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
32+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
33+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
3334

3435
</CONFIG>

projects/resources/PSP/config.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
<SCREENMULT value="1"/> <!-- Does nothing on PSP -->
44

55
<!-- Default colors below -->
6-
<BACKGROUND value = "1D0A1F" /> <!--Background color-->
7-
<FOREGROUND value = "F5EBFF" /> <!--Text color-->
8-
<BORDER value = "FF00DD" /> <!--Dialog border color-->
9-
<HICOLOR1 value = "B750D1" /> <!--Highlight color 1-->
10-
<HICOLOR2 value = "DB33DB" /> <!--Highlight color 2-->
11-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
12-
<PLAYCOLOR value = "FF00DD" /> <!--Play indicator color-->
13-
<MUTECOLOR value = "F5EBFF" /> <!--Mute indicator color-->
14-
<SONGVIEW_FE value = "A55B8F" /> <!--Alt chain color1-->
15-
<SONGVIEW_00 value = "853B6F" /> <!--Alt chain color2-->
16-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
17-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
18-
<ALTROWNUMBER value = "4"/> <!--How many rows before alternating-->
19-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
6+
<BACKGROUND value = "505444" />
7+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
8+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
9+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
10+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
11+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
12+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
13+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
14+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
15+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
16+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
17+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
18+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
19+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
20+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
2021

2122
</CONFIG>

projects/resources/X64/config.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<KEY_B value="key:0:z"/>
77
<KEY_LSHOULDER value="key:0:a" />
88
<KEY_RSHOULDER value="key:0:s" />
9-
9+
1010
<KEY_UP value="key:0:up" />
1111
<KEY_DOWN value="key:0:down" />
1212
<KEY_LEFT value="key:0:left" />
1313
<KEY_RIGHT value="key:0:right" />
14-
14+
1515
<KEY_START value="key:0:return" />
1616
-->
1717
<!-- Default colors below -->
1818
<!-- Default colors below -->
19-
<BACKGROUND value = "505444" />
20-
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
21-
<BORDER value = "FF00DD" /> <!--Dialog Border-->
22-
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
23-
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
24-
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen-->
25-
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen-->
26-
<CURSORCOLOR value = "FF00DD" /> <!--Cursor color-->
27-
<PLAYCOLOR value = "FF00DD" /> <!--Cursor color-->
28-
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29-
<ROWCOLOR1 value = "BA28F9" /> <!--Row count color 1 -->
30-
<ROWCOLOR2 value = "FF00FF" /> <!--Row count color 2-->
31-
<ALTROWNUMBER value = "4"/> <!--How many rows of each ROWCOLOR-->
32-
<ALTROWNUMBER value = "4"/>
33-
<FONTTYPE value = '0' /> <!-- '0':original '1':digital '2':monster 'CUSTOM': load custom_font.xml-->
19+
<BACKGROUND value = "505444" />
20+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
21+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
22+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
23+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
24+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
25+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
26+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
27+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
28+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
29+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
30+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
31+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
32+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
33+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
3434

3535
</CONFIG>

projects/resources/X86/config.xml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@
1515
<KEY_START value="key:0:return" />
1616
-->
1717
<!-- Default colors below -->
18-
<BACKGROUND value = "1D0A1F"/> <!--Background color-->
19-
<FOREGROUND value = "F5EBFF"/> <!--Text color-->
20-
<BORDER value = "FF00DD"/> <!--Border color-->
21-
<HICOLOR1 value = "B750D1"/> <!--Highlight color 1-->
22-
<HICOLOR2 value = "DB33DB"/> <!--Highlight color 2-->
23-
<CURSORCOLOR value = "FF00DD"/> <!--Cursor color-->
24-
<PLAYCOLOR value = "FF00DD"/> <!--Cursor color-->
25-
<MUTECOLOR value = "F5EBFF"/> <!--Text color-->
26-
<SONGVIEW_FE value = "A55B8F" /> <!--Alt chain color1-->
27-
<SONGVIEW_00 value = "853B6F" /> <!--Alt chain color2-->
28-
<ROWCOLOR1 value = "BA28F9"/> <!--Row count color 1 -->
29-
<ROWCOLOR2 value = "FF00FF"/> <!--Row count color 2-->
30-
<ALTROWNUMBER value = "4"/> <!--How many rows before alternating-->
18+
<BACKGROUND value = "505444" />
19+
<FOREGROUND value = "FFFFFF" /> <!-- Text and cursor in cursor -->
20+
<BORDER value = "FF00DD" /> <!-- Dialog Border -->
21+
<HICOLOR1 value = "F41B38" /> <!-- Highlight color 1 -->
22+
<HICOLOR2 value = "FF0000" /> <!-- Highlight color 2 -->
23+
<SONGVIEW_FE value = "A55B8F" /> <!-- Color of the chain "FE" in song screen -->
24+
<SONGVIEW_00 value = "853B6F" /> <!-- Color of the chain "00" in song screen -->
25+
<BLANKSPACE value = "853B6F" /> <!-- Color of the blanks in song and chain screens -->
26+
<CURSORCOLOR value = "FF00DD" /> <!-- Cursor color -->
27+
<PLAYCOLOR value = "FF00DD" /> <!-- Cursor color -->
28+
<MUTECOLOR value = "FFFFFF" /> <!-- Text and cursor in cursor -->
29+
<ROWCOLOR1 value = "BA28F9" /> <!-- Row count color 1 -->
30+
<ROWCOLOR2 value = "FF00FF" /> <!-- Row count color 2 -->
31+
<ALTROWNUMBER value = "4" /> <!-- How many rows of each ROWCOLOR -->
32+
<FONTTYPE value = "0" /> <!-- "0": original, "1" :digital, "2": monster, "CUSTOM": load custom_font.xml -->
3133

3234
</CONFIG>

sources/Application/AppWindow.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ GUIColor AppWindow::normalColor_(0xF5, 0xEB, 0xFF);
2323
GUIColor AppWindow::borderColor_(0xFF, 0x00, 0x8C);
2424
GUIColor AppWindow::songviewfeColor_(0xA5, 0x5B, 0x8F);
2525
GUIColor AppWindow::songview00Color_(0x85, 0x3B, 0x6F);
26+
GUIColor AppWindow::blankspaceColor_(0xF5, 0xEB, 0xFF);
2627
GUIColor AppWindow::highlightColor_(0xB7, 0x50, 0xD1);
2728
GUIColor AppWindow::highlight2Color_(0xDB, 0x33, 0xDB);
2829
GUIColor AppWindow::consoleColor_(0x00, 0xFF, 0x00);
@@ -103,6 +104,7 @@ AppWindow::AppWindow(I_GUIWindowImp &imp) : GUIWindow(imp) {
103104
defineColor("BORDER", borderColor_);
104105
defineColor("SONGVIEW_FE", songviewfeColor_);
105106
defineColor("SONGVIEW_00", songview00Color_);
107+
defineColor("BLANKSPACE", blankspaceColor_);
106108
defineColor("HICOLOR1", highlightColor_);
107109
defineColor("HICOLOR2", highlight2Color_);
108110
defineColor("CURSORCOLOR", cursorColor_);
@@ -260,6 +262,9 @@ void AppWindow::Flush() {
260262
case CD_SONGVIEW00:
261263
gcolor = songview00Color_;
262264
break;
265+
case CD_BLANKSPACE:
266+
gcolor = blankspaceColor_;
267+
break;
263268
case CD_ROW:
264269
gcolor = rownumberColor_;
265270
break;

sources/Application/AppWindow.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class AppWindow : public GUIWindow, I_Observer, Status {
9393
static GUIColor borderColor_;
9494
static GUIColor songviewfeColor_;
9595
static GUIColor songview00Color_;
96+
static GUIColor blankspaceColor_;
9697
static GUIColor highlight2Color_;
9798
static GUIColor highlightColor_;
9899
static GUIColor consoleColor_;

0 commit comments

Comments
 (0)