Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Colors

Copyright (c) Facebook, Inc. and its affiliates. 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.

type Colors = {
comment: {
close: string;
open: string;
}
;
content: {
close: string;
open: string;
}
;
prop: {
close: string;
open: string;
}
;
tag: {
close: string;
open: string;
}
;
value: {
close: string;
open: string;
}
;
}
;

§Type

§
{
comment: {
close: string;
open: string;
}
;
content: {
close: string;
open: string;
}
;
prop: {
close: string;
open: string;
}
;
tag: {
close: string;
open: string;
}
;
value: {
close: string;
open: string;
}
;
}
[src]