From 94ab16f3cb4776b44e3e28ce7db6dd9ca0372766 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 17 Nov 2018 12:33:16 -0500 Subject: [PATCH] Should not hardcode srgb color names --- lunarized-definitions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunarized-definitions.el b/lunarized-definitions.el index b4ade57..435d7c1 100644 --- a/lunarized-definitions.el +++ b/lunarized-definitions.el @@ -214,7 +214,7 @@ the \"Gen RGB\" column in lunarized-definitions.el to improve them further." (fmt-undi `( :slant ,italic :underline ,underline)) (fmt-uopt `( :underline ,opt-under)) ;; FIXME: don’t hardcode the SRGB color names - (fmt-curl-red `( :underline (:color "#dc322f" :style wave))) + (fmt-curl-red `( :underline (:color red :style wave))) (fmt-undr-red `( :underline (:color "#dc322f"))) (fmt-curl-yellow `( :underline (:color "#b58900" :style wave))) (fmt-undr-yellow `( :underline (:color "#b58900")))