summaryrefslogtreecommitdiffstats
path: root/runtime/colors
AgeCommit message (Collapse)Author
2024-03-20runtime(colors): don't unnecessarily reload v:colornames dictAlin Mr
fixes: #14234 closes: #14235 Signed-off-by: Alin Mr <almr.oss@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-02-05runtime(colors): color names in the v:colornames dict should be lower casedChristian Brabandt
Vim will lookup color names from the v:colornames dictionary by its lower case color name. So when sourcing the v:colornames dictionary, make sure to convert upper case color names to lower case. Also, while at it, mention in the documentation, that the dictionary should contain lower case names only. fixes: #13976 Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-08runtime(colorschemes): Add initial support for Added/Removed/Changed ↵Maxim Kim
highlight groups (#13830) For some of the colorschemes where diffAdded and diffRemoved were explicitly set up. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-16runtime(colorschemes): Update colorschemes (#13691)Maxim Kim
Minor changes: - Regenerated using colortemplate 2.2.3 - Removed reversed gui-cursor for some of the colorschemes (retrobox, wildcharm, lunaperche) - Change MatchParen for some of colorschemes. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-16runtime: Fix more typos (#13354)Viktor Szépe
* Fix more typos * Fix typos in ignored runtime/ directory Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2023-04-22Update runtime filesBram Moolenaar
2022-09-18Update runtime filesBram Moolenaar
2022-09-04Update runtime filesBram Moolenaar
2022-08-26Update runtime filesBram Moolenaar
2022-08-19Update runtime filesBram Moolenaar
2022-08-01Update runtime filesBram Moolenaar
2022-06-14Update runtime filesBram Moolenaar
2022-05-21Update runtime files.Bram Moolenaar
2022-05-14Update runtime files, new color schemesBram Moolenaar
2022-03-30Update runtime filesBram Moolenaar
2021-11-27Update runtime files.Bram Moolenaar
2021-10-24patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel
Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
2020-10-11Update runtime files.Bram Moolenaar
2020-08-15Update runtime files.Bram Moolenaar
2019-07-12patch 8.1.1674: script to check a colorscheme can be improvedv8.1.1674Bram Moolenaar
Problem: Script to check a colorscheme can be improved. Solution: Match the whole group name. Don't warn for what is usually omitted.
2019-05-26Update runtime files.Bram Moolenaar
2018-06-19Update runtime files.Bram Moolenaar
2018-05-22Update runtime files.Bram Moolenaar
2018-05-06Update runtime files.Bram Moolenaar
2018-04-30patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar
Problem: Cannot cleanup before loading another colorscheme. Solution: Add the ColorSchemePre autocommand event.
2017-12-17patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400Bram Moolenaar
Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
2017-12-16patch 8.0.1395: it is not easy to see if a colorscheme is well writtenv8.0.1395Bram Moolenaar
Problem: It is not easy to see if a colorscheme is well written. Solution: Add a script that checks for common mistakes. (Christian Brabandt)
2016-10-30Runtime file updates.Bram Moolenaar
2016-10-11Updated runtime files.Bram Moolenaar
2016-09-06Updated runtime files.Bram Moolenaar
2014-03-22Updated runtime files.Bram Moolenaar
2013-12-11Updated runtime files.Bram Moolenaar
2013-06-01Updated runtime files and translations.Bram Moolenaar
2010-01-06Update runtime files.Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-04-25updated for version 7.0f01v7.0f01Bram Moolenaar
2006-04-23updated for version 7.0e07v7.0e07Bram Moolenaar
2006-04-21updated for version 7.0e05v7.0e05Bram Moolenaar
2006-04-16updated for version 7.0ev7.0eBram Moolenaar
2006-04-15updated for version 7.0d05Bram Moolenaar
2006-04-14updated for version 7.0d04v7.0d04Bram Moolenaar
2006-04-09updated for version 7.0c13v7.0c13Bram Moolenaar
2006-04-07updated for version 7.0c12Bram Moolenaar
2006-03-26updated for version 7.0b02v7.0b02Bram Moolenaar