src/syntax.css (29 lines of code) (raw):

/* * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ /* Keywords */ .hs-ClassToken, .hs-ExtendsToken, .hs-FunctionToken, .hs-ImplementsToken, .hs-InterfaceToken, .hs-NamespaceToken, .hs-TraitToken, .hs-TypeToken, .hs-UseToken { color: #c678dd; } /* Types */ .hs-SimpleTypeSpecifier.hs-StringToken, .hs-SimpleTypeSpecifier.hs-NameToken, .hs-GenericTypeSpecifer.hs-NameToken, .hs-NamespaceUseClause.hs-NameToken, .hs-QualifiedName.hs-NameToken, .hs-ClassishDeclaration-name.hs-NameToken { color: #e5c07b; } /* Functions */ .hs-FunctionDeclaration.hs-NameToken { color: #61afef; } /* Variables */ .hs-VariableToken { color: #e06c75; } /* Meta */ .hs-MarkupSection { color: #999999; font-style: italic; }