Change booleans to same as number.

This commit is contained in:
Michael Welford 2019-12-09 09:50:56 +10:30
parent 0c50419eb0
commit c0f121797a
6 changed files with 11 additions and 10 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2019/12/04 09:14
" Last Change: 2019/12/09 09:44
" ============================================================
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/12/04 09:14
" Last Change: 2019/12/09 09:44
" ===============================================================
set background=dark
@ -73,10 +73,10 @@ hi Title guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi Visual guifg=#dfdfe5 ctermfg=254 guibg=#2f0e82 ctermbg=4 gui=NONE cterm=NONE
hi WildMenu guifg=#020221 ctermfg=0 guibg=#ffc552 ctermbg=221 gui=NONE cterm=NONE
hi Comment guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi Constant guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi Constant guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi String guifg=#c8d0e3 ctermfg=252 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link Character String
hi Boolean guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link Boolean Number
hi Number guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link Float Number
hi Identifier guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
@ -323,7 +323,7 @@ hi link phpIdentifier Identifier
hi phpStringDelimiter guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi phpSuperglobals guifg=#9f97cc ctermfg=140 guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi phpSpecialChar guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi link phpNullValue phpBoolean
hi phpNullValue guifg=#ff3600 ctermfg=202 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi plugDeleted guifg=#ff3600 ctermfg=202 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi plugBracket guifg=#ff761a ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi plug1 guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
@ -479,7 +479,7 @@ hi yamlFlowMappingKey guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE
hi link yamlFlowIndicator Delimiter
hi link yamlKeyValueDelimiter Delimiter
hi yamlNull guifg=#ff3600 ctermfg=202 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link yamlBool yamlNull
hi link yamlBool Number
hi yamlPlainScalar guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi zshCommands guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link zshBrackets Delimiter

View File

@ -44,6 +44,7 @@ class CcspUserService implements CcspUserServiceInterface {
$a_flag = FALSE;
$a_number = 0;
$a_null = NULL;
// @TODO fix this up, plaz.
return $reviewer;

View File

@ -46,10 +46,10 @@ WarningMsg: ''
WildMenu: 'bg yellow'
# BASE SYNTAX
Comment: 'mid_gray - i'
Constant: 'light_gray - b'
Constant: 'normal_gray - b'
String: 'light_blue_gray' # Constant
Character: '@String' # Constant
Boolean: 'light_gray' # Constant
Boolean: '@Number' # Constant
Number: 'normal_gray' # Constant
Float: '@Number' # Constant
Identifier: 'blue_gray'

View File

@ -60,4 +60,4 @@ phpIdentifierSimply: '' # Identifier
phpStringDelimiter: 'light_gray'
phpSuperglobals: 'lavender - b'
phpSpecialChar: 'blue_gray - b'
phpNullValue: '@phpBoolean'
phpNullValue: 'red'

View File

@ -24,7 +24,7 @@ yamlFlowIndicator: '@Delimiter' # Special
yamlKeyValueDelimiter: '@Delimiter' # Special
yamlConstant: '' # Constant
yamlNull: 'red -' # yamlConstant
yamlBool: '@yamlNull' # yamlConstant
yamlBool: '@Number' # yamlConstant
yamlAnchor: '' # Type
yamlAlias: '' # Type
yamlNodeTag: '' # Type