aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-16 11:38:07 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-16 11:38:07 +0200
commitb9a35f891b24380ce57d1468463ffe71e2738204 (patch)
treecb4b72222f7d52f76f18fbd8d471d201e4040b1b /soria-theme.el
parentcc225f51ea724d8767f97249d8c6b3fc5182d331 (diff)
downloadsoria-b9a35f891b24380ce57d1468463ffe71e2738204.tar.gz
soria-b9a35f891b24380ce57d1468463ffe71e2738204.zip
Added support for diredfl
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el76
1 files changed, 76 insertions, 0 deletions
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