https://github.com/abhidahal/onsetglaze.nvim
ColorScheme for NeoVim.
https://github.com/abhidahal/onsetglaze.nvim
lua neovim nvim onsetglaze vim
Last synced: about 2 months ago
JSON representation
ColorScheme for NeoVim.
- Host: GitHub
- URL: https://github.com/abhidahal/onsetglaze.nvim
- Owner: abhidahal
- Created: 2022-12-01T19:04:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T17:22:13.000Z (over 3 years ago)
- Last Synced: 2025-01-07T12:44:03.365Z (over 1 year ago)
- Topics: lua, neovim, nvim, onsetglaze, vim
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎨 onsetGlaze
**onsetGlaze** is a ColorScheme for Nvim heavily inspired by syntax highlighting from [Monkai Pro](https://monokai.pro/) theme for VScode and transparent effect from [NeoSolarized](https://github.com/Tsuzat/NeoSolarized.nvim). Includes
extra themes for Kitty, Alacritty and Konsole.
## 🖼️ Theme Dispaly

-

-

-
## 🪄 Features
- Transparent background in windows terminal.
- supports the latest Neovim 5.0 features like TreeSitter and LSP
- better syntax highlighting
- **lualine** theme
## 🛠️ Requirements
- Neovim >= 0.6.0
- Windows Terminal for glass effect
## ⚙️ Installation
Install the theme with your preferred package manager:
[vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'abhidahal/onsetGlaze.nvim', { 'branch': 'main' }
```
[packer](https://github.com/wbthomason/packer.nvim)
```lua
use ('abhidahal/onsetGlaze.nvim')
```
## ❇️ Usage
Enable the colorscheme:
```vim
" Vim Script
colorscheme onsetGlaze
```
```lua
-- Lua
vim.cmd[[colorscheme onsetGlaze]]
```