From b713a64242f842d56f2a41546e6f48c198d7a300 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:11:12 +0100 Subject: [PATCH] refactor: increase contrast of "File Colors" for dark flavours (#162) --- CHANGELOG.md | 2 ++ generateFlavours/ui.theme.json | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78a4ab..c48fac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Changed +- (UI): Increase contrast of "File Colors" on Frappé, Macchiato & Mocha + ### Deprecated ### Removed diff --git a/generateFlavours/ui.theme.json b/generateFlavours/ui.theme.json index e8507a4..7f42a0a 100644 --- a/generateFlavours/ui.theme.json +++ b/generateFlavours/ui.theme.json @@ -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",