Skip to content

Instantly share code, notes, and snippets.

@dolanor
Created February 11, 2013 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolanor/4754702 to your computer and use it in GitHub Desktop.
Save dolanor/4754702 to your computer and use it in GitHub Desktop.
My semanticHighlighting configuration of eclipse CDT (I just copy pasted the semanticHighlighting part)
semanticHighlighting.staticMethod.color=255,136,0
semanticHighlighting.localVariableDeclaration.color=94,94,94
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.method.enabled=true
semanticHighlighting.localVariable.color=94,94,94
semanticHighlighting.macroDefinition.color=247,0,0
semanticHighlighting.macroDefinition.bold=true
semanticHighlighting.enumerator.color=33,97,225
semanticHighlighting.externalSDK.italic=true
semanticHighlighting.staticField.underline=true
semanticHighlighting.localVariableDeclaration.bold=true
semanticHighlighting.namespace.color=59,171,208
semanticHighlighting.parameterVariable.underline=true
semanticHighlighting.macroSubstitution.enabled=true
semanticHighlighting.field.color=70,148,107
semanticHighlighting.methodDeclaration.color=165,28,206
semanticHighlighting.function.bold=false
semanticHighlighting.class.color=10,109,158
semanticHighlighting.parameterVariable.color=2,0,4
semanticHighlighting.overloadedOperator.color=196,84,0
semanticHighlighting.macroSubstitution.color=242,0,2
semanticHighlighting.overloadedOperator.enabled=true
semanticHighlighting.globalVariable.enabled=true
semanticHighlighting.externalSDK.color=105,7,151
semanticHighlighting.enum.enabled=true
semanticHighlighting.function.color=81,0,173
semanticHighlighting.overloadedOperator.bold=true
semanticHighlighting.staticField.color=193,102,19
semanticHighlighting.globalVariable.color=255,0,0
semanticHighlighting.macroSubstitution.bold=true
semanticHighlighting.macroDefinition.enabled=true
semanticHighlighting.namespace.enabled=true
semanticHighlighting.method.color=165,28,206
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.parameterVariable.enabled=true
semanticHighlighting.enum.color=33,97,225
semanticHighlighting.function.enabled=true
semanticHighlighting.functionDeclaration.color=81,0,173
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment