
@media screen, projection {

/*
shell script syntax highlighting
*/

.shell .comment {
  color: #406090;  
}

.shell .command {
  color: fuchsia;
}

.shell .environment-variable {
  color: #f90;
}

.shell .reserved-word {
  color: red;
}

/*
.shell .foo {
  color: blue;
}
*/

}

