From 7672386a8e08c308580ea411c50b22846048a941 Mon Sep 17 00:00:00 2001 From: Krzysiek Bochenek Date: Thu, 14 Dec 2023 22:44:06 +0100 Subject: [PATCH] Typo ',' --- kanagawa-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanagawa-theme.el b/kanagawa-theme.el index bc227bb..ca2d8a2 100644 --- a/kanagawa-theme.el +++ b/kanagawa-theme.el @@ -422,7 +422,7 @@ ;; term `(term ((,class (:background ,sumi-ink-0 :foreground ,fuji-white)))) - `(term-color-blue ((,class (:background mcrystal-blue :foreground ,crystal-blue)))) + `(term-color-blue ((,class (:background ,crystal-blue :foreground ,crystal-blue)))) `(term-color-bright-blue ((,class (:inherit term-color-blue)))) `(term-color-green ((,class (:background ,wave-aqua-2 :foreground ,wave-aqua-2)))) `(term-color-bright-green ((,class (:inherit term-color-green))))