mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
global and system colors added
This commit is contained in:
@@ -18,6 +18,23 @@
|
||||
|
||||
*.background=3c3f41
|
||||
*.foreground=bbbbbb
|
||||
*.textBackground=3c3f41
|
||||
*.textForeground=bbbbbb
|
||||
*.caretForeground=bbbbbb
|
||||
*.inactiveBackground=3C3F41
|
||||
*.inactiveForeground=bbbbbb
|
||||
*.selectionBackground=4B6EAF
|
||||
*.selectionForeground=bbbbbb
|
||||
|
||||
|
||||
#---- system ----
|
||||
|
||||
control=3c3f41
|
||||
controlText=bbbbbb
|
||||
infoText=bbbbbb
|
||||
text=bbbbbb
|
||||
textText=bbbbbb
|
||||
window=3c3f41
|
||||
|
||||
|
||||
#---- Label ----
|
||||
|
||||
@@ -18,6 +18,23 @@
|
||||
|
||||
*.background=f2f2f2
|
||||
*.foreground=000000
|
||||
*.textBackground=cccccc
|
||||
*.textForeground=000000
|
||||
*.caretForeground=000000
|
||||
*.inactiveBackground=ffffff
|
||||
*.inactiveForeground=777777
|
||||
*.selectionBackground=4A6EB7
|
||||
*.selectionForeground=ffffff
|
||||
|
||||
|
||||
#---- system ----
|
||||
|
||||
control=e0e0e0
|
||||
controlText=000000
|
||||
infoText=000000
|
||||
text=000000
|
||||
textText=000000
|
||||
window=f2f2f2
|
||||
|
||||
|
||||
#---- Label ----
|
||||
|
||||
Reference in New Issue
Block a user