mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
|
|
export const customTokenThemeRules = [
|
||
|
|
{token: 'custom-negation.gitignore', foreground: 'c00ce0'}
|
||
|
|
];
|