warnings
This commit is contained in:
parent
4cd1806682
commit
e23e873d23
@ -1,11 +1,11 @@
|
|||||||
scheme: "Everforest dark, medium"
|
scheme: "Everforest dark, medium"
|
||||||
author: "Sainnhe Park (sainnhe@gmail.com)"
|
author: "Sainnhe Park (sainnhe@gmail.com)"
|
||||||
|
|
||||||
base00: "232a2e" # Default Background
|
base00: "1e2326" # Default Background
|
||||||
base01: "343f44" # Lighter Background (Used for status bars, line number and folding marks)
|
base01: "272e33" # Lighter Background (Used for status bars, line number and folding marks)
|
||||||
base02: "3d484d" # Selection Background
|
base02: "343f44" # Selection Background
|
||||||
base03: "475258" # Comments, Invisibles, Line Highlighting
|
base03: "555f66" # Comments, Invisibles, Line Highlighting
|
||||||
base04: "4f585e" # Dark Foreground (Used for status bars)
|
base04: "7a8478" # Dark Foreground (Used for status bars)
|
||||||
base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators
|
base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators
|
||||||
base06: "859289" # Light Foreground (Not often used)
|
base06: "859289" # Light Foreground (Not often used)
|
||||||
base07: "9da9a0" # Light Background (Not often used)
|
base07: "9da9a0" # Light Background (Not often used)
|
||||||
@ -16,4 +16,4 @@ base0B: "a7c080" # Strings, Inherited Class, Markup Code, Diff Inserted
|
|||||||
base0C: "7fbbb3" # Support, Regular Expressions, Escape Characters, Markup Quotes
|
base0C: "7fbbb3" # Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||||
base0D: "83c092" # Functions, Methods, Attribute IDs, Headings
|
base0D: "83c092" # Functions, Methods, Attribute IDs, Headings
|
||||||
base0E: "d699b6" # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
base0E: "d699b6" # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||||
base0F: "543a48" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
base0F: "5c3f4f" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
||||||
|
|||||||
@ -85,6 +85,21 @@ let s:IA3 = [ s:gui05, s:gui02, s:cterm05, s:cterm02 ]
|
|||||||
let g:airline#themes#theme#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3)
|
let g:airline#themes#theme#palette.inactive = airline#themes#generate_color_map(s:IA1, s:IA2, s:IA3)
|
||||||
let g:airline#themes#theme#palette.inactive_modified = g:airline#themes#theme#palette.normal_modified
|
let g:airline#themes#theme#palette.inactive_modified = g:airline#themes#theme#palette.normal_modified
|
||||||
|
|
||||||
|
let g:airline#themes#theme#palette.normal.airline_warning =
|
||||||
|
\ [ s:gui01, s:gui09, s:cterm01, s:cterm09 ]
|
||||||
|
|
||||||
|
let g:airline#themes#theme#palette.insert.airline_warning =
|
||||||
|
\ [ s:gui01, s:gui09, s:cterm01, s:cterm09 ]
|
||||||
|
|
||||||
|
let g:airline#themes#theme#palette.visual.airline_warning =
|
||||||
|
\ [ s:gui01, s:gui09, s:cterm01, s:cterm09 ]
|
||||||
|
|
||||||
|
let g:airline#themes#theme#palette.replace.airline_warning =
|
||||||
|
\ [ s:gui01, s:gui09, s:cterm01, s:cterm09 ]
|
||||||
|
|
||||||
|
let g:airline#themes#theme#palette.inactive.airline_warning =
|
||||||
|
\ [ s:gui05, s:gui09, s:cterm05, s:cterm09 ]
|
||||||
|
|
||||||
" g Here we define the color map for ctrlp. We check for the g:loaded_ctrlp
|
" g Here we define the color map for ctrlp. We check for the g:loaded_ctrlp
|
||||||
" variable so that related functionality is loaded iff the user is using
|
" variable so that related functionality is loaded iff the user is using
|
||||||
" ctrlp. Note that this is optional, and if you do not define ctrlp colors
|
" ctrlp. Note that this is optional, and if you do not define ctrlp colors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user