mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
Merge PR #375: Accent colors
# Conflicts: # flatlaf-core/src/main/java/com/formdev/flatlaf/FlatLaf.java # flatlaf-core/src/main/java/com/formdev/flatlaf/UIDefaultsLoader.java
This commit is contained in:
@@ -14,4 +14,18 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#---- Demo.accent ----
|
||||
|
||||
# accent colors from https://github.com/89netraM/SystemColors/blob/master/src/net/asberg/macos/AccentColor.java
|
||||
Demo.accent.default = #4B6EAF
|
||||
Demo.accent.blue = #0A84FF
|
||||
Demo.accent.purple = #BF5AF2
|
||||
Demo.accent.red = #FF453A
|
||||
Demo.accent.orange = #FF9F0A
|
||||
Demo.accent.yellow = #FFCC00
|
||||
Demo.accent.green = #32D74B
|
||||
|
||||
|
||||
#---- HintPanel ----
|
||||
|
||||
HintPanel.backgroundColor = darken(#ffffe1,80%)
|
||||
|
||||
@@ -14,4 +14,18 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#---- Demo.accent ----
|
||||
|
||||
# accent colors from https://github.com/89netraM/SystemColors/blob/master/src/net/asberg/macos/AccentColor.java
|
||||
Demo.accent.default = #2675BF
|
||||
Demo.accent.blue = #007AFF
|
||||
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