Skip to content

Commit

Permalink
refactor: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Jun 28, 2024
1 parent 175d661 commit 429c899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/dogrun.vim
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ hi EasyMotionShade guifg=#545c8c ctermfg=60 guibg=#222433 ctermbg=235
hi EasyMotionIncCursor guifg=#9ea3c0 ctermfg=146 guibg=#222433 ctermbg=235
hi FlashPrompt guifg=#929be5 ctermfg=104 gui=bold cterm=bold
hi FlashPromptIcon guifg=#73c1a9 ctermfg=79 gui=bold cterm=bold
hi FlashLabel guifg=#b871b8 ctermfg=133 gui=bold cterm=bold
hi FlashLabel guifg=#73c1a9 ctermfg=79 gui=bold cterm=bold
hi FidgetTitle guifg=#73c1a9 ctermfg=79 gui=bold cterm=bold
hi FidgetTask guifg=#545c8c ctermfg=60
if has("nvim")
Expand Down
2 changes: 1 addition & 1 deletion generator/src/highlight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ pub fn get_highlights() -> Vec<Highlight> {
// https://github.com/folke/flash.nvim
hi!("FlashPrompt", purple, -, -, Bold, -),
hi!("FlashPromptIcon", teal, -, -, Bold, -),
hi!("FlashLabel", pink, -, -, Bold, -),
hi!("FlashLabel", teal, -, -, Bold, -),
// fidget.nvim
// https://github.com/j-hui/fidget.nvim
hi!("FidgetTitle", teal, -, -, Bold, -),
Expand Down

0 comments on commit 429c899

Please sign in to comment.