mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
Accent color:
- Demo: added accent color switching to toolbar - added `FlatLaf.setGlobalExtraDefaults()` for easy setting accent color at runtime (issue #233)
This commit is contained in:
@@ -14,4 +14,16 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#---- Demo.accent ----
|
||||
|
||||
Demo.accent.blue = #4B6EAF
|
||||
Demo.accent.purple = #BF5AF2
|
||||
Demo.accent.red = #e81123
|
||||
Demo.accent.orange = #FF9F0A
|
||||
Demo.accent.yellow = #FFCC00
|
||||
Demo.accent.green = #32D74B
|
||||
|
||||
|
||||
#---- HintPanel ----
|
||||
|
||||
HintPanel.backgroundColor = darken(#ffffe1,80%)
|
||||
|
||||
@@ -14,4 +14,16 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#---- Demo.accent ----
|
||||
|
||||
Demo.accent.blue = #2675BF
|
||||
Demo.accent.purple = #BF5AF2
|
||||
Demo.accent.red = #FF3B30
|
||||
Demo.accent.orange = #FF9500
|
||||
Demo.accent.yellow = #FFCC00
|
||||
Demo.accent.green = #28CD41
|
||||
|
||||
|
||||
#---- HintPanel ----
|
||||
|
||||
HintPanel.backgroundColor = #ffffe1
|
||||
|
||||
Reference in New Issue
Block a user