mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
change shell colours
This commit is contained in:
parent
43d4156a7d
commit
5c91a2c0f4
1 changed files with 2 additions and 2 deletions
|
@ -819,7 +819,7 @@ Contributors:
|
|||
<colorDefinition
|
||||
label="%RemoteCommandsForeground.label"
|
||||
categoryId="org.eclipse.rse.ui.remotecommandsview.presentation"
|
||||
value="COLOR_WHITE"
|
||||
value="COLOR_BLACK"
|
||||
id="REMOTE_COMMANDS_VIEW_FG_COLOR">
|
||||
<description>
|
||||
%RemoteCommandsForeground.description
|
||||
|
@ -828,7 +828,7 @@ Contributors:
|
|||
<colorDefinition
|
||||
label="%RemoteCommandsBackground.label"
|
||||
categoryId="org.eclipse.rse.ui.remotecommandsview.presentation"
|
||||
value="COLOR_BLACK"
|
||||
value="COLOR_WHITE"
|
||||
id="REMOTE_COMMANDS_VIEW_BG_COLOR">
|
||||
<description>
|
||||
%RemoteCommandsBackground.description
|
||||
|
|
Loading…
Add table
Reference in a new issue