orgmode post process hook

( my-org-post-process-hook()
(while (re-search-forward "<pre " nil t)
(replace-match
"<pre style="background-color:#272821
t nil)))
(add-hook 'org-export-html-final-hook 'my-org-post-process-hook)