dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

default.jcf (955B)


      1 
      2 .colors 16
      3 
      4 -selection 	default/default inverse
      5 -menusel 	default/default inverse
      6 -linum		default dim
      7 -curlinum	default bold
      8 
      9 =Idle
     10 =Bad            bold red
     11 =Preproc        blue
     12 =Define         bold blue
     13 =Comment        green
     14 =IncLocal       cyan
     15 =IncSystem      bold cyan
     16 =Constant       cyan
     17 =Escape         bold cyan
     18 =Type           bold
     19 =Keyword        bold
     20 =Brace          magenta
     21 =Control
     22 =Ident
     23 =Tag		bold blue
     24 =TagName	+Tag
     25 =TODO		default/default inverse
     26 =Title		bold
     27 
     28 =diff.DelLine	red
     29 =diff.AddLine	green
     30 =diff.ChgLine	magenta
     31 =diff.Garbage	dim white
     32 =diff.FileOld	bold red
     33 =diff.FileNew	bold green
     34 =diff.Hunk	bold blue
     35 
     36 # For backwards compatibility with older syntaxes that specify colors,
     37 # the scheme must specify termcolors.  Yes this is a bit of a kludge.
     38 -term  0 0
     39 -term  1 1
     40 -term  2 2
     41 -term  3 3
     42 -term  4 4
     43 -term  5 5
     44 -term  6 6
     45 -term  7 7
     46 -term  8 8
     47 -term  9 9
     48 -term 10 10
     49 -term 11 11
     50 -term 12 12
     51 -term 13 13
     52 -term 14 14
     53 -term 15 15