Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Add support for orgmode keywords
Browse files Browse the repository at this point in the history
Signed-off-by: mortezadadgar <mortezadadgar97@gmail.com>
  • Loading branch information
mortezadadgar committed Aug 19, 2021
1 parent 7c64e5f commit f7acb5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/onedark/onedark-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ local theme = lush(function()
NvimTreeSpecialFile { fg = yellow };
NvimTreeRootFolder { fg = blue };

OrgTODO_builtin { fg = blue, gui = bold_italic_strings };
OrgDONE_builtin { fg = green };

}
end)

Expand Down

0 comments on commit f7acb5c

Please sign in to comment.