Skip to content

Commit

Permalink
fix(zenburn): s/:freground/:foreground
Browse files Browse the repository at this point in the history
Fix misspelling of foreground resulting in faulty foreground for isearch
  • Loading branch information
soppelmann authored Nov 20, 2024
1 parent f7f1d77 commit 3c03f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/doom-zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Can be an integer to determine the exact padding."
(font-lock-warning-face :foreground yellow-1 :weight 'bold)
(font-lock-keyword-face :foreground yellow :weight 'bold)
(highlight :background base4)
(isearch :freground yellow-2 :weight 'bold :background base6)
(isearch :foreground yellow-2 :weight 'bold :background base6)
(isearch-fail :foreground fg :background red-4)
(lazy-highlight :foreground yellow-2 :weight 'bold :background base3)
((line-number &override) :foreground base7)
Expand Down

0 comments on commit 3c03f52

Please sign in to comment.