Skip to content

Commit

Permalink
fix: misplaced commas
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Dec 4, 2024
1 parent 930993d commit 7a07d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(powerline-active1 :background ,ctp-peach :foreground ,ctp-surface0)
(powerline-active2 :background ,ctp-rosewater :foreground ,ctp-surface0)
(powerline-inactive1 :background ,ctp-surface2 :foreground ,ctp-text)
(powerline-inactive2 :background ,ctp-overlay2 :foreground, ctp-subtext1)
(powerline-inactive2 :background ,ctp-overlay2 :foreground ,ctp-subtext1)

;; consult
(consult-async-split :foreground ,ctp-mauve)
Expand Down Expand Up @@ -1347,7 +1347,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(treemacs-window-background-face :background ,ctp-base)
;; treemacs-nerd-icons
(treemacs-nerd-icons-root-face :foreground ,ctp-blue)
(treemacs-nerd-icons-file-face :foreground , ctp-blue)
(treemacs-nerd-icons-file-face :foreground ,ctp-blue)

;; tree-sitter
(tree-sitter-hl-face:attribute :inherit font-lock-constant-face)
Expand Down

0 comments on commit 7a07d25

Please sign in to comment.