aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-19improve cursorlineBonaBeavis
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
2021-03-18Something opinionatedBonaBeavis
2021-02-14Update repository with the latest base16 colorschemesfnune
2021-02-06Merge pull request #14 from fnune/license-modFausto Núñez Alberro
Add new author to the license, keeping previous authors too
2021-02-06Update workflow nameFausto Núñez Alberro
2021-02-06Add new author to the license, keeping previous authors tooFausto Núñez Alberro
2021-02-06Merge pull request #15 from fnune/fix-pr-check-scriptFausto Núñez Alberro
Fix the PR check script
2021-02-06Fix the PR check scriptFausto Núñez Alberro
2021-02-06Properly name GitHub workflowFausto Núñez Alberro
2021-02-06Add a workflow to check if PRs are builtFausto Núñez Alberro
2021-02-06Make WildMenu highlight easier to read/more like nvim pumFausto Núñez Alberro
2021-02-06Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashesFausto Núñez Alberro
2021-02-06Build the whitespace highlight group changeFausto Núñez Alberro
2021-02-06Merge pull request #12 from MageJohn/whitespaceFausto Núñez Alberro
Set the Whitespace highlight group
2021-01-26Wrap Neovim-specific groups in has("nvim")Fausto Núñez Alberro
2021-01-26Merge pull request #11 from fnune/lsp-diagnostics-stylingFausto Núñez Alberro
Support Neovim built-in LSP highlight groups
2021-01-26Support Neovim built-in LSP highlight groupsFausto Núñez Alberro
2021-01-26Clarify how to add built files in PRsFausto Núñez Alberro
2021-01-26Merge pull request #10 from fnune/tree-sitter-highlightsFausto Núñez Alberro
Support nvim-treesitter highlight groups
2021-01-26Move the PR template to a correct locationFausto Núñez Alberro
2021-01-26Support nvim-treesitter highlight groupsFausto Núñez Alberro
2021-01-26Add a PR templateFausto Núñez Alberro
2021-01-26Update issue templatesFausto Núñez Alberro
2021-01-26Run make with the changesFausto Núñez Alberro
2021-01-26Merge pull request #9 from dylanarmstrong/issue/8Fausto Núñez Alberro
fix: remove underline on cursorlinenr (Closes #8)
2021-01-26fix: remove underline on cursorlinenrDylan Armstrong
2021-01-24Build the project with the changes from PR #7Fausto Núñez Alberro
https://github.com/fnune/base16-vim/pull/7
2021-01-24Merge pull request #7 from ojohnny/fix-gui-special-namesFausto Núñez Alberro
Add support for GUI special names ("NONE", ...)
2021-01-16Update README links to fnune/base16-vim and fnune/base16-shellFausto Núñez Alberro
2021-01-16Merge pull request #1 from fnune/automate-with-pybase16-forkFausto Núñez Alberro
Automate with pybase16
2021-01-16Update repo with new themes by running makeFausto Núñez Alberro
2021-01-16Document process in the READMEFausto Núñez Alberro
2021-01-16Automate weekly build process with pybase16 and GH ActionsFausto Núñez Alberro
2020-10-24Add support for GUI special names ("NONE", ...)Johnny Oskarsson
The motivation for this is primarily to be able to set `guibg=NONE` in order to support transparent backgrounds in terminals, which was previously not possible due to `Base16hi()` assuming that every color is a hex value.
2019-12-21Set the Whitespace highlight groupYuri Pieters
The Whitespace group is used for "nbsp", "space", "tab" and "trail" in 'listchars'. For now I've set it to the same colors as NonText.
2019-06-07Updates outputChris Kempson
2019-06-07Merge pull request #195 from a-vrma/consistent_quotingChris Kempson
Change all quotes to double quotes.
2019-06-07Updates outputChris Kempson
2019-06-07Merge pull request #198 from danielwe/masterChris Kempson
Use local variables, don't modify a: dict
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-05-19templates/default.mustache: use spaces for indentingDaniel Hahler
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-12-31Change all quotes to double quotes.Aman
default.mustache was previously 90% double quotes. It is now consistently using double quotes this makes diffs easier if everyone chooses to use double quotes from now on.
2018-11-30Merge pull request #186 from danielwe/masterChris Kempson
Add 16-color ANSI palette for vim terminal
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Updates outputChris Kempson
2018-10-08Merge pull request #188 from aaether32323/change_hi_functionChris Kempson
Let Base16hi optionally omit `attr` and `guisp`
2018-10-08Merge pull request #187 from jradtilbrook/masterChris Kempson
Modify PHP method color
2018-10-04Let Base16hi optionally omit `attr` and `guisp`Aman
2018-10-01Modify PHP method colorjradtilbrook