-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul 16-color styling #271
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Make ANSI "bright" colors the brighter ones instead of the darker ones * Remove dark red/yellow from ANSI colors (single shade for each) * Tweak 16-color styling to allow use of background/foreground color independent of 16 base colors
…erminal usage, further misc. tweaks, including s:black
This was referenced Jul 12, 2021
nfraprado
added a commit
to nfraprado/onedark.vim
that referenced
this pull request
Jul 17, 2021
Reverting since it made the text in the fzf menu render like a comment, making it darker. It was great before, so revert. This reverts commit ad9610c.
2 tasks
2 tasks
2 tasks
ckolos
added a commit
to ckolos/onedark.vim
that referenced
this pull request
Feb 27, 2022
* joshdick-main: Lighten up cursor_grey Fix misleading example in README. (joshdick#291) Update Neovim LSP colors (joshdick#288) Add Selection colors for alacritty (joshdick#283) Add monsonjeremy/onedark.nvim to relative section (joshdick#282) chore: Update old "master" branch refernces to use "main" instead (joshdick#277) Overhaul 16-color styling (joshdick#271) chore(build): Build/linting infrastructure updates. (joshdick#276) chore(plugins): Add list of supported plugins to README, update companion links (joshdick#275) feat(plugin): Add support for lewis6991/gitsigns.nvim (joshdick#274) fix(nvim-lsp): Make nvim-lsp highlighting consistent with existing related highlighting (joshdick#273) fix: prabirshrestha/vim-lsp is not Neovim LSP :) (joshdick#270) Improve Neovim LSP highlighting (joshdick#269) feat: Add higlight groups for neoclide/coc.nvim (joshdick#268) Added navarasu/onedark.nvim to relative section (joshdick#266) Add KDE Konsole colorscheme (joshdick#265) chore(build): Update dependencies and regenerate lockfile (joshdick#267) README.md: Add link to ii14/onedark.nvim in "relatives" section (joshdick#261) fix: upgrade termcolors from 0.7.2 to 0.7.3 (joshdick#258) Bump lodash from 4.17.20 to 4.17.21 in /build (joshdick#256)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: This pull request contains breaking changes that could require manual updates:
onedark.vim
's default branch name will be changed frommaster
tomain
after this PR is merged. Please update your plugin management configuration accordingly.Changes for 16-color terminal support
term/
in light of the below changes.