aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/theme/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/theme/theme.h')
-rw-r--r--src/libs/utils/theme/theme.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 62eac0ade7..49c7c881ad 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -212,6 +212,11 @@ public:
IconsCodeModelOverlayBackgroundColor,
IconsCodeModelOverlayForegroundColor,
+ /* Code model text marks */
+
+ CodeModel_Error_TextMarkColor,
+ CodeModel_Warning_TextMarkColor,
+
/* Output panes */
OutputPanes_DebugTextColor,
@@ -287,10 +292,6 @@ public:
ProjectExplorer_TaskError_TextMarkColor,
ProjectExplorer_TaskWarn_TextMarkColor,
- /* ClangCodeModel Plugin */
- ClangCodeModel_Error_TextMarkColor,
- ClangCodeModel_Warning_TextMarkColor,
-
/* QmlDesigner Plugin */
QmlDesigner_BackgroundColor,
QmlDesigner_HighlightColor,