Skip to content

abhidahal/onsetGlaze.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 onsetGlaze

onsetGlaze is a ColorScheme for Nvim heavily inspired by syntax highlighting from Monkai Pro theme for VScode and transparent effect from NeoSolarized. Includes extra themes for Kitty, Alacritty and Konsole.

🖼️ Theme Dispaly

image

image

image

🪄 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

Plug 'abhidahal/onsetGlaze.nvim', { 'branch': 'main' }

packer

use ('abhidahal/onsetGlaze.nvim')

❇️ Usage

Enable the colorscheme:

" Vim Script
colorscheme onsetGlaze
-- Lua
vim.cmd[[colorscheme onsetGlaze]]

Releases

No releases published

Packages

No packages published

Languages