Update selection colour ... _again_

This commit is contained in:
Michael Welford 2019-09-09 11:47:30 +09:30
parent 98b79399ae
commit 96eace33dd
7 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2019/09/05 12:39
" Last Change: 2019/09/09 11:40
" ============================================================
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/09/05 12:39
" Last Change: 2019/09/09 11:40
" ===============================================================
set background=dark
@ -70,7 +70,7 @@ hi TabLine guifg=#787882 ctermfg=243 guibg=#36363a ctermbg=237 gui=NONE cterm=NO
hi TabLineFill guifg=NONE ctermfg=NONE guibg=#212127 ctermbg=235 gui=NONE cterm=NONE
hi TabLineSel guifg=#dfdfe5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi Title guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi Visual guifg=#dfdfe5 ctermfg=254 guibg=#3b0d91 ctermbg=54 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

View File

@ -31,4 +31,4 @@ inactive_status: '#212127'
off_red: '#b24d36'
off_blue: '#747e8c'
off_green: '#798c54'
indigo: '#3b0d91'
indigo: '#2f0e82'

View File

@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.56862747669219971</real>
<real>0.50980395078659058</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.050980392843484879</real>
<real>0.054901961237192154</real>
<key>Red Component</key>
<real>0.23137255012989044</real>
<real>0.18431372940540314</real>
</dict>
</dict>
</plist>

View File

@ -9,7 +9,7 @@ foreground #b4b4b9
background #020221
selection_foreground #dfdfe5
selection_background #3b0d91
selection_background #2f0e82
#: black
color0 #000004

View File

@ -15,7 +15,7 @@ set -g pane-border-status bottom
set -g pane-border-format '─'
# selection
set -g mode-style "fg=#dfdfe5,bg=#3b0d91"
set -g mode-style "fg=#dfdfe5,bg=#2f0e82"
# active / inactive pane bg
set -g window-style "bg=#151521"

View File

@ -21,7 +21,7 @@ set -g pane-border-status bottom
set -g pane-border-format '─'
# selection
set -g mode-style "fg=#dfdfe5,bg=#3b0d91"
set -g mode-style "fg=#dfdfe5,bg=#2f0e82"
# active / inactive pane bg
set -g window-style "bg=#151521"