aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2018-05-24Updates outputChris Kempson
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
Fix #150
2018-05-24Merge pull request #176 from jlesquembre/masterChris Kempson
Fix for #175
2018-03-31Fix #150Vincent Tavernier
2018-03-26Update outputJosé Luis Lafuente
2018-03-26Fixes #175José Luis Lafuente
2018-03-22Merge pull request #172 from jlesquembre/spellChris Kempson
Set default color for all `Spell` groups
2018-03-22Merge pull request #174 from tmahmood/masterChris Kempson
Added java "new" operator highlight
2018-03-22Java highlightingTarin Mahmood
2018-03-13Added java's `new` operator highlightTarin Mahmood
Currently java `new` operator is not highlighted. Yes, we can set the highlight in vimrc, but I believe it should be highlighted without any user intervention.
2018-02-02Update outputJosé Luis Lafuente
2018-02-02Set default foreground color for spellingJosé Luis Lafuente
2018-01-04Update LICENSE.mdChris Kempson
2018-01-04Create LICENSE.mdChris Kempson
2017-12-18Merge pull request #168 from jlesquembre/masterChris Kempson
Update output
2017-12-18Update outputJosé Luis Lafuente
2017-12-10Merge pull request #166 from jlesquembre/docsChris Kempson
Mention termguicolors on the README
2017-12-07Merge pull request #165 from jlesquembre/fix-global-functionChris Kempson
Fixes #162
2017-12-06Mention termguicolors on the READMEJosé Luis Lafuente
2017-12-06Fixes #162José Luis Lafuente
2017-11-20Update README.mdChris Kempson
2017-11-14Updates outputChris Kempson
2017-11-07Updates outputChris Kempson
2017-11-06Merge pull request #161 from jlesquembre/hl-substituteChris Kempson
Add Substitute
2017-11-06Merge pull request #158 from jlesquembre/nvim-terminalChris Kempson
Fixes nvim terminal colors