1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Implemented Gruvbox

This commit is contained in:
Ryan Kes 2019-06-19 12:14:53 +02:00
parent d93ab45b9f
commit 3c33b3e8b6
3 changed files with 11 additions and 8 deletions

View File

@ -149,3 +149,8 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-
#folder-hook gmail/inbox "color status J_black yellow " #folder-hook gmail/inbox "color status J_black yellow "
#folder-hook gmail/important "color status J_black yellow " #folder-hook gmail/important "color status J_black yellow "
color compose header color223 color234
color compose security_encrypt color175 color234
color compose security_sign color109 color234
color compose security_both color142 color234
color compose security_none color208 color234

View File

@ -33,13 +33,11 @@ bind-key U show-urls
bind-key x pb-delete bind-key x pb-delete
bind-key ^t next-unread bind-key ^t next-unread
color background default default # Color settings (Gruvbox)
color listnormal default default color listfocus white black bold
color listnormal_unread default default color listnormal_unread red black
color listfocus black yellow color listfocus_unread red black bold
color listfocus_unread black yellow color info color236 yellow bold
color info default black
color article default default
# highlights # highlights
highlight article "^(Title):.*$" blue default highlight article "^(Title):.*$" blue default

View File

@ -1,4 +1,4 @@
color molokai color gruvbox
" vim-devicons " vim-devicons
set encoding=utf8 set encoding=utf8