This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 598d561a03 Completed: Improve Helveticus theme (OFBIZ-12276)
598d561a03 is described below
commit 598d561a03b368c8cc21578085d4250094022339
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Nov 21 11:50:56 2024 +0100
Completed: Improve Helveticus theme (OFBIZ-12276)
This sets HELVETICUS_EMERALD as default theme. It follows the discussion at
https://lists.apache.org/thread/47bg0tr4w15dj3o55gzrsb4chkj227hl
I must say that I picked green (emerald) instead of blue (sapphire) used
before
because it's my favorite colour... as far as I can remember... (that's how
favorite color works, right?)
Note that we could say that view from space the earth is blue and that's
what
we (humanity) have most in common. But wait, I could say I prefer green
because
it's the origin of life. Without plants nothing would live on this earth.
And
it believe I also I like green, not not only because it's obviously life but
it also reassures me anytime.
Of course that's my choice and we can discuss it. Did we for blue in the
past?
---
framework/common/config/general.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/common/config/general.properties
b/framework/common/config/general.properties
index eb235da46c..598f4d3293 100644
--- a/framework/common/config/general.properties
+++ b/framework/common/config/general.properties
@@ -27,7 +27,7 @@ currency.uom.id.default=USD
# -- the default organizationPartyId for used in dropdowns and reports
ORGANIZATION_PARTY=Company
# ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference
record for the current user (ie default value)
-VISUAL_THEME=RAINBOWSTONE_SAPHIR
+VISUAL_THEME=HELVETICUS_EMERALD
# -- DEPRECATED See documentation in ofbiz.locale.default in start.properties
# -- It though still used in some places in code (mostly in content component)