dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

wombat.jcf (1211B)


      1 
      2 # Based on Wombat vim scheme by Lars H. Nielsen <dengmao@gmail.com>
      3 
      4 .colors 256
      5 
      6 -text 255/235
      7 -status /238 italic
      8 -selection /238
      9 -linum 244/16
     10 -cursor 235/242
     11 
     12 -term 0 235
     13 -term 1 203
     14 -term 2 113
     15 -term 3 149
     16 -term 4 238
     17 -term 5 244
     18 -term 6 153
     19 -term 7 255
     20 -term 8 248
     21 -term 9 203
     22 -term 10 113
     23 -term 11 149
     24 -term 12 244
     25 -term 13 246
     26 -term 14 153
     27 -term 15 194
     28 
     29 =Idle
     30 =Keyword 153
     31 =Type 149
     32 
     33 =Comment 246 italic
     34 =Constant 203
     35 =DefinedFunction 149
     36 =DefinedIdent 149
     37 =Escape 194
     38 =Number 203
     39 =Preproc 203
     40 =Statement 153
     41 =String 113 italic
     42 =TODO 246 italic
     43 =Title  bold
     44 
     45 
     46 .colors *
     47 
     48 -text $f6f3e8/$242424
     49 -status /$444444 italic
     50 -selection /$444444
     51 -linum $857b6f/$000000
     52 -cursor $242424/$656565
     53 
     54 -term 0 $242424
     55 -term 1 $E5786D
     56 -term 2 $95E454
     57 -term 3 $CAE682
     58 -term 4 $384048
     59 -term 5 $A0A8B0
     60 -term 6 $8AC6F2
     61 -term 7 $F6F3E8
     62 -term 8 $E7F6DA
     63 -term 9 $E5786D
     64 -term 10 $95E454
     65 -term 11 $CAE682
     66 -term 12 $384048
     67 -term 13 $A0A8B0
     68 -term 14 $8AC6F2
     69 -term 15 $E7F6DA
     70 
     71 =Idle
     72 =Keyword $8ac6f2
     73 =Type $cae682
     74 
     75 =Comment $99968b italic
     76 =Constant $e5786d
     77 =DefinedFunction $cae682
     78 =DefinedIdent $cae682
     79 =Escape $e7f6da
     80 =Number $e5786d
     81 =Preproc $e5786d
     82 =Statement $8ac6f2
     83 =String $95e454 italic
     84 =TODO $8f8f8f italic
     85 =Title  bold
     86 
     87