Update sc colors
This commit is contained in:
parent
52d40a2ac5
commit
6859029a5d
|
@ -106,4 +106,4 @@ Plug 'tpope/vim-eunuch' " unix helper co
|
|||
Plug 'sheerun/vim-polyglot' " vim plugin loader for many languages
|
||||
Plug 'leafo/moonscript-vim', {'for': ['moon', 'moonscript']} " moonscript language
|
||||
Plug 'OmniSharp/omnisharp-vim', {'for': ['cs']} " C# language
|
||||
Plug 'lytedev/elm-vim' " elm lang
|
||||
" Plug 'lytedev/elm-vim' " elm lang
|
||||
|
|
|
@ -8,7 +8,9 @@ color "type=HEADINGS fg=WHITE bg=BLACK bold=0 dim=0 standout=0 reverse=0"
|
|||
color "type=CELL_SELECTION_SC fg=WHITE bg=BLACK bold=1 dim=0 standout=1"
|
||||
color "type=CELL_SELECTION fg=WHITE bg=BLACK bold=1 dim=0 standout=1"
|
||||
color "type=STRG fg=WHITE bg=BLACK bold=0 dim=1"
|
||||
color "type=NUMB fg=YELLOW bg=BLACK bold=0 dim=1"
|
||||
color "type=NUMB fg=BLUE bg=BLACK bold=0 dim=1"
|
||||
color "type=EXPRESSION fg=GREEN bg=BLACK bold=0 dim=1"
|
||||
color "type=CELL_NEGATIVE fg=RED bg=BLACK bold=0 dim=1"
|
||||
|
||||
nmap "J" "<C-j>"
|
||||
nmap "fi" ":format \"0\"<cr>"
|
||||
|
|
|
@ -65,7 +65,6 @@ module-margin-right = 1
|
|||
|
||||
font-0 = ${env:BAR_FONT_DECLARATION}
|
||||
font-1 = ${env:BAR_ICON_FONT_DECLARATION}
|
||||
font-2 = ${env:BAR_ICON_FONT_2_DECLARATION}
|
||||
|
||||
modules-left = bspwm
|
||||
modules-center = date
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[ -f "$HOME/.fzf.bash" ] && source "$HOME/.fzf.bash"
|
||||
$(__fzf_cd__)
|
||||
# TODO: needs fixing...?
|
||||
[ -f "$HOME/.fzf.bash" ] && source "$HOME/.fzf.bash" && $(__fzf_cd__)
|
||||
|
|
|
@ -9,7 +9,9 @@ set editing-mode vi
|
|||
"\C-e": end-of-line
|
||||
"\C-d": delete-char
|
||||
|
||||
"\e\C-p": "cdp\n"
|
||||
"\e\C-p": " \C-e\C-u`__fzf_cd__`\n"
|
||||
"\e\C-s": " \C-e\C-uscwd\n"
|
||||
"\e\C-g": " \C-e\C-u. gcwd\n"
|
||||
|
||||
# vi settings
|
||||
$if mode=vi
|
||||
|
|
Reference in a new issue