Highlighter: Document origin of default colors

This commit is contained in:
networkException 2022-08-16 13:08:13 +02:00
parent d50c616d3f
commit 218dc69aa5
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -1,6 +1,7 @@
import { Property } from '../property.js';
export class Color extends Property {
// Taken from https://github.com/material-theme/vsc-community-material-theme/blob/develop/themes/Community-Material-Theme-Palenight.json
public static Plain = new Color('#a6accd');
public static Punctuator = new Color('#89ddff');
public static Tag = new Color('#f07178');