mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c589ef8452
commit
daf3da59b1
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user