mirror of https://gitlab.com/nakst/essence
more window colors
This commit is contained in:
parent
cc5ea984b0
commit
05ebe296e3
|
@ -52,13 +52,17 @@ const EsStyle styleSettingsGroupContainer2 = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t windowColors[] = {
|
const uint32_t windowColors[] = {
|
||||||
0xFF0032, // Strawberry.
|
0xFF0032,
|
||||||
0xFF7F24, // Bronze.
|
0xFF6042,
|
||||||
0x77FFD4, // Grass.
|
0xFF7F24,
|
||||||
0x448CF5, // Ocean.
|
0xFFFF24,
|
||||||
0xAC00FF, // Violet.
|
0x67EFC4,
|
||||||
0xE8ECF9, // Polar.
|
0x54ACE5,
|
||||||
0xB7BBC5, // Space. TODO Looks bad deactivated.
|
0x448CF5,
|
||||||
|
0x044CF5,
|
||||||
|
0xAC00FF,
|
||||||
|
0xE8ECF9,
|
||||||
|
0xB7BBC5, // TODO Make this look better when deactivated.
|
||||||
};
|
};
|
||||||
|
|
||||||
const EsStyle styleSettingsGroupContainer3 = {
|
const EsStyle styleSettingsGroupContainer3 = {
|
||||||
|
|
|
@ -7,7 +7,7 @@ click_chain_timeout_ms=500
|
||||||
show_cursor_shadow=1
|
show_cursor_shadow=1
|
||||||
scroll_lines_per_notch=3
|
scroll_lines_per_notch=3
|
||||||
ui_scale=100
|
ui_scale=100
|
||||||
window_color=3
|
window_color=6
|
||||||
enable_hover_state=1
|
enable_hover_state=1
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
|
|
Loading…
Reference in New Issue