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/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 ^t next-unread
color background default default
color listnormal default default
color listnormal_unread default default
color listfocus black yellow
color listfocus_unread black yellow
color info default black
color article default default
# Color settings (Gruvbox)
color listfocus white black bold
color listnormal_unread red black
color listfocus_unread red black bold
color info color236 yellow bold
# highlights
highlight article "^(Title):.*$" blue default

View File

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