zoukankan      html  css  js  c++  java
  • 我的.Xresources

    经过无数次的尝试,我终于在rxvt下vim中的desert配色方案中达到与gnome-terminal相似的结果!

    Rxvt.colorIT:       magenta
    Rxvt.underlineColor:cyan
    Rxvt.tintColor:     gray
    Rxvt.cursorColor:   white
    Rxvt.shading:       100
    
    xvt.background: black
    Rxvt.foreground : #f6f3e8
    Rxvt.colorBD : #8ac6f2
    Rxvt.colorUL : #95e454
    ! red
    !Rxvt.color1 : #e5786d
    !Rxvt.color9 : #e5786d
    !
    !! green
    !Rxvt.color2 : #cae682
    !Rxvt.color10 : #cae682
    !! yellow (from the Desert color scheme for Vim:
    ! http://fugal.net/vim/colors/desert.html)
    !Rxvt.color3 : khaki
    !Rxvt.color11 : khaki
    !! blue
    !Rxvt.color4 : #8ac6f2
    !Rxvt.color12 : #8ac6f2
    !! magenta (green at hue 300)
    !Rxvt.color5 : #e682e6
    !Rxvt.color13 : #e682e6
    !! cyan (green at hue 180)
    !Rxvt.color6 : #82e6e6
    !Rxvt.color14 : #82e6e6
    !! white
    !Rxvt.color7 : #f6f3e8
    !Rxvt.color15 : #f6f3e8
    
    Rxvt.termName : xterm
    !Rxvt.color0: black
    !Rxvt.color1: red3
    !特定粗体字符背景的颜色 默认:red3
    !Rxvt.color2: green3
    !数据类型的颜色 默认:green3
    !Rxvt.color3: #cd8500
    !变量值 语言逻辑词的颜色 默认:yellow3  #cd8500
    !Rxvt.color4: DodgerBlue1
    !Rxvt.color5: magenta3
    !宏定义 字符转义等  默认:magenta3
    !Rxvt.color6: gray50
    !注释的颜色 默认:cyan3  #336600
    !Rxvt.color7:  cyan3 
    !Rxvt.color8:  #336600
    !Rxvt.color7: gray90
    !Rxvt.color8: gray25
    !常规字的颜色
    !Rxvt.color9: red
    !Rxvt.color10: green
    !Rxvt.color11: yellow
    !Rxvt.color12: SteelBlue1
    !Rxvt.color13: magenta
    !Rxvt.color14: cyan
    !Rxvt.color15: white
    !
    !
    ! Red
    Rxvt*color1:           #C12121
    Rxvt*color9:           #E50E0E
    
    ! Green
    Rxvt*color2:           #597b20
    Rxvt*color10:          #89b83f
    
    ! Yellow
    Rxvt*color3:           #Ded838
    Rxvt*color11:          #efef60
    
    ! Blue
    Rxvt*color4:           #265997
    Rxvt*color12:          #3F6FD0
    
    ! Magenta
    Rxvt*color5:           #706c9a
    Rxvt*color13:          khaki 
    
    ! Cyan
    !URxvt*color6:           #69a2b0
    !URxvt*color14:          #a1cdcd
    
    ! White
    !URxvt*color7:           #BBBBBB
    !URxvt*color15:          #EEEEEF



  • 相关阅读:
    507. Perfect Number
    Dos与Linux的断行字符
    724. Find Pivot Index
    110. Balanced Binary Tree
    掌握numpy(三)
    掌握numpy(二)
    掌握numpy(一)
    203. Remove Linked List Elements
    25个Java机器学习工具和库
    贝叶斯学习--极大后验概率假设和极大似然假设
  • 原文地址:https://www.cnblogs.com/findstr/p/2803687.html
Copyright © 2011-2022 走看看