mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 08:17:12 -06:00
Accent color:
- added @accentXYZ variables that define all blueish accent colors - all blueish accent colors are calculated based on @accentColor (issue #233)
This commit is contained in:
@@ -13,32 +13,32 @@
|
||||
+ Button.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
|
||||
|
||||
- Button.default.background #ffffff HSL 0 0 100 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.background #4d8ac9 HSL 210 53 55 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.background #478ac9 HSL 209 55 53 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
+ Button.default.boldText true
|
||||
|
||||
- Button.default.borderColor #4f9ee3 HSL 208 73 60 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.borderColor #4175ab HSL 211 45 46 javax.swing.plaf.ColorUIResource [UI]
|
||||
- Button.default.borderColor #4e9de7 HSL 209 76 61 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.borderColor #3c75ab HSL 209 48 45 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
- Button.default.borderWidth 2
|
||||
+ Button.default.borderWidth 1
|
||||
|
||||
- Button.default.focusedBackground #eaf3fb HSL 208 68 95 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
- Button.default.focusedBorderColor #88b0db HSL 211 54 70 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.focusedBorderColor #a6c5e4 HSL 210 53 77 javax.swing.plaf.ColorUIResource [UI]
|
||||
- Button.default.focusedBorderColor #89b0d4 HSL 209 47 68 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.focusedBorderColor #a3c5e4 HSL 209 55 77 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
- Button.default.foreground #000000 HSL 0 0 0 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.foreground #ffffff HSL 0 0 100 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
- Button.default.hoverBackground #f7f7f7 HSL 0 0 97 com.formdev.flatlaf.util.DerivedColor [UI] darken(3% autoInverse)
|
||||
+ Button.default.hoverBackground #4182c5 HSL 210 53 51 com.formdev.flatlaf.util.DerivedColor [UI] darken(3% autoInverse)
|
||||
+ Button.default.hoverBackground #3b82c6 HSL 209 55 50 com.formdev.flatlaf.util.DerivedColor [UI] darken(3% autoInverse)
|
||||
|
||||
- Button.default.hoverBorderColor #88b0db HSL 211 54 70 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.hoverBorderColor #a6c5e4 HSL 210 53 77 javax.swing.plaf.ColorUIResource [UI]
|
||||
- Button.default.hoverBorderColor #89b0d4 HSL 209 47 68 javax.swing.plaf.ColorUIResource [UI]
|
||||
+ Button.default.hoverBorderColor #a3c5e4 HSL 209 55 77 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
- Button.default.pressedBackground #e6e6e6 HSL 0 0 90 com.formdev.flatlaf.util.DerivedColor [UI] darken(10% autoInverse)
|
||||
+ Button.default.pressedBackground #3571ae HSL 210 53 45 com.formdev.flatlaf.util.DerivedColor [UI] darken(10% autoInverse)
|
||||
+ Button.default.pressedBackground #3270ab HSL 209 55 43 com.formdev.flatlaf.util.DerivedColor [UI] darken(10% autoInverse)
|
||||
|
||||
- Button.focusedBackground #eaf3fb HSL 208 68 95 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user