File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ change any of these you’d put something like this in your `.vimrc` or
3535
3636Make sure that you set these variables before assigning `colorscheme ` .
3737
38- BOLD *srcery-option-bold*
38+ BOLD *srcery-option-bold*
3939
4040Enables bold text.
4141>vim
@@ -147,4 +147,21 @@ assigned.
147147 let g:srcery_gray5 = '#45433E'
148148 let g:srcery_gray6 = '#504D47'
149149
150+ ==============================================================================
151+ STATUSLINE *srcery-statusline*
152+
153+ Srcery supports several statuslines, they all follow the same coloring scheme
154+ with some minor differences.
155+
156+ - https://github.com/nvim-lualine/lualine.nvim
157+ - https://github.com/vim-airline/vim-airline
158+ - https://github.com/itchyny/lightline.vim
159+
160+ The only one requiring configuration is `lightline` :
161+ >vim
162+ let g:lightline = { 'colorscheme' : 'srcery' }
163+ >lua
164+ vim.g.lightline = { colorscheme = 'srcery' }
165+
166+
150167vim: tw=78:ts=8:ft=help:norl:noet:fen:noet :
You can’t perform that action at this time.
0 commit comments