From d57f5fa686419253ad4fd94e457045b7ee1363b5 Mon Sep 17 00:00:00 2001 From: Guillaume Quittet Date: Thu, 31 Oct 2024 20:11:58 +0100 Subject: [PATCH 1/3] refactor: make macOS tabs looks like native one --- generateFlavours/ui.theme.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/generateFlavours/ui.theme.json b/generateFlavours/ui.theme.json index 728ece1..b5a5fc4 100644 --- a/generateFlavours/ui.theme.json +++ b/generateFlavours/ui.theme.json @@ -223,6 +223,19 @@ "background": "crust", "inactiveBackground": "panelBackground" }, + "MainWindow": { + "Tab": { + "background": "panelBackground", + "borderColor": "panelBackground", + "foreground": "{{opacityWithHex primaryForeground 0.5}}", + "hoverBackground": "{{opacityWithHex panelBackground 0.7}}", + "hoverForeground": "{{opacityWithHex primaryForeground 0.5}}", + "selectedBackground": "primaryBackground", + "selectedForeground": "primaryForeground", + "selectedInactiveBackground": "panelBackground", + "separatorColor": "panelBackground" + } + }, "MemoryIndicator": { "allocatedBackground": "surface0", "usedBackground": "surface1" From 3aefed3718764167261503e666216d3065ced2b7 Mon Sep 17 00:00:00 2001 From: Guillaume Quittet Date: Fri, 1 Nov 2024 09:16:10 +0100 Subject: [PATCH 2/3] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b51820..f048c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Changed +- (UI): Enhance colors of new UI macOS tabs to make them look native + ### Deprecated ### Removed From 458e3a7ee0d6b92945fffffba0e28af01e5c31dd Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:00:10 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f048c2c..3e8b063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,15 @@ ### Changed -- (UI): Enhance colors of new UI macOS tabs to make them look native - ### Deprecated ### Removed ### Fixed -- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused +- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused. - (UI): Theme informational text. +- (UI): Theme macOS project tabs. ### Security