Skip to content

DanielEliasib/sweet-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweet-fusion

This is a very WIP neovim colorscheme.

sweet-fusion

Screenshots

sweet-fusion-stack

sweet-fusion-1

Features

  • Treesitter support.
  • Support to some plugins, mainly ones I have used, I'd tried to add more in the future.

Installation

lazy.nvim

{
    'DanielEliasib/sweet-fusion',
	name = 'sweet-fusion',
	priority = 1000,
	opts = {
			-- Set transparent background
		transparency = false,
		dim_inactive = true,
	}
}

Options

The options that are currently supported are the following:

{
	terminal_colors = true,
	transparency = true,
	hl_styles = {
		comments = { italic = true },
		keywords = { italic = true },
		functions = { },
		variables = { }
	},
	dim_inactive = true,
}

Current plugin support

Notes

  • For better experience with modes.nvim I recomend choosing a line opacity value of 0.25.
  • Highlight groups, and main code structure, taken from tokyonight.nvim and monokai-nightasty
  • For modes.nvim, if you are using Lazy, you need to load it on VimEnter or it will override the themes highlight groups.