aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-27 22:10:36 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-27 22:10:36 +0200
commit2f8d130dce812c00d0c29fe7c7f9ebabdadcda17 (patch)
tree99d68d8a54b1140c00ee709add33cdfee14b0e64 /soria-theme.el
parentfcc14cc99f0d26abf91af682b5fdedf5a8a37003 (diff)
downloadsoria-2f8d130dce812c00d0c29fe7c7f9ebabdadcda17.tar.gz
soria-2f8d130dce812c00d0c29fe7c7f9ebabdadcda17.zip
Remove underline from font-lock-variable-name-face
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/soria-theme.el b/soria-theme.el
index 6c7be93..54a4668 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -178,7 +178,7 @@ The theme has to be reloaded after changing anything in this group."
((,class (:foreground ,soria-white))))
`(font-lock-variable-name-face
- ((,class (:foreground ,soria-white))))
+ ((,class (:foreground ,soria-white :underline nil))))
`(font-lock-preprocessor-face
((,class (:foreground ,soria-green))))