Skip to content

Conversation

@NopAngel
Copy link

This PR fixes several issues in the Catppuccin Latte Vim color scheme:

Fixed Issues

  • Incorrect background setting - Changed from dark to light to match Latte's light theme nature

  • Invalid syntax in ErrorMsg - Fixed bolditalic to bold,italic (comma-separated attributes)

  • Added True Color support - Implemented termguicolors for modern terminals

  • Optimized highlight function - Improved code reliability and maintainability

Changes Made

  • Fixed: set background=light (was dark)

  • Fixed: ErrorMsg highlight attributes syntax

  • Added: True Color support with termguicolors

  • Refactored: s:hi function using lists instead of string concatenation

  • Maintained: Full color palette consistency with Catppuccin Latte

🎯 Impact

  • ✅ Proper light theme display

  • ✅ Better terminal color support

  • ✅ More robust and maintainable code

  • ✅ Consistent with Catppuccin design principles

The explanation of each one, along with its documentation, is in the WHY.md file; it explains it in more detail there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant