support basic color functions in .properties files

This commit is contained in:
Karl Tauber
2019-12-22 17:40:13 +01:00
parent 60febbf3f8
commit 16146f4c88
3 changed files with 122 additions and 20 deletions

View File

@@ -10,6 +10,10 @@ FlatLaf Change Log
- Table: Hide grid and changed intercell spacing to zero.
- List and Tree: Paint cell focus indicator (black rectangle) only if more than
one item is selected.
- Support basic color functions in `.properties` files: `rgb(red,green,blue)`,
`rgba(red,green,blue,alpha)`, `hsl(hue,saturation,lightness)`,
`hsla(hue,saturation,lightness,alpha)`, `lighten(color,amount[,options])` and
`darken(color,amount[,options])`.
- Fixed link color (in HTML text) and separator color in IntelliJ platform
themes.