commit bb15f649ce05a4c6e2af5ff0baf7055477639c16 Author: Koji Yokota <yok...@lyx.org> Date: Wed Feb 26 10:15:42 2025 +0900
Introducing color themes development/cmake/Install.cmake | 3 +- lib/Makefile.am | 6 + lib/configure.py | 2 +- lib/doc/Customization.lyx | 42 ++- lib/themes/Default.theme | 90 +++++++ lib/themes/Monochrome.theme | 90 +++++++ lib/themes/Solarized.theme | 90 +++++++ src/frontends/qt/ColorCache.cpp | 41 ++- src/frontends/qt/ColorCache.h | 5 +- src/frontends/qt/ColorListWidget.cpp | 43 +++ src/frontends/qt/ColorListWidget.h | 43 +++ src/frontends/qt/GuiPrefs.cpp | 494 ++++++++++++++++++++++++++++++++--- src/frontends/qt/GuiPrefs.h | 81 +++++- src/frontends/qt/Makefile.am | 2 + src/frontends/qt/ui/PrefColorsUi.ui | 437 ++++++++++++++++++++++++++++--- src/frontends/qt/ui/PrefsUi.ui | 4 +- 16 files changed, 1386 insertions(+), 87 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs