From a3e1427d68c80f63e1c0b4b2f88cba126912a3c3 Mon Sep 17 00:00:00 2001 From: BrunoCiccarino Date: Sat, 21 Dec 2024 05:13:52 -0300 Subject: [PATCH] fix: fixxing line number colors --- emacs/nekonight-moon-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/nekonight-moon-theme.el b/emacs/nekonight-moon-theme.el index 2c748fc..98f240f 100755 --- a/emacs/nekonight-moon-theme.el +++ b/emacs/nekonight-moon-theme.el @@ -13,7 +13,7 @@ (nekonight-moon-bg+1 "#1e2030") (nekonight-moon-bg+2 "#191B29") (nekonight-moon-bg+3 "#191B29") - (nekonight-moon-bg+4 "#191B29") + (nekonight-moon-bg+4 "#636da6") (nekonight-moon-red-1 "#c73c3f") (nekonight-moon-red "#f43841") (nekonight-moon-red+1 "#ff4f58")