diff options
| -rw-r--r-- | CHANGELOG.org | 3 | ||||
| -rw-r--r-- | soria-theme.el | 76 |
2 files changed, 78 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index ee3412a..a217b31 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,7 +4,8 @@ ** Next -- Added support for =shr=. +- Added support for =shr=. See [[https://github.com/mssola/soria/commit/cc225f51ea724d8767f97249d8c6b3fc5182d331][cc225f51ea72]]. +- Added support for =diredfl=. ** 0.4.1 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 |
