All notable changes to the "panda-extended" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Themed: regex, merge conflicts, highlighting, HTML Tags
- Updated theme icons and gallery banner
- Package.json looking terrible
- Fixed dark theme.
- Pruning of base syntax token styles complete, baseline for language highlighting is established.
- Variable names and usage cleaned up in color defs file and workbench theming.
- Lots of really great theming for the VSCode workbench.
- Themed JS decorators
- Themed sidebar
- Use a better selector for JSX components that includes children and parent components
- Themed constants and keyword this
- JSX component names are pink and tags are light orange
- Fixed JSDoc defaults theming
- Class meta orange making everything orange
- Unused rules from Panda base
Used the base theme scopes from Atom, a number of which don't match, but in general the theme is lightened a bit and is a bit easier to scan.
- Themed cursor
- Themed editor git gutter markers
- Themed editor warning markers
- Themed editor ruler
- Themed editor buttons
- Themed editor bracket match borders
- Moved theme colors to separate yaml file
themes/colors.yaml
- Updated theme style files to yaml files for terser syntax
- Moved generated theme file to
/dist
for clearer separation of input and output
- Themed the diff colors
- Themed the integrated terminal
Initial release 🎉