CSS highlighting styles for the ACE Editor tailored for MongoDB. Version 1.7.0 is the latest stable release, maintained as part of the MongoDB Compass project. Provides the visual theme for syntax-highlighting MongoDB queries and aggregation pipelines in ACE. Designed to be used with `mongodb-ace-mode` for language rules and `mongodb-ace-theme-query` for single-line input. Primarily used within MongoDB Compass and Charts, but can be used standalone.
npm install mongodb-ace-themeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing the theme and setting it on an ACE editor instance.
Always import 'mongodb-ace-theme' at the top of your file before any ACE editor initialization.
Install and import 'mongodb-ace-mode' separately for syntax highlighting.
Configure your bundler to handle CSS imports, e.g., add css-loader and style-loader to webpack.
Check for newer versions periodically; consider using ACE's built-in theme customization if more flexibility is needed.
Ensure you have created an ACE editor with `ace.edit(element)` and that `editor` is the returned object.
Run `npm install mongodb-ace-theme` and verify the import statement is exactly `import 'mongodb-ace-theme'`.
Place `import 'mongodb-ace-theme'` at the top of your entry file. Verify the theme string is exactly 'ace/theme/mongodb'.
No dependency data recorded yet.