Skip to content

Commit

Permalink
refactor: increase contrast of "File Colors" for dark flavours (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Aug 23, 2024
1 parent 0b432cf commit b713a64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Changed

- (UI): Increase contrast of "File Colors" on Frappé, Macchiato & Mocha

### Deprecated

### Removed
Expand Down
12 changes: 6 additions & 6 deletions generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@
"unselectedBlend": 0.7
},
"FileColor": {
"Blue": "{{isLatte (opacityWithHex blue 0.15) (opacityWithHex blue 0.1)}}",
"Green": "{{isLatte (opacityWithHex green 0.15) (opacityWithHex green 0.1)}}",
"Orange": "{{isLatte (opacityWithHex peach 0.15) (opacityWithHex peach 0.1)}}",
"Rose": "{{isLatte (opacityWithHex red 0.15) (opacityWithHex red 0.1)}}",
"Violet": "{{isLatte (opacityWithHex lavender 0.15) (opacityWithHex lavender 0.1)}}",
"Yellow": "{{isLatte (opacityWithHex yellow 0.15) (opacityWithHex yellow 0.1)}}"
"Blue": "{{isLatte (opacityWithHex blue 0.15) (opacityWithHex blue 0.2)}}",
"Green": "{{isLatte (opacityWithHex green 0.15) (opacityWithHex green 0.2)}}",
"Orange": "{{isLatte (opacityWithHex peach 0.15) (opacityWithHex peach 0.2)}}",
"Rose": "{{isLatte (opacityWithHex red 0.15) (opacityWithHex red 0.2)}}",
"Violet": "{{isLatte (opacityWithHex lavender 0.15) (opacityWithHex lavender 0.2)}}",
"Yellow": "{{isLatte (opacityWithHex yellow 0.15) (opacityWithHex yellow 0.2)}}"
},
"Label": {
"background": "panelBackground",
Expand Down

0 comments on commit b713a64

Please sign in to comment.