A library of syntax highlighting themes for the Easy Code Formatter Microsoft Word add-in. Version 1.2.19 provides 35+ TypeScript-defined themes implementing the ITheme interface, including popular styles like Default, Desert, A11YDark, and A11YLight. Released under MIT, updated via automated CI on GitHub. Designed specifically for Office Add-ins (Office JS), not general web use. Alternative to manual CSS theming; focused on Word document code formatting.
npm install easy-code-formatter-stylesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing and instantiating a theme with TypeScript types.
Use import syntax or dynamic import() in Node.js 12+.
Use named imports: import { ThemeName } from 'easy-code-formatter-styles'.Only import the themes you need; avoid barrel imports.
Pin exact version and test after updates.
Import only from the main entry: import { Theme } from 'easy-code-formatter-styles'.Run 'npm install easy-code-formatter-styles'.
Ensure you import the class correctly: import { DefaultTheme } from 'easy-code-formatter-styles'.No dependency data recorded yet.