Small python update

This commit is contained in:
Michael Welford 2021-02-02 08:01:26 +10:30
parent da34685364
commit e2efdb0d08
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2020/04/16 12:08
" Last Change: 2021/01/07 07:12
" ============================================================
let g:airline#themes#falcon#palette = {}

View File

@ -4,7 +4,7 @@
" URL: https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2020/04/16 12:08
" Last Change: 2021/01/07 07:12
" ===============================================================
set background=dark
@ -340,6 +340,7 @@ hi pythonExClass guifg=#DDCFBF ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cter
hi pythonBuiltinObj guifg=#FFC552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi pythonDot guifg=#FF761A ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi pythonBuiltinFunc guifg=#DDCFBF ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link pythonNone Boolean
hi rstSections guifg=#BFDAFF ctermfg=153 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi rstCodeBlock guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi rstDirective guifg=#FF761A ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE

View File

@ -23,3 +23,4 @@ pythonExClass: 'tan'
pythonBuiltinObj: 'yellow'
pythonDot: 'orange'
pythonBuiltinFunc: 'tan'
pythonNone: '@Boolean'