commit d203ea69eb995b9a56c496aedb6bd9dd3130f9a2
parent 95012945a13707ec8a479587c74b61850c292181
Author: Benjamin Chausse <benjamin@chausse.xyz>
Date: Wed, 2 Dec 2020 22:19:53 -0500
blabla
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.Xresources b/.Xresources
@@ -25,7 +25,7 @@
*color13: #E16A98
!cyan
*color6: #42717B
-*color14: #738C9C
+*color14: #1A282f
!white
*color7: #C0C7Ca
*color15: #C0C7Ca
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
@@ -192,14 +192,14 @@ nmap <Space> <Leader>
nnoremap <leader>w :w<CR>
" #---Visual Enhancements---# "
-colorscheme elly
+colorscheme friffle
" colorscheme friffle
" Remove latex underscore errors
let g:tex_no_error=1
" let g:airline_powerline_fonts = 1
" Lightline config
let g:lightline = {
- \ 'colorscheme': 'elly',
+ \ 'colorscheme': 'friffle',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
@@ -225,7 +225,7 @@ filetype plugin indent on
" Nvim-R send line
nmap <C-Enter> <leader>l
" Nvim-R match colorscheme
-let rout_follow_colorscheme = 1
+let rout_follow_colorscheme = 0
" Nvim-R folding
let r_syntax_folding = 1
set foldnestmax=1
diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen
@@ -56,6 +56,6 @@ echo "$vifmcd\n\n$vifmv\n\n$vifmy" > ~/.cache/vifm-shortcuts
# #---Testing---# #
# echo "$raw" | sed "s/[A-z,a-z,0-9]*\s*|//"
-clear
+# clear
# echo "$vifmv"
-cat ~/.cache/vifm-shortcuts
+# cat ~/.cache/vifm-shortcuts