/*

XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>

*/

pre code {
color: blue;
font-style: normal;
font-size: medium;
}

pre .comment{
  color: green;
}

pre .keyword,
pre .literal,
pre .specsimvol{
  color: rgb(255,0,0);
}

pre .string,
pre .number,
pre .date{
  color: rgb(0,0,0);
}

pre .title{
  color: rgb(0,0,255);
}

pre .tail .params{
  color: blue;
}

pre .built_in,
pre .setting,
pre .params {
  color: rgb(0,0,255);
}


pre .rules .keyword {
  color: red;
}


pre .preprocessor{
  color: rgb(150,50,0);
}


pre .method .id {
  color: blue;
}
