mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Added dark theme colors for build console and editor
Editor supported dark theme except for inactive code blocks like #ifdef ... #endif Contributed by STMicroelectronics Change-Id: I192d76136946a6e4dceaba99a31eb42f7df4c584 Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
This commit is contained in:
parent
14405fbb0e
commit
ca92f0243e
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,15 @@ IEclipsePreferences#org-eclipse-cdt-ui:org-eclipse-cdt-ui {
|
|||
"semanticHighlighting.typedef.bold=true"
|
||||
"semanticHighlighting.typeParameter.color=191,164,164"
|
||||
"semanticHighlighting.typeParameter.enabled=true"
|
||||
"buildConsoleInfoStreamColor=18,144,195"
|
||||
"buildConsoleOutputStreamColor=200,200,200"
|
||||
"buildConsoleErrorStreamColor=255,0,0"
|
||||
"buildConsoleBackgroundColor=47,47,47"
|
||||
"buildConsoleProblemBackgroundColor=130,6,12"
|
||||
"buildConsoleProblemWarningBackgroundColor=150,88,11"
|
||||
"buildConsoleProblemInfoBackgroundColor=48,64,254"
|
||||
"buildConsoleProblemHighlightedColor=255,0,0"
|
||||
"inactiveCodeColor=30,30,30"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue