microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
706c71b5e9acf1570cb6c2884d3291b52f6804be

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/html-program-viewer/src/constants.ts

4lines · modecode

1export const Colors = {
2 typeKind: "#7a3e9d",
3 indentationGuide: "#777",
4};
5