branch: elpa/subatomic-theme
commit 67bcc16a8ead83353088295496031f5a00e212e9
Author: Owain Lewis <[email protected]>
Commit: Owain Lewis <[email protected]>

    Fix line number colors
---
 subatomic-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index b437d39..9387881 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -67,6 +67,9 @@ The theme has to be reloaded after changing anything in this 
group."
 
    `(fringe
      ((t (:background ,midnight))))
+       
+   `(linum 
+      ((t (:background, midnight :foreground, relaxed-white))))
 
    `(vertical-border
      ((t (:foreground ,midnight-2))))

Reply via email to