mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Implemented Gruvbox
This commit is contained in:
parent
d93ab45b9f
commit
3c33b3e8b6
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
color molokai
|
||||
color gruvbox
|
||||
|
||||
" vim-devicons
|
||||
set encoding=utf8
|
||||
|
Loading…
Reference in New Issue
Block a user