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

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

[nongnu] elpa/material-theme 765e777 076/118: Add spaceline python envir


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 765e777 076/118: Add spaceline python environment face
Date: Thu, 21 Oct 2021 18:06:24 -0400 (EDT)

branch: elpa/material-theme
commit 765e777c8f82c71f40f990a7b9db92a3180dfbf1
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    Add spaceline python environment face
---
 material-light-theme.el | 3 +++
 material-theme.el       | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index a23a1e1..2099b1c 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -605,6 +605,9 @@
    `(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
    `(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
 
+   ;; spaceline
+   `(spaceline-python-venv ((t (:foreground ,aqua))))
+
    ;; Outline
    `(outline-1 ((,class (:inherit nil :foreground ,"#424242"))))
    `(outline-2 ((,class (:inherit nil :foreground ,"#646464"))))
diff --git a/material-theme.el b/material-theme.el
index b090335..795425f 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -599,6 +599,9 @@
    `(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
    `(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
 
+   ;; Spaceline
+   `(spaceline-python-venv ((t (:foreground ,yellow))))
+
    ;; Outline
    `(outline-1 ((,class (:inherit nil :foreground ,"#eceff1"))))
    `(outline-2 ((,class (:inherit nil :foreground ,"#e1f5fe"))))



reply via email to

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