1,vim或者open -e 打开~/.bash_profile 2,把下面一段话贴进去 #enables colorin the terminal bash shell exportexport ...
mac下iterm配色 半透明与样式设置 display: table row important .MJXp surd vertical align: top .MJXp surd display: block important .MJXp mphantom visibility: hidden .MJXp munderover display: inline table important ...
2019-08-21 16:53 0 994 推荐指数:
1,vim或者open -e 打开~/.bash_profile 2,把下面一段话贴进去 #enables colorin the terminal bash shell exportexport ...
要在 Mac OS X 终端里舒服的使用命令行(至少)需要给3个工具配色,terminal、vim 和 ls. 首先下载 Solarized: $ git clone git://github.com/altercation/solarized.git Terminal ...
iterm来ssh远程服务器,新建一个remoteServer.pem,内容如下 然后在P ...
转自:http://www.vpsee.com/2013/09/use-the-solarized-color-theme-on-mac-os-x-terminal/ 相信长期浸泡在终端和代码的小伙伴们都有一套自己喜爱的配色方案。以前一直在用简单、适合阅读的 Terminal.app 配色方案 ...
下载iTerm2https://www.iterm2.com/ 安装。 下载这个主题https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes ...
一、设置半透明的方法 1. android:background="#99212121" 说明:半透明色是16进制表示,前两位是透明度,后6位是颜色值。 附: 不透明度 值 100% FF 不透明 95% F2 90% E6 85% D9 80 ...
Mac下安装iTerm2+oh-my-zsh+配色(详细教程) 先展示iterm2改装后对效果图(几百种方案可选): 网上虽然教程很多,但是很多还是不够详细,本文总结一篇比较容易安装的图文教程,帮助大家配置个人对iterm+oh-my-zsh ...
设置透明效果 大概有三种. 1、用android系统的透明效果: android:background="@android:color/transparent" 例如 设置按钮 <Button android:background="@android:color ...