- Fixed C++ highlight error #313
- Fixed
keyof
in typescript highlight error
- Improve menu foreground & active tab foreground via:#299
- Improve XI language support via:#309
- Add XI language support via:#308
- Improve peek background color
- Fix keyword delete highlight error
- Improve haskell highlight
- Update README.MD images
- Add support for statusBarItem.remoteBackground via:#302
- Make Rust type colors consistent with other languages #298
- Fix two regressions in PHP coloring
- Restore Python default foreground color
-
Improve Rust syntax
-
Improve default foreground color
-
Definitely improve Python highlight 😃
- Improve Rust syntax highlight
- Improve C++, Markdown syntax highlight
- Improve
this
,super
highlight #287
- Update README.MD
- Add OneDark-Pro-bold style
- Fix border in dropdown appearing without focus
- Change focus from
#F8FAFD
to#464646
to dim the colour
- Change focus from
#21252b
to#F8FAFD
to improve accessibility in GUIs
- Improve markdown support
- Improve editor dropdown color
- Improve elixir support #262
- Improve flow support #222
- Rewrite syntax highlight file, simplified color, update docs
Imporve Ruby and FlowJS support
- Edit editor tab highlighting to be the
#282c34
colour to be consistent across the theme - Improve Python italics support
- Change: Separate editor styles and syntax highlighting
- Made units red again
- Adjusted colours of operators (+ compound operators) to be consistent, such as
++
,--
and*=
etc. - Improve Punctuation (some)
- Improve some syntax highlighting for languages:
- Clojure (globals, symbols and constants)
- CSS/SCSS/LESS (Colour Operators such as * / + -)
- CoffeeScript (Brung some colours closer to JavaScript, for consistency)
- Ini (Highlighted default text so it's visible as values rather than plain text)
- Go (Package Name highlighting)
- Groovy (Better function and variable highlighting)
- HLSL (More keywords, semantics highlighted)
- Makefile (Prerequisities highlighting, text colour treated as values inputted, highlighted)
- Markdown (Better Lists and Links and Image highlighting)
- R (Correct Function highlighting)
- SQL (Variables Highlighting, Bracketed Text Highlighting)
- Swift (Type Highlighting)
- Visual Basic (Type Highlighting)
- Change C/C++ comments from bold to italic to make more unified #242
- Change C/C++ comments from italic to bold
- Fix php Static class variable highlight error
- Fix C/C++ right shift highlight error
- Fix css color highlight error
- Revert changes to fix YAML unquoted strings
- Made units (px, em.. etc) red to distinguish between the value itself and the units: easier readability
- Made pseudo-elements/classes bluish in order to distinguish it from classes (which are the same colour in css/less/scss)
- Made escaped characters (such as ' © etc) red to see them easily, especially in Pug (jade) files where brackets and classes are essentially the same colour
- The String literal in JS/TS ${} is now purply for easier readability
- All Comments are now italic
- Changes to TypeScript/JavaScript (possibly other languages too) syntax highlighting:
- Classes now all Yellow (except in TS in the case of: App.getSmth(), as both normal objects and classes use the same code inetrnally, meaning highlighting would be weird)
- Property names in
js let app = { hello: "world"}
now red, to match selector (eg:js app.hello
) and themselves - Optional operator
ts ?:
now purple too
- Change terminal ansi color to match syntax color
- Improve tab
- Add Contributors
- Improve go&elm highlight
- Support Highlighted indent guides
- Hide blue border around file explorer when focused
- Updated
.vsixmanifest
to contain latest and correct data. - Updated
LICENSE
copyright date. - Deleted
vsc-extension-quickstart.md
which was auto-generated. - Updated
name
in themes to match correct theme name. - Minor changes in
docs/index.html
. - Minor changes in
README.md
anddocs/*.md
files. - Added
galleryBanner
inpackage.json
to match theme colors. - Revert back original terminal coloring like it was before.
- Updated color of current active line and active line number in the editor.
- Updated border colors for editor highlights.
- Fixed
findMatchBackground
coloring. - New color for line number of the current active line in the editor.
- Deleted old
notification.background
color because of the new Notification Center. - New border colors for editor highlights which improves readability while searching.
- Add some edgeSyntax syntax support
Improve integrated terminal colors
Update integrated terminal colors with One Dark colors
String Interpolation for visual grepping fixes #191
Improve bracket visibility
Improve line highlight background and scrollbar slider background
Fix weird php behavior when a interface extends a PHP interface thanks for @nicovak @jens1o @svipben
Improve React component tags's hightlight color
Improve colors for Editor Tabs
improve cursor color
improve cursor color & selection background color
import C# highlight color #169 @ritwickdey Happy New Year~
Improve status bar debugging color
Fix use Test\ClassNameA as ClassNameAAliased;
in php
Improve markdown inline code highlight
Improve markdown inline code highlight
Fix some php highlight
Improve terminal & regexp color
Improve terminal color
Fix a typo in comment color code
Improve comment highlight
Update docs
Changed comment to be brighter
Add TS primitive/builtin types support in TSX
fix Python string color inconsistency issue
@jens1o
PR:142
Reset more styles @jens1o
PR:139
Improve diff highlight
Improve java highlight
Add php screenshot
Make JS Math constants to be in sync with Atom, fix (S)CSS selectors font style error
Fix php array() syntax, fix the vivid theme file path error
Support basic markdown syntax when using vscode-todo, fix generic types in phpdoc, improve JavaScript constants color, add vivid theme
Support php types in documentations
Improve selected variable highlight contributor:@bardiarastin on issue #119
Increase the contrast of the selected text
Reset php round bracket in method parameters
reset php function call labels
Improve js/ts keyword 'import' highlight
Improve php support, fix icon format error
Improve badge background & background color of 'Go to next error or warning' (Keyboard shortcut: F8) popup, add support.variable.property.process & debugToolBar background & support.variable.object.node support
Improve ruler color, improve comment fontStyle, improve peek implementation match highlight background color
Add jsx/tsx support, improve color of warning/error squiggles, improve ruler color
Support js/ts for-of operator, support php nowdoc, support void keyword, add bold and italics support for Markdown
Fix js/ts key-value separator highlight error
Rollback for the issue #87
improve JS/TS object-literal key highlight
improve C highlight
support void keyword, support ternary operators, support bitwise operators, support is expression in typescript
resolve issue #48 #65 #66 #69 #70, support php comparison, add support for arithmetic operators, add support for php regex operators, support heredoc php operator
improve block cursor contrast background color
Fix this expand selection error, modified/added activityBar colors, added scrollBar colors
Support php-parser constants, improve activity bar badge color, fix this expand selection error
Few more workbench colour fixes, Update diffEditor.insertedTextBackground
New logo and window colour additions and tweaks Binaryify#51
add support for php's goto, update docs
added custom colors for sidebar, statusBar, list, input boxes, etc.
Change theme file format. Add workbench support, improve ts support, update document
Make displayName and label be the same to avoid confusion, for the reason Binaryify#41
rename to "OneDark Pro" for the reason Binaryify#40
fix C++ heightlight error
added support support for other class namespace outside use
Added php function-call object and static
improve php & C# SUPPORT
support php constants and normalize array in double quoted strings,add keywords, rename
add DOCS
improve php support
improve python types support & C++ support
improve python types support
improve python logical & variable parameter support
improve python support
improve document
improve C++ support
improve php dollar sign & logical operator height light
improve JavaScript 'instanceof' & 'process' height light
improve Java height light
add php call-function height light
update icon
improve js module height light
improve README.MD
add css/scss property value hight light
improve js 'this' height light
improve js variable property, js object-literal key, constant.js and math height light,remove notice
add README.MD notice
remove js operator accessor hight light
push changelog to CHANGELOG.md
improve css's id & class & color name height light
improve README.MD, add changelog
add js module hight light, add changelog
add js operator logical hight light
add js console height light
add java support
fix diff height light error
improve js operator