branch: elpa/subatomic-theme
commit f28a78b1bcba16b89e7b48f5c20de8884186552a
Merge: b592edc cde822d
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    Merge pull request #2 from owainlewis/master
    
    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..1669a49 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 ,mystic-blue))))
 
    `(vertical-border
      ((t (:foreground ,midnight-2))))

Reply via email to