zoukankan      html  css  js  c++  java
  • 精心调制的Bash主题分享

    第一个是米色背景, 一样遵守蓝色为目录的习惯, 字体为浅灰色,代码和终端看起来相对比较清晰

    第二个则是 深海蓝的背景风格,字体都选择饱和度较高的颜色,如下图

    终端

    配置方法,这里以 mintty 也就是 git bash 的终端配置为例, 只需要编辑 vim ~/.minttyrc 替换成以下内容即可,下面是米色配色方案

    ForegroundColour=230,230,250
    BackgroundColour=54,105,143
    CursorColour=220,50,47
    Black=7,54,66
    BoldBlack=0,43,54
    Red=220,50,47
    BoldRed=203,75,22
    Green=196,252,158
    BoldGreen=186,245,126
    Yellow=252,222,143
    BoldYellow=240,230,140
    Blue=135,206,250
    BoldBlue=135,206,250
    Magenta=230,168,242
    BoldMagenta=219,112,147
    Cyan=30,144,255
    BoldCyan=190,169,223
    White=238,232,213
    BoldWhite=253,246,227
    BoldAsFont=-1
    FontHeight=14
    Transparency=off
    CursorType=block
    Scrollbar=none

    GITHUB地址 https://github.com/demonxian3/mintty-theme

  • 相关阅读:
    单例模式
    pandas to_html
    restful
    numpy版本查看以及升降
    视频下载
    转载:caffe中的Reshape层
    caffe编译报错解决
    python 版Faster Rcnn
    转载:动态规划以及路径记录
    TensorFlow设置GPU占用量
  • 原文地址:https://www.cnblogs.com/demonxian3/p/10534445.html
Copyright © 2011-2022 走看看