feat(syncthing): Add syncthing package with custom faces
This commit is contained in:
@@ -119,7 +119,24 @@
|
||||
`(proced-executable ((,class (:foreground ,cyan))))
|
||||
`(proced-run-status-code ((,class (:foreground ,green))))
|
||||
`(proced-uninterruptible-sleep-status-code ((,class (:foreground ,red))))
|
||||
`(proced-time-colon ((,class (:foreground ,violet)))))))
|
||||
`(proced-time-colon ((,class (:foreground ,violet))))
|
||||
|
||||
`(syncthing-bold ((,class (:inherit bold))))
|
||||
`(syncthing-italic ((,class (:inherit italic))))
|
||||
`(syncthing-my-id ((,class (:foreground ,blue :weight bold))))
|
||||
`(syncthing-rate-upload ((,class (:foreground ,green))))
|
||||
`(syncthing-rate-download ((,class (:foreground ,blue :weight bold))))
|
||||
`(syncthing-uptime ((,class (:foreground ,magenta :wegiht bold))))
|
||||
`(syncthing-count-discovery ((,class (:foreground ,blue :weight bold))))
|
||||
`(syncthing-count-listeners ((,class (:foreground ,green :weight bold))))
|
||||
`(syncthing-count-local-bytes ((,class (:foreground ,cyan :weight bold))))
|
||||
`(syncthing-count-local-files ((,class (:inherit default :weight bold))))
|
||||
`(syncthing-count-local-folders ((,class (:foreground ,yellow :weight bold))))
|
||||
`(syncthing-progress-100 ((,class (:foreground ,green))))
|
||||
`(syncthing-progress-75 ((,class (:foreground ,cyan))))
|
||||
`(syncthing-progress-50 ((,class (:foreground ,yellow))))
|
||||
`(syncthing-progress-25 ((,class (:foreground ,orange))))
|
||||
`(syncthing-progress-0 ((,class (:foreground ,red)))))))
|
||||
|
||||
(provide-theme 'my-base16-dark)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user