Skip to content

Commit

Permalink
functions are types
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Aug 8, 2023
1 parent 14cd532 commit 869c508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editors/vim/colors/nice.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ hi PreProc gui=bold guifg=#FF3311 cterm=bold
hi Special gui=bold guifg=OrangeRed cterm=bold ctermfg=Yellow
hi Statement gui=bold guifg=Brown cterm=bold ctermfg=Magenta
hi Todo guifg=Blue guibg=Yellow cterm=standout ctermbg=Yellow ctermfg=Black
hi Type gui=bold,italic guifg=Blue cterm=bold ctermfg=Magenta
hi Type gui=bold guifg=Blue cterm=bold ctermfg=Magenta
hi Underlined cterm=none ctermbg=none ctermfg=DarkRed

" Colour for crucial elements
Expand Down Expand Up @@ -92,7 +92,7 @@ hi link Character Constant
hi link Number Constant
hi link String Constant
hi! link WarningMsg ErrorMsg
hi link Function Identifier
hi link Function Type
hi link Float Number
hi link Define PreProc
hi link Include PreProc
Expand Down
2 changes: 1 addition & 1 deletion editors/vim/my_settings/scripts.vim
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ augroup END
: hi Constant gui=italic,bold guifg=Cyan
: hi Statement gui=bold guifg=Yellow
: hi StatusLine gui=bold guifg=Cyan guibg=Black
: hi Type gui=bold,italic guifg=Magenta
: hi Type gui=bold guifg=Magenta
: else
: let s:colors = "light"
: colorscheme nice
Expand Down

0 comments on commit 869c508

Please sign in to comment.