branch: elpa/monokai-theme
commit 2187ac81e6f9e98e331fb80e27762993ef2b09b7
Author: Konstantinos Natsakis <[email protected]>
Commit: GitHub <[email protected]>
Fix font-latex-doctex-preprocessor-face for 256 color terminals (#108)
---
monokai-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index c66f52d..7ba0c2c 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -881,7 +881,7 @@ Also affects 'linum-mode' background."
(:inherit (font-latex-doctex-documentation-face
font-lock-builtin-face
font-lock-preprocessor-face)))
- (,monokai-class
+ (,monokai-256-class
(:inherit (font-latex-doctex-documentation-face
font-lock-builtin-face
font-lock-preprocessor-face)))))