branch: elpa/alect-themes
commit eed73174e0cb578328df2d235905556b509102cf
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'rubik'
---
README.md | 1 +
alect-themes.el | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/README.md b/README.md
index d820c0b..fd2ff42 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ supported (themed):
- [mu4e](https://github.com/djcb/mu)
- [powerline](https://github.com/milkypostman/powerline)
- [realgud](https://github.com/realgud/realgud)
+- [rubik](https://github.com/Kurvivor19/rubik-mode)
- [sauron](https:/github.com/djcb/sauron)
- [slime](https://common-lisp.net/project/slime/)
- [sunrise-commander](https:/github.com/escherdragon/sunrise-commander)
diff --git a/alect-themes.el b/alect-themes.el
index 00cd728..d0f14c0 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1471,6 +1471,14 @@ For INVERT, see `alect-get-color'."
(rst-adornment ((,c :foreground ,(gc 'fg+2))))
(rst-literal ((,c :foreground ,(gc 'cyan+1))))
+ ;; rubik
+ (rubik-yellow ((,c :background ,(gc 'yellow-bg-1))))
+ (rubik-white ((,c :background ,(gc 'gray-2))))
+ (rubik-red ((,c :background ,(gc 'red-bg-1))))
+ (rubik-orange ((,c :background ,(gc 'yellow))))
+ (rubik-green ((,c :background ,(gc 'green-bg-1))))
+ (rubik-blue ((,c :background ,(gc 'blue-bg-1))))
+
;; ruler-mode
(ruler-mode-default ((,c :inherit alect-tab-unselected
:height 1.0)))