diff options
-rw-r--r-- | mutt/.mutt/pandoc.html | 8 | ||||
-rw-r--r-- | tmux/.tmux.conf | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/mutt/.mutt/pandoc.html b/mutt/.mutt/pandoc.html index c5ced82..c3701a5 100644 --- a/mutt/.mutt/pandoc.html +++ b/mutt/.mutt/pandoc.html @@ -22,6 +22,14 @@ blockquote blockquote { padding: 0.1em 10px; } +blockquote blockquote blockquote { + background: #eedddd; + font-style: italic; + border-left: 10px solid #dcc; + margin: 1em 10px; + padding: 0.1em 10px; +} + a:link { color: blue; text-decoration: none; diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3d27940..f31b0a1 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -20,10 +20,12 @@ set -g history-limit 10000 set -g default-terminal "screen-256color" set -g pane-border-status off # Alternative: top/bottom/... set -g pane-border-format "#{pane_current_command}" +set -g status-justify centre # Center window list set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" + PILOT_IGNORE= PILOT_BOUNDARY=ignore PILOT_MODE=wintab |