mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
bug 205260: [terminal] The terminal does not take the font from the preferences
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205260
This commit is contained in:
parent
3e24a83518
commit
e79b8fce94
1 changed files with 13 additions and 12 deletions
|
@ -52,6 +52,7 @@ public class StyleMap {
|
|||
addColor(CYAN, 0,255,255);
|
||||
addColor(MAGENTA, 255,255,0);
|
||||
addColor(GRAY, 128,128,128);
|
||||
fDefaultStyle=Style.getStyle(StyleColor.getStyleColor(BLACK),StyleColor.getStyleColor(WHITE));
|
||||
updateFont();
|
||||
}
|
||||
private void addColor(String name, int r, int g, int b) {
|
||||
|
|
Loading…
Add table
Reference in a new issue