给VIM和Terminal配色:Solarized】的更多相关文章

给VIM和Terminal配色:Solarized 最近在学习使用VIM.我选择Solarized配色.相信很多人也都在用. 官网地址: http://ethanschoonover.com/solarized 看这配色:八卦乾坤,赏心悦目,高端大气上档次. 怎么用上呢? Vim 只需下载,将用于VIM的配色文件solarized.vim放在 ~/.vim/colors目录. 然后设置./vimrc 1 syntax enable 2 syntax on 3 4 set nu 5 6 set t…
linux用户给vim 以及terminal的配色方案---Solarized配色 官网地址:http://ethanschoonover.com/solarized 看这配色:八卦乾坤,赏心悦目,高端大气上档次. Vim 只需下载,将用于VIM的配色文件solarized.vim放在 ~/.vim/colors目录. 然后设置~/.vimrc 1 syntax enable 2 syntax on 3 4 set nu 5 6 set t_Co=256 7 set background=dar…
在安装vim插件之前,首先安装Vundle插件,用来管理vim插件,安装方法查看Vundle在github上的指南.在安装vundle的时候出现了一个错误E117:unknown function vundle#installer#new.造成这个的原因是因为我的.vimrc里面的内容,所以我新建了一个干净的.vimrc文件后就可以了. 然后去solarized在github上的仓库,按照教程安装solarized. solarized插件安装好后,由于终端不支持这些配色方案.所以颜色效果和so…
MAC终端配色Solarized $ git clone git://github.com/altercation/solarized.git 在 solarized/osx-terminal.app-colors-solarized 下双击 Solarized Dark ansi.terminal 和 Solarized Light ansi.terminal 就会自动导入两种配色方案 Dark 和 Light 到 Terminal.app 里. VIM配色Solarized $ cd sol…
转自:xshell配色Solarized Dark [Solarized_Dark] text(bold)= magenta(bold)=6c71c4 text= white(bold)=fdf6e3 green= red(bold)=cb4b16 green(bold)=85990d black(bold)= red=dc322f blue=268bd2 black=002b36 blue(bold)= yellow(bold)=657b83 cyan(bold)=93a1a1 yellow=…
VIM conf文件配色 一.配置文件 1.下载Nginx配置文件的语法文件:nginx.vim wget http://www.vim.org/scripts/download_script.php?src_id=14376 -O nginx.vim 2.将文件复制到 [系统配置目录]/usr/share/vim/vim80/syntax 或者[当前用户配置目录]~/.vim/syntax/ 3.修改 vim 文件类型配置 (注意:我的 vim80版本,修改为本地vim配置目录路径) vim…
http://blog.csdn.net/angle_birds/article/details/11694325…
效果如下: 首先修改主目录下的.vimrc: "========================================================================= " DesCRiption: 适合自己使用的vimrc文件,for Linux/Windows, GUI/Console " " Last Change: 2010年08月02日 15时13分 " " Version: 1.80 " "…
切换到~/.bash_profile,无此.bash_profile文件可创建 在文件内粘入以下代码: #enables colorin the terminal bash shell export export CLICOLOR=1 #sets up thecolor scheme for list export export LSCOLORS=gxfxcxdxbxegedabagacad #sets up theprompt color (currently a green similar…
xshell配色: http://www.hookr.cn/xshell-pei-se.html vim配色: 参考该文中的配置方法,包括设置256色等.http://www.cnblogs.com/RandyXu/p/3279090.html 不过我最终用的是molokai.…