added themes, niri waybar updat, nvim plugins updates and additions
This commit is contained in:
@@ -98,8 +98,7 @@ index-format=notmuch://~/.local/share/mail
|
||||
#index-columns=flags:4,name<20%,subject,date>=
|
||||
border-char-vertical="│"
|
||||
border-char-horizontal="─"
|
||||
# styleset-name=catppuccin-mocha
|
||||
styleset-name=rose-pine
|
||||
# styleset-name=rose-pine
|
||||
|
||||
#
|
||||
# Each name in index-columns must have a corresponding column-$name setting.
|
||||
@@ -638,9 +637,16 @@ header-layout=From,To,Subject,Date
|
||||
#parse-http-links=true
|
||||
|
||||
[compose]
|
||||
editor=nvim # or your preferred editor
|
||||
editor=nvim +'set ft=mail'
|
||||
|
||||
# editor=nvim +setf\ mail
|
||||
# editor=nvim # or your preferred editor
|
||||
# Address book command
|
||||
address-book-cmd=abook --mutt-query '%s'
|
||||
# Specifies the command to run the editor with. It will be shown in an embedded
|
||||
|
||||
# Auto-complete addresses
|
||||
# address-book-cmd-match='%s'
|
||||
# address-book-cmd=abook --mutt-query '%s'
|
||||
# terminal, though it may also launch a graphical window if the environment
|
||||
# supports it. Defaults to $EDITOR, or vi.
|
||||
#editor=
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
*.default=true
|
||||
*.normal=true
|
||||
|
||||
default.fg=#cdd6f4
|
||||
|
||||
error.fg=#f38ba8
|
||||
warning.fg=#fab387
|
||||
success.fg=#a6e3a1
|
||||
|
||||
tab.fg=#6c7086
|
||||
tab.bg=#181825
|
||||
tab.selected.fg=#cdd6f4
|
||||
tab.selected.bg=#1e1e2e
|
||||
tab.selected.bold=true
|
||||
|
||||
border.fg=#11111b
|
||||
border.bold=true
|
||||
|
||||
msglist_unread.bold=true
|
||||
msglist_flagged.fg=#f9e2af
|
||||
msglist_flagged.bold=true
|
||||
msglist_result.fg=#89b4fa
|
||||
msglist_result.bold=true
|
||||
msglist_*.selected.bold=true
|
||||
msglist_*.selected.bg=#313244
|
||||
|
||||
dirlist_*.selected.bold=true
|
||||
dirlist_*.selected.bg=#313244
|
||||
|
||||
statusline_default.fg=#9399b2
|
||||
statusline_default.bg=#313244
|
||||
statusline_error.bold=true
|
||||
statusline_success.bold=true
|
||||
|
||||
selector_focused.bg=#313244
|
||||
|
||||
completion_default.selected.bg=#313244
|
||||
|
||||
[viewer]
|
||||
url.fg=#89b4fa
|
||||
url.underline=true
|
||||
header.bold=true
|
||||
signature.dim=true
|
||||
diff_meta.bold=true
|
||||
diff_chunk.fg=#89b4fa
|
||||
diff_chunk_func.fg=#89b4fa
|
||||
diff_chunk_func.bold=true
|
||||
diff_add.fg=#a6e3a1
|
||||
diff_del.fg=#f38ba8
|
||||
quote_*.fg=#6c7086
|
||||
quote_1.fg=#9399b2
|
||||
Reference in New Issue
Block a user