From daf3da59b11bf20975ee387627fd8296b026e373 Mon Sep 17 00:00:00 2001 From: Nebojsa Vuksic Date: Wed, 26 Aug 2026 13:48:44 +0200 Subject: [PATCH] [JEWEL-1411] Realign the generated color palette with this branch's IJP version `DefaultColorPalette.kt` carried the `IJP 263` header inherited from master, while this branch builds against `262.SNAPSHOT`. Running the Metalava update re-ran `intelliJColorPaletteGenerator`, which rewrote the header to match. Only the generator header comment changes; every palette value is identical, so this has no runtime effect. It is the same realignment `[JEWEL-1356]` made for `IntUiLightTheme` and `IntUiDarkTheme` on the v0.40 branch, and the 0.38.1 and 0.39.1 preparations before it. (cherry picked from commit abfe256263f609476531f0382f9ed35bbe02fca2) IJ-MR-220560 GitOrigin-RevId: a3af00ba171e08e81b9bacdd3aa6f7258dc664b9 --- .../theme/org/jetbrains/jewel/ui/theme/DefaultColorPalette.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/jewel/ui/generated/theme/org/jetbrains/jewel/ui/theme/DefaultColorPalette.kt b/platform/jewel/ui/generated/theme/org/jetbrains/jewel/ui/theme/DefaultColorPalette.kt index a80342aa6153..7c200cbe14a6 100644 --- a/platform/jewel/ui/generated/theme/org/jetbrains/jewel/ui/theme/DefaultColorPalette.kt +++ b/platform/jewel/ui/generated/theme/org/jetbrains/jewel/ui/theme/DefaultColorPalette.kt @@ -1,4 +1,4 @@ -// Generated by the Jewel Int UI Color Palette Generator for IJP 263 +// Generated by the Jewel Int UI Color Palette Generator for IJP 262 // *** DO NOT EDIT MANUALLY! Use intelliJColorPaletteGenerator task to update. *** // package org.jetbrains.jewel.ui.theme