Highlighter: Document origin of default colors
This commit is contained in:
parent
d50c616d3f
commit
218dc69aa5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import { Property } from '../property.js';
|
import { Property } from '../property.js';
|
||||||
|
|
||||||
export class Color extends Property {
|
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 Plain = new Color('#a6accd');
|
||||||
public static Punctuator = new Color('#89ddff');
|
public static Punctuator = new Color('#89ddff');
|
||||||
public static Tag = new Color('#f07178');
|
public static Tag = new Color('#f07178');
|
||||||
|
|
Loading…
Reference in a new issue