Uwe Stöhr wrote:
i would like to suggest to change lyx's default background color to
white for 1.6

No. We have discussed this so often in the past. We use for good reason not white. Black/white tires your eyes more than using black/light yellow that we use. In a lecture at the University I also heard that this was the result of medical studies. Personally, that is also my experience.

Besides this, we also already discussed the whole coloring scheme in early summer this year and decided to use the current one.


And what was the result for the background color of any widget?
The current color does not fit to the logo.
Is it possible to change this color by the dialog or should we
say "you must use the color of your desktop settings"?


--
Peter Kümmel
Index: frontends/qt4/GuiApplication.cpp
===================================================================
--- frontends/qt4/GuiApplication.cpp    (revision 26748)
+++ frontends/qt4/GuiApplication.cpp    (working copy)
@@ -660,6 +660,7 @@
 GuiApplication::GuiApplication(int & argc, char ** argv)
        : QApplication(argc, argv),     current_view_(0), d(new 
GuiApplication::Private)
 {
+       setStyleSheet("QWidget{ background: #d2d2d2; }");
        QString app_name = "LyX";
        QCoreApplication::setOrganizationName(app_name);
        QCoreApplication::setOrganizationDomain("lyx.org");

Reply via email to