From b9a35f891b24380ce57d1468463ffe71e2738204 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 16 Oct 2021 11:38:07 +0200 Subject: Added support for diredfl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 41fbc8d..f885382 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -926,6 +926,82 @@ The theme has to be reloaded after changing anything in this group." `(git-timemachine-minibuffer-author-face ((,class (:foreground ,soria-blue :weight normal)))) + ;; diredfl + `(diredfl-autofile-name + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-compressed-file-name + ((,class (:foreground ,soria-orange :weight normal)))) + + `(diredfl-compressed-file-suffix + ((,class (:foreground ,soria-orange :weight normal)))) + + `(diredfl-date-time + ((,class (:foreground ,soria-gray)))) + + `(diredfl-deletion + ((,class (:foreground ,soria-redpastel :weight normal)))) + + `(diredfl-deletion-file-name + ((,class (:foreground ,soria-redpastel :weight normal)))) + + `(diredfl-dir-heading + ((,class (:background ,soria-darkgray)))) + + `(diredfl-dir-name + ((,class (:foreground ,soria-blue :weight normal)))) + + `(diredfl-dir-priv + ((,class (:foreground ,soria-blue :weight normal)))) + + `(diredfl-exec-priv + ((,class (:foreground ,soria-yellow :weight normal)))) + + `(diredfl-executable-tag + ((,class (:foreground ,soria-yellow :weight normal)))) + + `(diredfl-file-name + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-file-suffix + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-flag-mark + ((,class (:foreground ,soria-green :weight normal)))) + + `(diredfl-flag-mark-line + ((,class (:foreground ,soria-green :weight normal)))) + + `(diredfl-ignored-file-name + ((,class (:foreground ,soria-gray :weight normal)))) + + `(diredfl-link-priv + ((,class (:foreground ,soria-purple :weight normal)))) + + `(diredfl-no-priv + ((,class (:background ,soria-darkgray)))) + + `(diredfl-number + ((,class (:foreground ,soria-orange :weight normal)))) + + `(diredfl-other-priv + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-rare-priv + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-read-priv + ((,class (:foreground ,soria-green :weight normal)))) + + `(diredfl-symlink + ((,class (:foreground ,soria-purple :weight normal)))) + + `(diredfl-tagged-autofile-name + ((,class (:foreground ,soria-white :weight normal)))) + + `(diredfl-write-priv + ((,class (:foreground ,soria-redpastel :weight normal)))) + ;; diff `(diff-added -- cgit v1.2.3