Skip to content

Commit

Permalink
Merge pull request #17 from slotThe/diredfl
Browse files Browse the repository at this point in the history
Add support for `diredfl`
  • Loading branch information
motform authored May 7, 2022
2 parents c516bcc + 791e646 commit f842788
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions stimmung-themes-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,33 @@
`(dired-symlink ((t (:foreground ,fg1 :italic t))))
`(dired-warning ((t (:foreground ,red))))

;; diredfl
`(diredfl-compressed-file-name ((t (:foreground ,fg1))))
`(diredfl-compressed-file-suffix ((t (:foreground ,fg4))))
`(diredfl-date-time ((t (:foreground ,fg4 :inherit bold))))
`(diredfl-deletion ((t (:inherit error))))
`(diredfl-deletion-file-name ((t (:inherit error :strike-through ,red))))
`(diredfl-dir-heading ((t (:foreground ,fg1 :background ,bg2))))
`(diredfl-dir-name ((t (:foreground ,fg5 :background ,bg5 :inherit bold))))
`(diredfl-executable-tag ((t (:foreground ,fg1))))
`(diredfl-file-name ((t (:foreground ,fg1))))
`(diredfl-file-suffix ((t (:foreground ,fg1 :background ,stimmung-themes-dark-highlight-color))))
`(diredfl-flag-mark ((t (:background ,stimmung-themes-dark-highlight-color))))
`(diredfl-flag-mark-line ((t (:background ,stimmung-themes-dark-highlight-color))))
`(diredfl-ignored-file-name ((t (:foreground ,fg4))))
`(diredfl-number ((t (:foreground ,fg4 :inherit bold))))
`(diredfl-dir-priv ((t (:foreground ,fg1 :inherit bold))))
`(diredfl-exec-priv ((t (:foreground ,fg1))))
`(diredfl-link-priv ((t (:foreground ,fg1))))
`(diredfl-no-priv ((t (:foreground ,fg1))))
`(diredfl-other-priv ((t (:foreground ,fg1))))
`(diredfl-rare-priv ((t (:foreground ,fg1))))
`(diredfl-read-priv ((t (:foreground ,fg1))))
`(diredfl-write-priv ((t (:foreground ,fg1))))
`(diredfl-symlink ((t (:foreground ,fg5))))
`(diredfl-autofile-name ((t (:foreground ,fg1))))
`(diredfl-tagged-autofile-name ((t (:foreground ,fg1))))

;; evil
`(evil-ex-info ((t (:foreground ,red :italic t))))
`(evil-ex-search ((t (:background ,bg2 :foreground ,fg1 :bold t))))
Expand Down
27 changes: 27 additions & 0 deletions stimmung-themes-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,33 @@
`(dired-symlink ((t (:foreground ,fg1 :italic t))))
`(dired-warning ((t (:foreground ,fg1 :underline (:style wave :color ,warning)))))

;; diredfl
`(diredfl-compressed-file-name ((t (:foreground ,fg1))))
`(diredfl-compressed-file-suffix ((t (:foreground ,fg4))))
`(diredfl-date-time ((t (:foreground ,fg4 :inherit bold))))
`(diredfl-deletion ((t (:inherit error))))
`(diredfl-deletion-file-name ((t (:inherit error :strike-through ,red))))
`(diredfl-dir-heading ((t (:foreground ,fg1 :background ,bg2))))
`(diredfl-dir-name ((t (:foreground ,fg5 :background ,bg5 :inherit bold))))
`(diredfl-executable-tag ((t (:foreground ,fg1))))
`(diredfl-file-name ((t (:foreground ,fg1))))
`(diredfl-file-suffix ((t (:foreground ,fg1 :background ,stimmung-themes-light-highlight-color))))
`(diredfl-flag-mark ((t (:background ,stimmung-themes-light-highlight-color))))
`(diredfl-flag-mark-line ((t (:background ,stimmung-themes-light-highlight-color))))
`(diredfl-ignored-file-name ((t (:foreground ,fg4))))
`(diredfl-number ((t (:foreground ,fg4 :inherit bold))))
`(diredfl-dir-priv ((t (:foreground ,fg1 :inherit bold))))
`(diredfl-exec-priv ((t (:foreground ,fg1))))
`(diredfl-link-priv ((t (:foreground ,fg1))))
`(diredfl-no-priv ((t (:foreground ,fg1))))
`(diredfl-other-priv ((t (:foreground ,fg1))))
`(diredfl-rare-priv ((t (:foreground ,fg1))))
`(diredfl-read-priv ((t (:foreground ,fg1))))
`(diredfl-write-priv ((t (:foreground ,fg1))))
`(diredfl-symlink ((t (:foreground ,fg5))))
`(diredfl-autofile-name ((t (:foreground ,fg1))))
`(diredfl-tagged-autofile-name ((t (:foreground ,fg1))))

;; evil
`(evil-ex-info ((t (:foreground ,red :italic t))))
`(evil-ex-search ((t (:background ,bg2 :foreground ,fg1 :bold t))))
Expand Down

0 comments on commit f842788

Please sign in to comment.