diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 18:37:37 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-02 18:37:37 +0200 |
commit | 9cdea34cffe7d6f5be739c3997603446e774a74d (patch) | |
tree | c8db3ad89cca43142f329b103e46c7d82e21ae43 | |
parent | 5e0b20c8a3b5b9f0539cefd4923a1a102a59c8ad (diff) |
checkpoint
-rw-r--r-- | config/extra/mutt/muttrc | 2 | ||||
-rw-r--r-- | config/extra/zathura/zathurarc | 31 |
2 files changed, 31 insertions, 2 deletions
diff --git a/config/extra/mutt/muttrc b/config/extra/mutt/muttrc index 6554188..a52ef08 100644 --- a/config/extra/mutt/muttrc +++ b/config/extra/mutt/muttrc @@ -1 +1 @@ -source /home/aluc/.config/mutt/configs/luca@spacehb.net.muttrc +source /home/aluc/.config/mutt/configs/tlast.hirende@gmail.com diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index 41e1980..b6d4fed 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -6,6 +6,7 @@ map o zoom out map f toggle_fullscreen map x toggle_statusbar map X toggle_index +map I recolor set font "monospace bold 11" set adjust-open "best-fit" @@ -14,6 +15,34 @@ set scroll-page-aware "true" set scroll-full-overlap 0.01 set scroll-step 100 -set guioptions " " +set guioptions "" set database "sqlite" set continuous-hist-save true + +set recolor true +set recolor-reverse-video true +set recolor-keephue true +set recolor-lightcolor "#2e3340" +set recolor-darkcolor "#d8dee9" + +set default-fg "#88C0D0" +set default-bg "#3b4252" +set completion-bg "#434c5e" +set completion-fg "#d8dee9" +set completion-highlight-fg "#434c5e" +set completion-highlight-bg "#d08770" +set inputbar-fg "#d8dee9" +set inputbar-bg "#3b4252" +set notification-bg "#81a1c1" +set notification-fg "#2e3440" +set notification-error-bg "#bf616a" +set notification-error-fg "#eceff4" +set notification-warning-bg "#ebcb8b" +set notification-warning-fg "#2e3340" +set highlight-active-color rgba(235,203,139,0.75) # #ebcb8b +set highlight-color rgba(235,203,139,0.5) +set highlight-fg "#2e3440" +set index-active-bg "#d08770" +set index-active-fg "#ebcb8b" +set index-bg "#2e3440" +set index-fg "#d8dee9" |