mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +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
|
@ -116,7 +116,7 @@ GWindow* create_settings_window(Terminal& terminal, RefPtr<CConfigFile> config)
|
|||
slider_container->set_preferred_size({ 100, 50 });
|
||||
auto* slider = new GSlider(slider_container);
|
||||
slider->set_fill_with_background_color(true);
|
||||
slider->set_background_color(Color::LightGray);
|
||||
slider->set_background_color(Color::WarmGray);
|
||||
|
||||
slider->on_value_changed = [&terminal, &config](int value) {
|
||||
terminal.set_opacity(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue