Skip to content

Commit e3841c0

Browse files
committed
Replace terminal icons with SVGs
This replaces the existing GIF and PNG icons used by the terminal bundles with SVGs. It covers all icons except for the terminal view icon and the derived icon for creating a new terminal view.
1 parent ad4408b commit e3841c0

File tree

19 files changed

+2833
-8
lines changed

19 files changed

+2833
-8
lines changed
Binary file not shown.

debug/org.eclipse.debug.terminal/icons/console_view.svg

Lines changed: 550 additions & 0 deletions
Loading
Binary file not shown.

debug/org.eclipse.debug.terminal/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
point="org.eclipse.ui.console.consoleFactories">
2121
<consoleFactory
2222
class="org.eclipse.debug.terminal.ui.TerminalConsoleFactory"
23-
icon="icons/console_view.png"
23+
icon="icons/console_view.svg"
2424
label="Terminal">
2525
</consoleFactory>
2626
</extension>
Binary file not shown.

0 commit comments

Comments
 (0)