dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

zenburn-hc.jcf (2896B)


      1 
      2 # High-contrast version of zenburn
      3 # 
      4 # Nothing too fancy, just some alien fruit salad to keep you in the zone.
      5 # This syntax file was designed to be used with dark environments and 
      6 # low light situations. Of course, if it works during a daybright office, go
      7 # ahead :)
      8 # 
      9 # Owes heavily to other Vim color files! With special mentions
     10 # to "BlackDust", "Camo" and "Desert".
     11 # 
     12 # Credits [from VIM]:
     13 #  - Jani Nurminen - original Zenburn
     14 #  - Steve Hall & Cream posse - higher-contrast Visual selection
     15 #  - Kurt Maier - 256 color console coloring, low and high contrast toggle,
     16 #                 bug fixing
     17 #  - Charlie - spotted too bright StatusLine in non-high contrast mode
     18 #  - Pablo Castellazzi - CursorLine fix for 256 color mode
     19 
     20 .colors 256
     21 
     22 -text 253/234
     23 -status 236/186
     24 -selection 236/79
     25 -linum 145/233
     26 -curlin /233 bold
     27 -curlinum 187/233
     28 -menu 251/235
     29 -menusel 186/237 bold
     30 -cursor 232/109 bold
     31 
     32 -term 0 234
     33 -term 1 167
     34 -term 2 115
     35 -term 3 186
     36 -term 4 238
     37 -term 5 139
     38 -term 6 116
     39 -term 7 253
     40 -term 8 188
     41 -term 9 167
     42 -term 10 115
     43 -term 11 228
     44 -term 12 103
     45 -term 13 139
     46 -term 14 116
     47 -term 15 231
     48 
     49 =Idle
     50 =Keyword 223 bold
     51 =Operator 230
     52 =Type 187 bold
     53 
     54 =Bad 167/237 bold
     55 =Boolean 181
     56 =Character 181 bold
     57 =Comment 108 italic
     58 =Conditional 223 bold
     59 =Constant 181 bold
     60 =Define 180 bold
     61 =DefinedFunction 186
     62 =DefinedIdent 223
     63 =Escape 251
     64 =Float 250
     65 =IncSystem 180 bold
     66 =Label 223 underline
     67 =Loop 223 bold
     68 =Macro 180 bold
     69 =Number 116
     70 =Precond 180 bold
     71 =Preproc 180 bold
     72 =Statement 187
     73 =StorageClass 144 bold
     74 =String 174
     75 =StringEscape 181 bold
     76 =Structure 229 bold
     77 =TODO 188 bold
     78 =Tag 174 bold
     79 =Title 255 bold
     80 
     81 =diff.AddLine 66 bold
     82 =diff.ChgLine /236 bold
     83 =diff.DelLine 236/238
     84 
     85 .colors *
     86 
     87 -text $dcdccc/$1f1f1f
     88 -status $313633/$ccdc90
     89 -selection $233323/$71d3b4
     90 -linum $9fafaf/$161616
     91 -curlin /$121212 bold
     92 -curlinum $f2f3bb/$161616
     93 -menu $ccccbc/$242424
     94 -menusel $ccdc90/$353a37 bold
     95 -cursor $000d18/$8faf9f bold
     96 
     97 -term 0 $1F1F1F
     98 -term 1 $E37170
     99 -term 2 $9CCC9C
    100 -term 3 $EFEF8F
    101 -term 4 $000D18
    102 -term 5 $BC8CBC
    103 -term 6 $8CD0D3
    104 -term 7 $DCDCCC
    105 -term 8 $DFDFDF
    106 -term 9 $E37170
    107 -term 10 $CCDC90
    108 -term 11 $F8F893
    109 -term 12 $8C8CBC
    110 -term 13 $BC8CBC
    111 -term 14 $8CD0D3
    112 -term 15 $FFFFFF
    113 
    114 =Idle
    115 =Keyword $f0dfaf bold
    116 =Operator $f0efd0
    117 =Type $dfdfbf bold
    118 
    119 =Bad $e37170/$3d3535 bold
    120 =Boolean $dca3a3
    121 =Character $dca3a3 bold
    122 =Comment $7f9f7f italic
    123 =Conditional $f0dfaf bold
    124 =Constant $dca3a3 bold
    125 =Define $ffcfaf bold
    126 =DefinedFunction $efef8f
    127 =DefinedIdent $efdcbc
    128 =Escape $cfbfaf
    129 =Float $c0bed1
    130 =IncSystem $dfaf8f bold
    131 =Label $dfcfaf underline
    132 =Loop $ffd7a7 bold
    133 =Macro $ffcfaf bold
    134 =Number $8cd0d3
    135 =Precond $dfaf8f bold
    136 =Preproc $ffcfaf bold
    137 =Statement $e3ceab
    138 =StorageClass $c3bf9f bold
    139 =String $cc9393
    140 =StringEscape $dca3a3 bold
    141 =Structure $efefaf bold
    142 =TODO $dfdfdf bold
    143 =Tag $e89393 bold
    144 =Title $efefef bold
    145 
    146 =diff.AddLine $709080/$313c36 bold
    147 =diff.ChgLine /$333333
    148 =diff.DelLine $333333/$464646
    149