Skip to content

Commit

Permalink
add colors to toolbar's specific Collapse and Expand icons in new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Feb 17, 2024
1 parent b21e00b commit c91c0a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Extra ToolWindow Colorful Icons Change Log

## 1.33.0 (2024/02/17)
* add colors to toolbar's specific Collapse and Expand icons in new UI.

## 1.32.0 (2024/02/10)
* rework some new UI icons (thicker lines, to make them more visible when coloured, in normal and compact modes): Refresh, Rollback Commit, Bookmarks, Services.
* restore the new UI Collapse, Collapse All, Expand and Expand All icons (I was still using the old icons even with the new UI), and add colors to them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ public static Map<String, IconItem> allIcons() {

icons.put("/actions/collapseall.svg", of("extratci/icons/custom-expui/collapseAll.svg"));
icons.put("/actions/expandall.svg", of("extratci/icons/custom-expui/expandAll.svg"));
icons.put("collapse.svg", of("extratci/icons/custom-expui/collapse.svg"));
icons.put("expand.svg", of("extratci/icons/custom-expui/expand.svg"));
icons.put("/collapse.svg", of("extratci/icons/custom-expui/collapse.svg"));
icons.put("/expand.svg", of("extratci/icons/custom-expui/expand.svg"));
icons.put("/toolbar/collapse.svg", of("extratci/icons/custom-expui/toolbar_collapse.svg"));
icons.put("/toolbar/expand.svg", of("extratci/icons/custom-expui/toolbar_expand.svg"));

icons.put("bookmarks.svg", of("extratci/icons/custom-expui/toolWindowBookmarks_newui.svg"));
icons.put("toolWindowBookmarks.svg", of("extratci/icons/custom-expui/toolWindowBookmarks_newui.svg"));
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c91c0a3

Please sign in to comment.