diff --git a/README.md b/README.md index c0ffefe..ac873ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/CSS_file.png b/assets/CSS_file.png new file mode 100644 index 0000000..c67e025 Binary files /dev/null and b/assets/CSS_file.png differ diff --git a/assets/JSON_file.png b/assets/JSON_file.png new file mode 100644 index 0000000..e4c9ee5 Binary files /dev/null and b/assets/JSON_file.png differ diff --git a/assets/TSX_file.png b/assets/TSX_file.png new file mode 100644 index 0000000..ca11e12 Binary files /dev/null and b/assets/TSX_file.png differ diff --git a/assets/TS_file.png b/assets/TS_file.png new file mode 100644 index 0000000..d624f2b Binary files /dev/null and b/assets/TS_file.png differ