Skip to content

Commit 8e083be

Browse files
committed
fix antialiasing in monterey
1 parent e0e2ed4 commit 8e083be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aero-dark-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
`(default ((t (:background ,(if-solaire aero-bg-alt aero-bg)
121121
:foreground ,aero-fg
122122
:font ,aero-theme-font
123-
:height ,aero-theme-font-height :weight light))))
123+
:height ,aero-theme-font-height))))
124124
`(variable-pitch
125125
((t :font ,aero-theme-variable-pitch-font)))
126126
`(fringe ((t (:background ,(if-solaire aero-bg-alt aero-bg)))))

0 commit comments

Comments
 (0)