amber is now dark cyan

So on VT background brown looks bad, and background yellow is not
supported... until after a vtswitch. Not sure how to cause a clean
vtswitch of the framebuffer and instead use dark cyan, which is a nice
"cold" color. This is inline with probably future rename of cancel
buttons into back buttons.
This commit is contained in:
Dimitri John Ledkov 2017-09-13 20:55:25 +01:00
parent 00c4fe935b
commit b4674419be
No known key found for this signature in database
GPG Key ID: CAC2D8B9CD2CA5F9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ STYLES = [
('redbutton', white, '', '', white, ''), ('redbutton', white, '', '', white, ''),
('redbutton focus', black, dark_red, '', black, dark_red), ('redbutton focus', black, dark_red, '', black, dark_red),
('amberbutton', white, '', '', white, ''), ('amberbutton', white, '', '', white, ''),
('amberbutton focus', black, yellow, '', black, yellow), ('amberbutton focus', black, dark_cyan, '', black, dark_cyan),
('info_primary', white, '', '', white, ''), ('info_primary', white, '', '', white, ''),
('info_major', light_gray, '', '', light_gray, ''), ('info_major', light_gray, '', '', light_gray, ''),
('info_minor', dark_gray, '', '', dark_gray, ''), ('info_minor', dark_gray, '', '', dark_gray, ''),