Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Better light mode #163

Closed realh closed 7 months ago

realh commented 7 months ago

Added/changed some colours for more readable fg-bg contrast in light mode.

Mofiqul commented 7 months ago

@realh Thanks for the PR but can you upload before and after screenshots and show what changes?

realh commented 7 months ago

These screenshots show the changes I've made to highlight MatchParen, and highlighting of 'INSERT', 'VISUAL' and git branch in lualine.

MatchParen and INSERT before

before_brackets_and_insert

MatchParen and INSERT after

after_brackets_and_insert

VISUAL before

before_visual

VISUAL after

after_visual
Mofiqul commented 7 months ago

Looks good, thank you. Merging