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

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

[nongnu] elpa/subatomic-theme 38c8f5d 10/58: flymake faces


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 38c8f5d 10/58: flymake faces
Date: Thu, 21 Oct 2021 18:11:12 -0400 (EDT)

branch: elpa/subatomic-theme
commit 38c8f5d2fe185df8a93f77ccd4b3a7fee2c3fa59
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    flymake faces
---
 README.md          | 12 ++++++++++++
 subatomic-theme.el | 10 +++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8e763a6..865e869 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,18 @@ Or if you want to do it in your init file, add:
 (load-theme 'subatomic t)
 ```
 
+Manual installation
+-------------------
+If you prefer, you can install Subatomic manually by downloading 
<code>subatomic-theme.el</code> and place it somewhere in your 
<code>custom-theme-load-path</code>.
+
+You can set your <code>custom-theme-load-path</code> by adding this to your 
<code>.emacs.d</code> or <code>.emacs.d/init.el</code>:
+
+```lisp
+(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
+```
+
+You should now be able to load Subatomic with <code>M-x load-theme RET 
subatomic</code>!
+
 Improvements
 ============
 
diff --git a/subatomic-theme.el b/subatomic-theme.el
index 814bc06..4af9bd7 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Olsson <john@cryon.se>
 ;; URL: https://github.com/cryon/subatomic
-;; Version: 1.1
+;; Version: 1.2
 
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
@@ -159,6 +159,14 @@
    `(font-lock-doc-face
      ((t (:foreground ,axiomatic-purple :italic t))))
 
+   ;; flymake
+
+   `(flymake-errline
+     ((t (:underline ,full-red))))
+
+   `(flymake-warnline
+     ((t (:underline ,full-yellow))))
+
    ;; eshell
 
    `(eshell-ls-clutter



reply via email to

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