Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | Update the screenshots in the README | Fausto Núñez Alberro | |
2021-03-19 | Merge pull request #19 from BonaBeavis/rework | Fausto Núñez Alberro | |
Add support for several new highlights and generally improve looks | |||
2021-03-19 | forgot make | BonaBeavis | |
2021-03-19 | improve cursorline | BonaBeavis | |
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com> | |||
2021-03-18 | Something opinionated | BonaBeavis | |
2021-02-14 | Update repository with the latest base16 colorschemes | fnune | |
2021-02-06 | Merge pull request #14 from fnune/license-mod | Fausto Núñez Alberro | |
Add new author to the license, keeping previous authors too | |||
2021-02-06 | Update workflow name | Fausto Núñez Alberro | |
2021-02-06 | Add new author to the license, keeping previous authors too | Fausto Núñez Alberro | |
2021-02-06 | Merge pull request #15 from fnune/fix-pr-check-script | Fausto Núñez Alberro | |
Fix the PR check script | |||
2021-02-06 | Fix the PR check script | Fausto Núñez Alberro | |
2021-02-06 | Properly name GitHub workflow | Fausto Núñez Alberro | |
2021-02-06 | Add a workflow to check if PRs are built | Fausto Núñez Alberro | |
2021-02-06 | Make WildMenu highlight easier to read/more like nvim pum | Fausto Núñez Alberro | |
2021-02-06 | Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashes | Fausto Núñez Alberro | |
2021-02-06 | Build the whitespace highlight group change | Fausto Núñez Alberro | |
2021-02-06 | Merge pull request #12 from MageJohn/whitespace | Fausto Núñez Alberro | |
Set the Whitespace highlight group | |||
2021-01-26 | Wrap Neovim-specific groups in has("nvim") | Fausto Núñez Alberro | |
2021-01-26 | Merge pull request #11 from fnune/lsp-diagnostics-styling | Fausto Núñez Alberro | |
Support Neovim built-in LSP highlight groups | |||
2021-01-26 | Support Neovim built-in LSP highlight groups | Fausto Núñez Alberro | |
2021-01-26 | Clarify how to add built files in PRs | Fausto Núñez Alberro | |
2021-01-26 | Merge pull request #10 from fnune/tree-sitter-highlights | Fausto Núñez Alberro | |
Support nvim-treesitter highlight groups | |||
2021-01-26 | Move the PR template to a correct location | Fausto Núñez Alberro | |
2021-01-26 | Support nvim-treesitter highlight groups | Fausto Núñez Alberro | |
2021-01-26 | Add a PR template | Fausto Núñez Alberro | |
2021-01-26 | Update issue templates | Fausto Núñez Alberro | |
2021-01-26 | Run make with the changes | Fausto Núñez Alberro | |
2021-01-26 | Merge pull request #9 from dylanarmstrong/issue/8 | Fausto Núñez Alberro | |
fix: remove underline on cursorlinenr (Closes #8) | |||
2021-01-26 | fix: remove underline on cursorlinenr | Dylan Armstrong | |
2021-01-24 | Build the project with the changes from PR #7 | Fausto Núñez Alberro | |
https://github.com/fnune/base16-vim/pull/7 | |||
2021-01-24 | Merge pull request #7 from ojohnny/fix-gui-special-names | Fausto Núñez Alberro | |
Add support for GUI special names ("NONE", ...) | |||
2021-01-16 | Update README links to fnune/base16-vim and fnune/base16-shell | Fausto Núñez Alberro | |
2021-01-16 | Merge pull request #1 from fnune/automate-with-pybase16-fork | Fausto Núñez Alberro | |
Automate with pybase16 | |||
2021-01-16 | Update repo with new themes by running make | Fausto Núñez Alberro | |
2021-01-16 | Document process in the README | Fausto Núñez Alberro | |
2021-01-16 | Automate weekly build process with pybase16 and GH Actions | Fausto Núñez Alberro | |
2020-10-24 | Add 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-21 | Set the Whitespace highlight group | Yuri 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-07 | Updates output | Chris Kempson | |
2019-06-07 | Merge pull request #195 from a-vrma/consistent_quoting | Chris Kempson | |
Change all quotes to double quotes. | |||
2019-06-07 | Updates output | Chris Kempson | |
2019-06-07 | Merge pull request #198 from danielwe/master | Chris Kempson | |
Use local variables, don't modify a: dict | |||
2019-05-22 | Merge branch 'fix-tabs' and rebuild schemes | Daniel Wennberg | |
2019-05-19 | templates/default.mustache: use spaces for indenting | Daniel Hahler | |
2019-02-15 | Use local variables, don't modify a: dict | Daniel Wennberg | |
2018-12-31 | Change 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-30 | Merge pull request #186 from danielwe/master | Chris Kempson | |
Add 16-color ANSI palette for vim terminal | |||
2018-10-25 | Add ansi colors for vim terminal | Daniel Wennberg | |
2018-10-08 | Updates output | Chris Kempson | |
2018-10-08 | Merge pull request #188 from aaether32323/change_hi_function | Chris Kempson | |
Let Base16hi optionally omit `attr` and `guisp` |