我正在使用ubuntu 16.04 VPS,我可以通过Putty通过Windows访问它。我正在尝试安装http://ethanschoonover.com/solarized/vim-colors-solarized,但我的对比度很差(截图为曝光灯)。遵循通过病原体安装的说明(选项2:病原体安装(推荐))。如何让这个主题正常工作?
我的.vimrc:
syntax enable
set background=light
colorscheme solarized
编辑:
我的.vimrc:
syntax enable
set background=light
colorscheme solarized
highlight Normal ctermbg=Blue
答案 0 :(得分:0)
请务必阅读终端用户的重要提示" live wandbox example的部分。总之,Vim主题的终端版本假设您的终端颜色已设置为Solarized(例如使用let g:solarized_termcolors=256
文件)。
如果不是这种情况,那么您可以使用256种可用颜色强制主题近似曝光调色板,方法是将其添加到 Message message = new Message(messageEditText.getText().toString(), user.getDisplayName(), ServerValue.TIMESTAMP);
:
private String getDate(long time) {
Calendar cal = Calendar.getInstance(Locale.ENGLISH);
cal.setTimeInMillis(time);
String date = DateFormat.format("dd-MM-yyyy", cal).toString();
return date;
}
请注意,这仅适用于终端上的Vim(不是像GVim或MacVim这样的GUI)。