branch: externals/modus-operandi-theme
commit c2da8a08e8e28e9b83904cecf396d79345de8db0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for JULIA
---
README.org | 1 +
modus-operandi-theme.el | 4 ++++
modus-vivendi-theme.el | 4 ++++
3 files changed, 9 insertions(+)
diff --git a/README.org b/README.org
index 09052a9..37a9003 100644
--- a/README.org
+++ b/README.org
@@ -294,6 +294,7 @@ the "full support" may not be 100% true…
+ ivy-posframe
+ jira (org-jira)
+ js2-mode
++ julia
+ jupyter
+ kaocha-runner
+ keycast
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index de7c7b1..aa6e116 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -171,6 +171,7 @@
;; ivy-posframe
;; jira (org-jira)
;; js2-mode
+;; julia
;; jupyter
;; kaocha-runner
;; keycast
@@ -1774,6 +1775,9 @@ between foreground and background is >= 7:1)."
`(js2-private-function-call ((,class (:foreground ,green-alt-other))))
`(js2-private-member ((,class (:foreground ,fg-special-mild))))
`(js2-warning ((,class (:foreground ,yellow-alt :underline t))))
+ ;;;; julia
+ `(julia-macro-face ((,class (:foreground ,magenta :weight
,modus-theme-bold))))
+ `(julia-quoted-symbol-face ((,class (:foreground ,blue-alt-other))))
;;;; jupyter
`(jupyter-eval-overlay ((,class (:foreground ,blue :weight bold))))
`(jupyter-repl-input-prompt ((,class (:foreground ,cyan-alt-other))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8ae7529..48a29b1 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -171,6 +171,7 @@
;; ivy-posframe
;; jira (org-jira)
;; js2-mode
+;; julia
;; jupyter
;; kaocha-runner
;; keycast
@@ -1774,6 +1775,9 @@ between foreground and background is >= 7:1)."
`(js2-private-function-call ((,class (:foreground ,green-alt-other))))
`(js2-private-member ((,class (:foreground ,fg-special-mild))))
`(js2-warning ((,class (:foreground ,yellow-alt :underline t))))
+ ;;;; julia
+ `(julia-macro-face ((,class (:foreground ,magenta :weight
,modus-theme-bold))))
+ `(julia-quoted-symbol-face ((,class (:foreground ,blue-alt-other))))
;;;; jupyter
`(jupyter-eval-overlay ((,class (:foreground ,blue :weight bold))))
`(jupyter-repl-input-prompt ((,class (:foreground ,cyan-alt-other))))