An open API service indexing awesome lists of open source software.

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.

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

![image](https://user-images.githubusercontent.com/87414003/205504926-9480303b-f3ae-4f17-85fd-238ee27518ae.png)
-
![image](https://user-images.githubusercontent.com/87414003/205505117-efa3b669-9a74-45f3-a796-d4c16916bbd1.png)
-
![image](https://user-images.githubusercontent.com/87414003/205505304-cee139df-444a-4d1e-9ade-88c9b0bd54c8.png)
-

## 🪄 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]]
```