darkplus.nvim icon indicating copy to clipboard operation
darkplus.nvim copied to clipboard

Results 15 darkplus.nvim issues
Sort by recently updated
recently updated
newest added

This commit adds a new highlighting group, `@keyword.import`, to ensure consistency in the appearance of the "import" keyword in JavaScript and TypeScript files. ![BEFORE](https://github.com/LunarVim/darkplus.nvim/assets/53271437/d5c2ba8c-7cc8-4654-8185-f128203e3ea3) ![AFTER](https://github.com/LunarVim/darkplus.nvim/assets/53271437/3566d93b-2f15-462b-9676-521a8ff83b81)

For some languages the field highlight was white instead of light blue ![Untitled](https://github.com/LunarVim/darkplus.nvim/assets/29818440/a9256e6f-f780-40b9-a357-17f4c050cd22)

This PR adds back the git diff colors used by vim-fugitive. ![Untitled](https://github.com/LunarVim/darkplus.nvim/assets/29818440/825eae47-3a66-4567-9188-3b4c8f947ef3)

This PR reduces the contrast between rendered whitespace (listchars) and the background. This is easier on the eyes and resembles more to VSCode. ![Untitled](https://github.com/LunarVim/darkplus.nvim/assets/29818440/3317899f-6b8f-4569-9582-03d6ff7eb4f2)

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: ![Screenshot from 2022-04-17 11-00-41](https://user-images.githubusercontent.com/536464/163709502-583e45eb-f876-4614-957e-25857c4b39eb.png)