Skip to content

Commit

Permalink
Change weight to -5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzqm committed May 3, 2024
1 parent 06d25b1 commit 09827a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/CodeEditSourceEditor/Theme/EditorTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ public struct EditorTheme {
func widthFor(_ capture: CaptureName?) -> Float {
switch capture {
case .include, .constructor, .keyword, .boolean, .variableBuiltin,
.keywordReturn, .keywordFunction, .repeat, .conditional, .tag, .type:
return -3.0
.keywordReturn, .keywordFunction, .repeat, .conditional, .tag:
return -5.0
default: return 0.0
}
}
Expand Down

0 comments on commit 09827a1

Please sign in to comment.