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"
  • 相关阅读:
    符号运算·
    笔记1
    Linux
    三数比较
    JavaScript变量,作用域和内存
    在HTML中使用JavaScript
    JavaScript基本概念
    JavaScript简介
    上机考试反思与总结
    计算机科学与技术学习方法
  • 原文地址:https://www.cnblogs.com/itzxy/p/9571098.html
Copyright © 2011-2022 走看看