Skip to content

Commit

Permalink
Slight modifications to some of the pallettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsuuu committed Oct 24, 2023
1 parent 7490b69 commit 357675f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/pinkmare.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ call s:HL('@punctuation.bracket', s:palette.fg, s:palette.none)
call s:HL('@punctuation.special', s:palette.fg, s:palette.none)

call s:HL('@constant', s:palette.yellow, s:palette.none)
call s:HL('@constant.builtin', s:palette.yellow, s:palette.none)
call s:HL('@constant.builtin', s:palette.cyan, s:palette.none)
call s:HL('@symbol', s:palette.red, s:palette.none)

call s:HL('@constant.macro', s:palette.purple, s:palette.none)
Expand Down Expand Up @@ -1848,7 +1848,7 @@ call s:HL('@repeat', s:palette.red, s:palette.none)
call s:HL('@label', s:palette.orange, s:palette.none)

call s:HL('@keyword', s:palette.red, s:palette.none)
call s:HL('@keyword.function', s:palette.red, s:palette.none)
call s:HL('@keyword.function', s:palette.purple, s:palette.none)
call s:HL('@keyword.operator', s:palette.red, s:palette.none)
call s:HL('@operator', s:palette.red, s:palette.none)
call s:HL('@exception', s:palette.red, s:palette.none)
Expand Down

0 comments on commit 357675f

Please sign in to comment.