emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme 741c4c3 190/207: Adds theme colors for treem


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 741c4c3 190/207: Adds theme colors for treemacs
Date: Thu, 21 Oct 2021 18:07:59 -0400 (EDT)

branch: elpa/monokai-theme
commit 741c4c3e05bafcf21c3f459df5dd2d6f7f1e03ba
Author: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
Commit: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>

    Adds theme colors for treemacs
---
 monokai-theme.el | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 57c060c..9a54674 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5215,6 +5215,61 @@ Also affects 'linum-mode' background."
                                    :foreground ,monokai-background
                                    :inherit ,monokai-pitch))))
 
+   ;; treemacs
+   `(treemacs-directory-face
+      ((,monokai-class (:foreground ,monokai-violet
+                         :background ,monokai-background
+                         :weight bold))
+        (,monokai-256-class (:foreground ,monokai-256-violet
+                              :background ,monokai-256-background
+                              :weight bold))))
+
+   `(treemacs-header-face
+      ((,monokai-class (:foreground ,monokai-yellow
+                         :background ,monokai-background
+                         :underline t
+                         :weight bold))
+        (,monokai-256-class (:foreground ,monokai-256-yellow
+                              :background ,monokai-256-background
+                              :underline t
+                              :weight bold))))
+
+   `(treemacs-git-modified-face
+      ((,monokai-class (:foreground ,monokai-green
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-green
+                              :background ,monokai-256-background))))
+
+   `(treemacs-git-renamed-face
+      ((,monokai-class (:foreground ,monokai-red
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-red
+                              :background ,monokai-256-background))))
+
+   `(treemacs-git-ignored-face
+      ((,monokai-class (:foreground ,monokai-gray-l
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-gray-l
+                              :background ,monokai-256-background))))
+
+   `(treemacs-git-untracked-face
+      ((,monokai-class (:foreground ,monokai-red
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-red
+                              :background ,monokai-256-background))))
+
+   `(treemacs-git-added-face
+      ((,monokai-class (:foreground ,monokai-green
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-green
+                              :background ,monokai-256-background))))
+
+   `(treemacs-git-conflict-face
+      ((,monokai-class (:foreground ,monokai-orange
+                         :background ,monokai-background))
+        (,monokai-256-class (:foreground ,monokai-256-orange
+                              :background ,monokai-256-background))))
+
    ;; tuareg
    `(tuareg-font-lock-governing-face
      ((,monokai-class (:foreground ,monokai-magenta



reply via email to

[Prev in Thread] Current Thread [Next in Thread]