Add in dark tan for php doc tags.

This commit is contained in:
Michael Welford 2020-02-27 08:58:28 +10:30
parent b37f45f0a2
commit 7128e3a677
4 changed files with 14 additions and 6 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2020/02/04 08:03
" Last Change: 2020/02/27 08:57
" ============================================================
let g:airline#themes#falcon#palette = {}
@ -45,6 +45,6 @@ let s:CP3 = [ "#787882", "#36363A", 243, 237 ]
let g:airline#themes#falcon#palette.ctrlp = airline#extensions#ctrlp#generate_color_map(s:CP1, s:CP2, s:CP3)
" ===================================
" Generated by Estilo 1.4.1
" Generated by Estilo 1.5.0
" https://github.com/jacoborus/estilo
" ===================================

View File

@ -4,7 +4,7 @@
" URL: https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2020/02/04 08:03
" Last Change: 2020/02/27 08:57
" ===============================================================
set background=dark
@ -303,7 +303,7 @@ hi NERDTreeFlags guifg=#C8D0E3 ctermfg=252 guibg=NONE ctermbg=NONE gui=NONE cter
hi NERDTreeGitStatusDirDirty guifg=#FF3600 ctermfg=202 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi netrwClassify guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi phpCommentTitle guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi phpDocTags guifg=#DDCFBF ctermfg=187 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi phpDocTags guifg=#a1968a ctermfg=246 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi phpDocCustomTags guifg=#BFDAFF ctermfg=153 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link phpDocNamespaceSeparator Comment
hi phpUseNamespaceSeparator guifg=#DFDFE5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
@ -496,8 +496,15 @@ hi link zshStringDelimiter Delimiter
hi link zshDelimiter Delimiter
hi link zshParentheses Delimiter
if exists('*term_setansicolors')
let g:terminal_ansi_colors = repeat([0], 16)
endif
if has('nvim')
endif
" ===================================
" Generated by Estilo 1.4.1
" Generated by Estilo 1.5.0
" https://github.com/jacoborus/estilo
" ===================================

View File

@ -7,6 +7,7 @@ blue_gray: '#99A4BC'
blue_mid_gray: '#4F4F59'
blue_dark_gray: '#2F2F3A'
blue_darkest_gray: '#1C1C2C'
dark_tan: '#a1968a'
tan: '#DDCFBF'
tan_yellow: '#FFD392'
br_yellow: '#FFE8C0'

View File

@ -2,7 +2,7 @@ phpConstant: '' # Constant
phpCoreConstant: '' # Constant
phpComment: '' # Comment
phpCommentTitle: 'mid_gray_alt - i'
phpDocTags: 'tan - i' # PreProc
phpDocTags: 'dark_tan - i' # PreProc
phpDocCustomTags: 'br_blue' # Type
phpDocNamespaceSeparator: '@Comment'
phpUseNamespaceSeparator: 'light_gray -'