Skip to content

Commit

Permalink
docs: override colors inside vim config example (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 authored Oct 21, 2021
1 parent 6825ab3 commit e877fe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ let g:tokyonight_style = "night"
let g:tokyonight_italic_functions = 1
let g:tokyonight_sidebars = [ "qf", "vista_kind", "terminal", "packer" ]
" Change the "hint" color to the "orange" color, and make the "error" color bright red
let g:tokyonight_colors = {
\ 'hint': 'orange',
\ 'error': '#ff0000'
\ }
" Load the colorscheme
colorscheme tokyonight
```
Expand Down

0 comments on commit e877fe7

Please sign in to comment.