- Fixed color not being set properly for TODO comments in Typescript
- Color object-literal.key to be red
- Fixed coloring of types to be red
- Revert change to purple for variable.object (it's now indigo)
- Color annotations light-blue-gray
- Updated README with new screenshot
- Swapped around variable and entity.name.type around; there will be less red and more white because of this change
- Use purple instead of indigo for variable.object
- Color interface and classes the same
- Change semicolon color to light-blue-gray instead of green
- Colored template-expressions cyan
- Colored some things to account for these changes
- Fixed issue where quotations and text colors were incorrect in a JSON dictionary struture
- Links are now underlined and colored white
- Slight adjustments to JSON syntax highlighting
- Fixed deprecated calls in
css.less
- Underline
language-todo
instead of italicizing it
- Added back support for
language-todo
syntax (now italicized!) - Tweaked appearance of search results highlight region
- Added a subtle roundness (adjusted
border-radius
) for all selection regions
- Tweaked coloring of gutter text and background
- Bold gutter text when line is in focus or a selection is highlighted
- Fixed issue with JSON key-value pairs not showing the proper highligting on a value when that value soft-wraps in the editor
- Changed array highlight to cyan
- Added null highlighting to orange
- Made adjustments for typescript syntax
- Remove gray background from separators (instead, it's now bolded)
- Fixed deprecated calls for setting syntax styles
- Changed some colors to breath some life into the theme
- Made language specific enhancements to HTML, CSS, JSON, and Java
- updated getStyleSheetsPath (duplicate)
- updated getStyleSheetsPath
- updated editor calls
- updated todo-language support for "hack"
- updated readme stuffs
- added a screenshot
- made wrap-guide lighter
- made todo-language pink!
- removed pink in favor of white
- First Release