change done color for org mode
This commit is contained in:
parent
f4fe0e6578
commit
e163d626e7
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue