mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
|
|
export const customTokenColors = [
|
||
|
|
{token: 'custom-gitignore.negation', foreground: 'c00ce0'}
|
||
|
|
];
|