Skip to content

Commit

Permalink
swap notifications info colours
Browse files Browse the repository at this point in the history
  • Loading branch information
padulkemid committed Nov 21, 2024
1 parent 28a1690 commit c114625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/db_ui/notifications.vim
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function! s:setup_colors() abort
let normal_fg = '#FFFFFF'
endif

call s:set_hl('NotificationInfo', normal_bg, normal_fg)
call s:set_hl('NotificationInfo', normal_fg, normal_bg)
call s:set_hl('NotificationError', error_fg, error_bg)
call s:set_hl('NotificationWarning', warning_fg, warning_bg)

Expand Down

0 comments on commit c114625

Please sign in to comment.