mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Introduce source root file overlay icon for new UI
For a long time the old one was used, but it just does not match the new UI style. GitOrigin-RevId: 0b52eb30540a8e04ad814780e86a020aaeb56276
This commit is contained in:
committed by
intellij-monorepo-bot
parent
04c4bee35a
commit
127e4a9d0e
@@ -685,6 +685,7 @@
|
||||
"resourceBundle.svg": "nodes/resourceBundle.svg",
|
||||
"servlet.svg": "nodes/servlet.svg",
|
||||
"sourceRoot.svg": "modules/sourceRoot.svg",
|
||||
"sourceRootFileLayer.svg": "modules/sourceRootFileLayer.svg",
|
||||
"star.svg": "nodes/favorite.svg",
|
||||
"starEmpty.svg": "nodes/notFavoriteOnHover.svg",
|
||||
"static.svg": "nodes/static.svg",
|
||||
|
||||
4
platform/icons/src/expui/nodes/sourceRootFileLayer.svg
Normal file
4
platform/icons/src/expui/nodes/sourceRootFileLayer.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="6" height="6" rx="1.5" fill="#EDF3FF" stroke="#3574F0"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 316 B |
@@ -0,0 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="6" height="6" rx="1.5" fill="#25324D" stroke="#548AF7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 316 B |
@@ -876,7 +876,7 @@ public class AllIcons {
|
||||
/** 16x16 */ public static final @NotNull Icon GeneratedTestRoot = load("expui/nodes/generatedTestRoot.svg", "modules/generatedTestRoot.svg", -1234922153, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon ResourcesRoot = load("expui/nodes/resourcesRoot.svg", "modules/resourcesRoot.svg", -1812051386, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon SourceRoot = load("expui/nodes/sourceRoot.svg", "modules/sourceRoot.svg", 1687981214, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon SourceRootFileLayer = load("modules/sourceRootFileLayer.svg", 241453801, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon SourceRootFileLayer = load("expui/nodes/sourceRootFileLayer.svg", "modules/sourceRootFileLayer.svg", 241453801, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon Split = load("expui/actions/split.svg", "modules/split.svg", 2103687526, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon TestResourcesRoot = load("expui/nodes/testResourcesRoot.svg", "modules/testResourcesRoot.svg", 779023858, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon TestRoot = load("expui/nodes/testRoot.svg", "modules/testRoot.svg", -1260358372, 0);
|
||||
|
||||
Reference in New Issue
Block a user