Add in highlightedyank, update markdown.

This commit is contained in:
Michael Welford 2019-07-29 13:30:43 +09:30
parent d82e93a171
commit 2fc67c0c02
5 changed files with 23 additions and 21 deletions

View File

@ -1,12 +1,10 @@
# Falcon Todo
## Before launch 2.x
* Update screenshots
* Tag it and bag it
## @Todo
* statusline - airline check
* increase contrast in markdown for code blocks - maybe another gray...
* check gnome
* add in palette file with rbg and hex and names
## Full list
* Tag current version, create 2.x branch

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2019/07/15 13:42
" Last Change: 2019/07/29 13: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: 2019/07/15 13:42
" Last Change: 2019/07/29 13:12
" ===============================================================
set background=dark
@ -170,17 +170,18 @@ hi helpHyperTextJump guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=under
hi helpHeadline guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi helpSectionDelim guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi helpOption guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi HighlightedyankRegion guifg=#020221 ctermfg=0 guibg=#b4b4b9 ctermbg=249 gui=NONE cterm=NONE
hi link htmlTag Delimiter
hi htmlEndTag guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlArg guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlTagName guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlSpecialTagName guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH1 guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH2 guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH3 guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH4 guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH5 guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi htmlH6 guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link htmlH1 Function
hi link htmlH2 htmlH1
hi link htmlH3 htmlH1
hi link htmlH4 htmlH1
hi link htmlH5 htmlH1
hi link htmlH6 htmlH1
hi htmlTitle guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi htmlSpecialChar guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentGuidesOdd guifg=NONE ctermfg=NONE guibg=#36363a ctermbg=237 gui=NONE cterm=NONE
@ -265,11 +266,13 @@ hi htmlBold guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi link mkdListItem Delimiter
hi htmlItalic guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi mkdCode guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link mkdHeading Delimiter
hi healthSuccess guifg=#020221 ctermfg=0 guibg=#718e3f ctermbg=65 gui=NONE cterm=NONE
hi healthError guifg=#020221 ctermfg=0 guibg=#ff3600 ctermbg=202 gui=NONE cterm=NONE
hi NERDTreeCWD guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NERDTreeOpenable guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NERDTreeClosable guifg=#ff761a ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NERDTreeClosable guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NERDTreeFlags guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
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

View File

@ -31,12 +31,12 @@ markdownEscape: '' # Special
markdownError: '@SpellBad' # Error
markdownXmlElement: 'mid_gray'
htmlH1: 'yellow'
htmlH2: 'light_gray'
htmlH3: 'light_gray'
htmlH4: 'light_gray'
htmlH5: 'light_gray'
htmlH6: 'light_gray'
htmlH1: '@Function'
htmlH2: '@htmlH1'
htmlH3: '@htmlH1'
htmlH4: '@htmlH1'
htmlH5: '@htmlH1'
htmlH6: '@htmlH1'
mkdLink: '@Underlined'
mkdURL: 'blue_gray - u'
mkdInlineURL: 'blue_gray - u'
@ -45,6 +45,7 @@ htmlBold: '- - b'
mkdListItem: '@Delimiter'
htmlItalic: '- - i'
mkdCode: 'mid_gray_alt'
mkdHeading: '@Delimiter'
# These are used when running Neovim health checks.
healthSuccess: 'bg green'

View File

@ -20,8 +20,8 @@ NERDTreeUp: '' # Directory
NERDTreeFile: '' # Normal
NERDTreeCWD: 'yellow' # Statement
NERDTreeOpenable: 'tan' # Title
NERDTreeClosable: 'orange' # Title
NERDTreeClosable: 'tan' # Title
NERDTreeIgnore: '' # ignore
NERDTreeRO: '' # WarningMsg
NERDTreeFlags: '' # Number
NERDTreeFlags: 'tan' # Number
NERDTreeGitStatusDirDirty: 'red'