change done color for org mode

This commit is contained in:
teavay 2026-03-04 13:56:43 +01:00
parent f4fe0e6578
commit e163d626e7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ return {
org_default_notes_file = '~/vault/projects/refile.org', org_default_notes_file = '~/vault/projects/refile.org',
org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', '|', 'HOLD(h)' }, org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', '|', 'HOLD(h)' },
org_todo_keyword_faces = { org_todo_keyword_faces = {
DONE = ':foreground green',
NEXT = ':foreground orange :weight bold :underline on', NEXT = ':foreground orange :weight bold :underline on',
HOLD = ':foreground yellow', HOLD = ':foreground yellow',
}, },