将明天主题添加到janus(macvim)

Ada*_*amT 4 vim themes macvim

如何在MacVim中将明天主题添加到Janus?

https://github.com/chriskempson/tomorrow-theme

步骤是什么?

小智 6

您可以将主题的vim文件夹复制到该~/.janus文件夹中,如Janus 的Customization wiki页面中所述.给vim文件夹一个更具描述性的名称是个好主意,例如tomorrow-theme.

例如,假设你有你的本地副本(克隆)明天为主题<path_to_tomorrow_theme>,你可以这样做

$ cd ~/.janus
$ mkdir tomorrow-theme
$ cp -R <path_to_tomorrow_theme>/vim/ tomorrow-theme
Run Code Online (Sandbox Code Playgroud)

请注意文件夹/路径末尾的斜杠vim.