diff options
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soria-theme.el b/soria-theme.el index 9a78aa7..6c4dd2b 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -274,13 +274,13 @@ The theme has to be reloaded after changing anything in this group." `(line-number ((,class (:inherit default - :foreground ,soria-gray :distant-foreground nil + :foreground ,soria-gray :background ,soria-darkgray :weight normal :italic nil :underline nil :strike-through nil)))) `(line-number-current-line ((,class (:inherit default - :foreground ,soria-white :distant-foreground nil + :foreground ,soria-white :background ,soria-darkgray :weight normal :italic nil :underline nil :strike-through nil)))) |
