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
This commit is contained in:
Carlos
2025-08-02 14:34:03 -04:00
parent 660f4977f5
commit 0503a53caf
5 changed files with 14 additions and 0 deletions

View File

@@ -12,6 +12,20 @@ A vibrant, high-contrast Neovim color scheme crafted for developers who thrive i
- **LSP Integration**: Full support for Language Server Protocol highlighting
- **Treesitter Support**: Advanced syntax highlighting with Treesitter
## Screenshots
### TypeScript
![TypeScript Example](assets/TS_file.png)
### TypeScript React (TSX)
![TypeScript React Example](assets/TSX_file.png)
### CSS
![CSS Example](assets/CSS_file.png)
### JSON
![JSON Example](assets/JSON_file.png)
## Color Palette
### Syntax Colors

BIN
assets/CSS_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

BIN
assets/JSON_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

BIN
assets/TSX_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB

BIN
assets/TS_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB