mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Someone suggested this a long time ago and I never got around to it. So here we go, here's the warm gray! I have to admit I like it better. :^)
This commit is contained in:
parent
73d0e7cd8f
commit
315716d193
29 changed files with 41 additions and 37 deletions
|
@ -23,7 +23,7 @@ private:
|
|||
{
|
||||
GPainter painter(*this);
|
||||
|
||||
painter.fill_rect(rect(), Color::LightGray);
|
||||
painter.fill_rect(rect(), Color::WarmGray);
|
||||
|
||||
painter.blit_tiled({ 0, 0, 160, 160 }, *m_bitmap, m_bitmap->rect());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue