mirror of
https://git.dk1mi.radio/mclemens/vim-fle-syntax.git
synced 2025-01-18 13:51:11 +01:00
added description how to customize colors
This commit is contained in:
parent
cf88a10838
commit
1080ad95b8
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -49,3 +49,22 @@ Just open any text file ending with .fle in vim:
|
|||
# vim ~/mylog.fle
|
||||
|
||||
Press F5 to enter timestamp, press F6 to enter current date string.
|
||||
|
||||
## Colors
|
||||
|
||||
If you are unhappy with the default colors, please feel free to edit _~/.vim/syntax/fle.vim_ and change the colors in the following code block:
|
||||
|
||||
" mapping of above matches/keywords to colors
|
||||
" customize to your liking
|
||||
hi def fle_call ctermfg=blue
|
||||
hi def fle_date ctermfg=blue
|
||||
hi def fle_other ctermfg=blue
|
||||
hi def fle_time ctermfg=green
|
||||
hi def fle_loc ctermfg=green
|
||||
hi def fle_name ctermfg=cyan
|
||||
hi def fle_header ctermfg=red
|
||||
hi def fle_freq ctermfg=red
|
||||
hi def fle_mode ctermfg=red
|
||||
hi def fle_band ctermfg=red
|
||||
hi def fle_sota ctermfg=yellow
|
||||
hi def fle_pota ctermfg=yellow
|
Loading…
Reference in a new issue