From 52e23426b8f90e85f5cc93b9ceb1a67fe7cc1136 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 18 Oct 2020 22:46:08 +0200 Subject: Update --- .config/newsboat/config | 6 +++--- .config/zsh/alias.zsh | 3 +++ .vimrc | 3 --- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 302d00b..b6340d2 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -26,9 +26,9 @@ bind-key x pb-delete bind-key ^t next-unread color listnormal cyan default -color listfocus black yellow standout -color listnormal_unread blue default bold -color listfocus_unread yellow default bold +color listfocus black cyan standout +color listnormal_unread yellow default bold +color listfocus_unread yellow black bold color info yellow black bold color article default default diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 75ddcf9..57b3ecc 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -35,3 +35,6 @@ alias cat='bat' alias vimz='nvim $(fzf)' alias v='nvim $(fzf)' alias twi='mpv https://twitch.tv/' +alias nb='newsboat' +alias mutt='neomutt' +alias nmt='neomutt' diff --git a/.vimrc b/.vimrc index 0062d0c..381e2f9 100644 --- a/.vimrc +++ b/.vimrc @@ -211,9 +211,6 @@ let g:cursormode_color_map = { " 10 buffers jump let g:airline#extensions#tabline#buffer_idx_mode = 1 -" Semantic colors -let g:semanticTermColors = [28,1,2,3,4,5,6,7,25,9,10,34,12,13,14,15,16,125,124,19] - " Org-mode let g:org_todo_keywords = ['TODO', '|', 'DONE', 'CANCELED'] " Disables automatic commenting on newline: -- cgit v1.2.3