From 96eace33dd16d553a9318f08209f108ec69c5cd7 Mon Sep 17 00:00:00 2001 From: Michael Welford Date: Mon, 9 Sep 2019 11:47:30 +0930 Subject: [PATCH] Update selection colour ... _again_ --- autoload/airline/themes/falcon.vim | 2 +- colors/falcon.vim | 4 ++-- estilo/palettes/falcon.yml | 2 +- iterm2/falcon.itermcolors | 6 +++--- kitty/kitty.falcon.conf | 2 +- tmux/falcon.tmux.conf | 2 +- tmux/falcon.tmux.conf.pre-2.9 | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/autoload/airline/themes/falcon.vim b/autoload/airline/themes/falcon.vim index 4537665..cb878b7 100644 --- a/autoload/airline/themes/falcon.vim +++ b/autoload/airline/themes/falcon.vim @@ -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 = {} diff --git a/colors/falcon.vim b/colors/falcon.vim index 81983f3..e869355 100644 --- a/colors/falcon.vim +++ b/colors/falcon.vim @@ -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 diff --git a/estilo/palettes/falcon.yml b/estilo/palettes/falcon.yml index e2b3fbd..f785dae 100644 --- a/estilo/palettes/falcon.yml +++ b/estilo/palettes/falcon.yml @@ -31,4 +31,4 @@ inactive_status: '#212127' off_red: '#b24d36' off_blue: '#747e8c' off_green: '#798c54' -indigo: '#3b0d91' +indigo: '#2f0e82' diff --git a/iterm2/falcon.itermcolors b/iterm2/falcon.itermcolors index 033cae8..2e9e51a 100644 --- a/iterm2/falcon.itermcolors +++ b/iterm2/falcon.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.56862747669219971 + 0.50980395078659058 Color Space sRGB Green Component - 0.050980392843484879 + 0.054901961237192154 Red Component - 0.23137255012989044 + 0.18431372940540314 diff --git a/kitty/kitty.falcon.conf b/kitty/kitty.falcon.conf index 2ea0e03..83e4d9a 100644 --- a/kitty/kitty.falcon.conf +++ b/kitty/kitty.falcon.conf @@ -9,7 +9,7 @@ foreground #b4b4b9 background #020221 selection_foreground #dfdfe5 -selection_background #3b0d91 +selection_background #2f0e82 #: black color0 #000004 diff --git a/tmux/falcon.tmux.conf b/tmux/falcon.tmux.conf index f43de4e..85d2001 100644 --- a/tmux/falcon.tmux.conf +++ b/tmux/falcon.tmux.conf @@ -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" diff --git a/tmux/falcon.tmux.conf.pre-2.9 b/tmux/falcon.tmux.conf.pre-2.9 index c58d2a0..d92159f 100644 --- a/tmux/falcon.tmux.conf.pre-2.9 +++ b/tmux/falcon.tmux.conf.pre-2.9 @@ -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"