darkplus.nvim
darkplus.nvim copied to clipboard
This commit adds a new highlighting group, `@keyword.import`, to ensure consistency in the appearance of the "import" keyword in JavaScript and TypeScript files.  
For some languages the field highlight was white instead of light blue 
This PR adds back the git diff colors used by vim-fugitive. 
This PR reduces the contrast between rendered whitespace (listchars) and the background. This is easier on the eyes and resembles more to VSCode. 
As mentioned in [this issue ](https://github.com/LunarVim/darkplus.nvim/issues/12) the gitsing blame isn't showing, that's because the `GitSignsCurrentLineBlame` ins't set, so the default darkvalue doesn't contrast with the background, as mentioned in [this...
Before this PR, comments ~~and keywords~~ are changing colors when you load to file: https://github.com/LunarVim/darkplus.nvim/assets/29818440/8b27cec1-548c-45d5-8026-979979756cda This PR makes comments always green without italic (just like in vscode) ~~and treats builtin...
Toggling line blames in Gitsigns is not showing with this colorscheme.
Does this theme support a VS Code-like scrollbar? See the below GIF which is from `nvim-scrollbar`. [tokyonight.nvim](https://github.com/folke/tokyonight.nvim/blob/v1.14.0/lua/tokyonight/theme.lua#L599-L618) provides highlights for [nvim-scrollbar](https://github.com/petertriho/nvim-scrollbar). [mini.map](https://github.com/echasnovski/mini.map) may also be capable of a similar scrollbar....
Make NonText blue and Whitespace foreground gray so that it looks a bit more like in VS Code Dark+ color theme. Closes https://github.com/LunarVim/darkplus.nvim/issues/1 Example: 