Skip to content

Commit

Permalink
Remove bold settings from dark theme CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohnstn committed Sep 12, 2023
1 parent 2013678 commit 9a8c509
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ IEclipsePreferences#org-eclipse-jdt-ui:org-eclipse-jdt-ui { /* pseudo attribute
'java_doc_link=169,156,140'
'java_doc_tag=30,120,155'
'java_keyword=204,108,29'
'java_keyword_bold=false'
'java_keyword_return=204,108,29'
'java_keyword_return_bold=false'
'java_multi_line_comment=128,128,128'
'java_operator=230,230,250'
'java_single_line_comment=128,128,128'
Expand Down Expand Up @@ -73,12 +71,10 @@ IEclipsePreferences#org-eclipse-jdt-ui:org-eclipse-jdt-ui { /* pseudo attribute
'semanticHighlighting.localVariable.enabled=true'
'semanticHighlighting.localVariableDeclaration.color=242,242,0'
'semanticHighlighting.localVariableDeclaration.enabled=true'
'semanticHighlighting.localVariableDeclaration.bold=false'
'semanticHighlighting.method.color=167,236,33'
'semanticHighlighting.method.enabled=true'
'semanticHighlighting.methodDeclarationName.color=30,181,64'
'semanticHighlighting.methodDeclarationName.enabled=true'
'semanticHighlighting.methodDeclarationName.bold=false'
'semanticHighlighting.number.color=104,151,187'
'semanticHighlighting.number.enabled=true'
'semanticHighlighting.parameterVariable.color=121,171,255'
Expand All @@ -93,9 +89,7 @@ IEclipsePreferences#org-eclipse-jdt-ui:org-eclipse-jdt-ui { /* pseudo attribute
'semanticHighlighting.typeArgument.enabled=true'
'semanticHighlighting.typeParameter.color=191,164,164'
'semanticHighlighting.typeParameter.enabled=true'
'semanticHighlighting.typeParameter.bold=false'
'semanticHighlighting.restrictedKeywords.color=204,108,29'
'semanticHighlighting.restrictedKeywords.bold=false'
'sourceHoverBackgroundColor=68,68,68'
}

Expand Down

0 comments on commit 9a8c509

Please sign in to comment.