diff options
-rw-r--r-- | custom/jao-custom-notmuch.el | 7 | ||||
-rw-r--r-- | data/kitty.conf | 18 | ||||
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 |
3 files changed, 13 insertions, 15 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 539dd31..07f3298 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -178,14 +178,12 @@ :weight bold))) `(("unread") ("signed") - ("new" "N") + ("new" "❇") ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) ("sent" "S") ("attachment" "📎") ("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e))) - ;; ("attachment" "+") - ;; ("deleted" "xxx" (propertize tag 'face '(:underline nil ,@e))) - ("flagged" "!" (propertize tag 'face ',e)) + ("flagged" "⚑" (propertize tag 'face ',e)) ("jao" "j") ("bigml" "b") ("feeds" "f") @@ -405,6 +403,7 @@ :config (advice-add 'notmuch-clean-address :filter-args #'jao-mail-clean-address) + (add-hook 'notmuch-show-mode-hook (lambda () (setq fill-column 80))) :bind (:map notmuch-show-mode-map diff --git a/data/kitty.conf b/data/kitty.conf index 3784114..cb84df1 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -4,13 +4,6 @@ bold_font Fira Code SemiBold italic_font Fira Code Italic disable_ligatures always -map ctrl+enter send_text all \x1b[27;5;13~ -map ctrl+. send_text all \x1b[27;5;46~ -map ctrl+; send_text all \x1b[27;5;59~ -map ctrl+' send_text all \x1b[27;5;39~ -map ctrl+( send_text all \x1b[27;5;40~ -map ctrl+) send_text all \x1b[27;5;41~ - box_drawing_scale 0.1, 0.5, 1, 1 cursor orangered2 @@ -44,8 +37,6 @@ window_alert_on_bell yes enable_audio_bell no remember_window_size no -initial_window_width 640 -initial_window_height 400 enabled_layouts * window_border_width 1 @@ -62,7 +53,7 @@ background_opacity 0.9 selection_background #efebe7 selection_foreground #101010 -# *color0: rgb:21/36/4b +# black color0 grey5 color8 grey5 # red @@ -86,3 +77,10 @@ color14 cyan4 # white color7 white color15 white + +map ctrl+enter send_text all \x1b[27;5;13~ +map ctrl+. send_text all \x1b[27;5;46~ +map ctrl+; send_text all \x1b[27;5;59~ +map ctrl+' send_text all \x1b[27;5;39~ +map ctrl+( send_text all \x1b[27;5;40~ +map ctrl+) send_text all \x1b[27;5;41~ diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7bbc3c8..4eaee2c 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -74,9 +74,10 @@ (outline (c "black") bf) (outline-1 (c green) bf) (outline-2 (c blue) nbf) - (outline-3 (c lightgreen) nul nbf) + (outline-3 (c lightgreen)) (outline-4 (c blue) nul nbf) (outline-5 (c blue) nul nbf) + (outline-minor-1 (c green hl) nbf ext) (f00 (c green)) (f01 (c blue)) (f02 (c dark-gray)) |