mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
|
|
export const customTokenThemeRules = [
|
||
|
|
{token: 'custom-negation.gitignore', foreground: 'c00ce0'}
|
||
|
|
];
|