zoukankan      html  css  js  c++  java
  • putty配色方案

    https://darekkay.com/blog/my-putty-color-scheme/

    To use my theme, download this file or copy the following code and save it as *.reg. Replace SESSION_NAME with the name of your session and execute it. That’s it.

     

    To use my theme, download this file or copy the following code and save it as *.reg. Replace SESSION_NAME with the name of your session and execute it. That’s it.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USERSoftwareSimonTathamPuTTYSessionsSESSION_NAME]

    ; Default Foreground
    "Colour0"="217,216,216"
    ; Default Bold Foreground
    "Colour1"="217,216,216"
    ; Default Background
    "Colour2"="28,28,28"
    ; Default Background
    "Colour3"="28,63,149"
    ; Cursor Text
    "Colour4"="28,28,28"
    ; Cursor Color
    "Colour5"="231,231,232"
    ; ANSI Black
    "Colour6"="115,113,113"
    ; ANSI Black Bold
    "Colour7"="115,113,113"
    ; ANSI Red
    "Colour8"="251,38,8"
    ; ANSI Red Bold
    "Colour9"="251,38,8"
    ; ANSI Green
    "Colour10"="167,226,46"
    ; ANSI Green Bold
    "Colour11"="167,226,46"
    ; ANSI Yellow
    "Colour12"="102,217,238"
    ; ANSI Yellow Bold
    "Colour13"="102,217,238"
    ; ANSI Blue
    "Colour14"="0,157,220"
    ; ANSI Blue Bold
    "Colour15"="0,157,220"
    ; ANSI Magenta
    "Colour16"="255,85,255"
    ; ANSI Magenta Bold
    "Colour17"="255,85,255"
    ; ANSI Cyan
    "Colour18"="255,210,4"
    ; ANSI Cyan Bold
    "Colour19"="255,210,4"
    ; ANSI White
    "Colour20"="217,216,216"
    ; ANSI White Bold
    "Colour21"="255,255,255"
  • 相关阅读:
    jenkins的目录介绍
    Docker 配置国内镜像加速器
    jquery----TreeTable
    java web----jsp语法
    Spring MVC----@ResponseBody注解(json)
    jquery----datatables
    java web----jsp自定义标签
    js----单步调试
    jquery----查找标签
    jquery----icheck插件
  • 原文地址:https://www.cnblogs.com/itzxy/p/9571098.html
Copyright © 2011-2022 走看看