From e163d626e7bc0053456b3acaebf27c23ab08dd1f Mon Sep 17 00:00:00 2001 From: teavay Date: Wed, 4 Mar 2026 13:56:43 +0100 Subject: [PATCH] change done color for org mode --- lua/custom/plugins/notes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/notes.lua b/lua/custom/plugins/notes.lua index ab163d2b..be15612d 100644 --- a/lua/custom/plugins/notes.lua +++ b/lua/custom/plugins/notes.lua @@ -9,6 +9,7 @@ return { org_default_notes_file = '~/vault/projects/refile.org', org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', '|', 'HOLD(h)' }, org_todo_keyword_faces = { + DONE = ':foreground green', NEXT = ':foreground orange :weight bold :underline on', HOLD = ':foreground yellow', },