Releases: njs-guy/all-blue-theme
Releases · njs-guy/all-blue-theme
v1.2.0
Mostly a maintenance release, but with a few nice tweaks for better readability.
- Adjusted Status Bar. #002540 -> #001E33
- Adjusted sidebar section headers. #002540 -> #001E33
- Active tab background now uses what was previously the status bar background color for better contrast. #002138 -> #002540
- Adjusted inlay hints
- Foreground color. #ffffff -> #006680
- Background color. #001E33 -> #002138
- Parameter foreground. #0892D0 -> #006680
- Adjusted editor suggest widget selected foreground. #003459 -> #003A63
- Definition keywords now use the operator color (#00CCFF, #8BC6FC) to be more consistent with JSON.
- This effects several file types like editorconfig, toml, gitattributes, etc.
- Several Rust keywords now use the operator color.
- Added download links to the readme.
v1.1.1
v1.1.0
- The themes are now generated through TypeScript instead of being manually edited by hand.
- This brings a lot more consistency and fixes a lot of minor issues.
- Also it's way less annoying to make changes. (The important part.)
- Terminal colors are now themed.
- Swapped around editor background colors.
- Editor background: #002540 -> #002138
- Side Bar background: #002138 -> #001E33
- Status Bar background: #001E33 -> #002540
- Current line: #003154 -> #002C4C
- Changed Waves pink: #FF80DD -> #F77FBE
- Changed Calm yellow: #FFFC79 -> #FEF08A
- Changed error/deleted color from Calm red to Waves red.
- Booleans and numbers are now italic.
- Tweaked All Blue bracket colors.
- Properties now use the tag color. (Red in variants.)
- Escape characters now use the function color. (Blue in variants.)
- JS Constants and Objects now use the component color. (Green in variants.)
- Tabs now have a bottom border when active.
- Reworked selection highlighting.
- Keybindings menu is now themed.
- Along with other various changes to make the look and feel more cohesive.