mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Fix minimsl color difference between multiline and singleline comment
This commit is contained in:
parent
46c1e2a0f9
commit
08bb9fd09f
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ public class PreferenceConstants {
|
|||
store.setDefault(EDITOR_MULTI_LINE_COMMENT_BOLD, false);
|
||||
store.setDefault(EDITOR_MULTI_LINE_COMMENT_ITALIC, false);
|
||||
|
||||
PreferenceConverter.setDefault(store, EDITOR_SINGLE_LINE_COMMENT_COLOR, new RGB(63, 125, 95));
|
||||
PreferenceConverter.setDefault(store, EDITOR_SINGLE_LINE_COMMENT_COLOR, new RGB(63, 127, 95));
|
||||
store.setDefault(EDITOR_SINGLE_LINE_COMMENT_BOLD, false);
|
||||
store.setDefault(EDITOR_SINGLE_LINE_COMMENT_ITALIC, false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue