Commit Graph

7 Commits

Author SHA1 Message Date
0a77a380ea updating colorscheme for other terminals and vscode 2026-01-22 22:33:44 -05:00
Carlos Gutierrez
f4fdff3b45 chore(v1.1.1): update changelog and bump version for llms.txt addition 2026-01-10 22:14:58 -05:00
Carlos Gutierrez
a5b3b9029a docs: add llms.txt for AI assistant context 2026-01-10 22:14:15 -05:00
Carlos Gutierrez
555718c010 feat(v1.1.0): major refactor with modular architecture and plugin support
- Add config.lua for comprehensive configuration options
  (transparent, italic_comments, bold_keywords, bold_functions, bold_types, terminal_colors)
- Add highlights.lua with 500+ highlight groups for 30+ plugins
  (Telescope, NvimTree, Neo-tree, GitSigns, nvim-cmp, Lazy.nvim, Mason, etc.)
- Add colors/ directory for :colorscheme command support
- Add terminal colors (16-color palette for :terminal)
- Add test suite (test/test_colors.lua)
- Add development tools (selene.toml, stylua.toml, vim.toml)
- Add CHANGELOG.md following Keep a Changelog format

- Fix colors.lua not being used by init.lua
- Fix setup(opts) not applying configuration options
- Fix README referencing non-existent files

- Update documentation with accurate file structure and API docs
2026-01-10 22:13:00 -05:00
Carlos
eb684d4ff4 feat: improve color distinction for better readability
- Change strings to vibrant white (#FFFFFF) for better visibility
- Change comments to dark grey (#666666) to distinguish from strings
- Add Copilot suggestion colors in gray (#999999) with italic style
- Improve visual hierarchy: strings > comments > copilot suggestions
- Ensure clear distinction between existing code and AI suggestions
2025-08-02 14:53:47 -04:00
Carlos
0503a53caf feat: add screenshot examples and improve documentation
- Add comprehensive screenshots for TypeScript, TSX, CSS, and JSON files
- Showcase the cyberpunk color scheme in real-world usage scenarios
- Improve README with visual examples for better user experience
- Position screenshots strategically after features section for immediate visual impact
2025-08-02 14:34:03 -04:00
Carlos
660f4977f5 initial commit 2025-08-02 14:23:10 -04:00