dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

zenburn.jcf (2848B)


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