Skip to content
/ anoukis Public

A minimalist light theme for Neovim with subtle touches of very light purple.

Notifications You must be signed in to change notification settings

fafa-a/anoukis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anoukis

Just a simple light monochrome colorscheme for neovim.
Work in progress, so expect some changes.

Note: requires neovim >= 0.9.0

Installation

lazy.nvim

{ "fafa-a/anoukis" }

Packer

use "fafa-a/anoukis"

Configuration

opts = {
      transparent_background = true, --disable background color
      variants = "", -- The variant option changes the color of the cursor, cursorline, illuminateword and the background.
        -- defaut "purple" , "gray" | "red" | "orange" | "yellow" | "green" | "cyan" | "blue" | "rose"
           styles = { -- styles for syntax highlight groups
        -- styles = { "italic", "bold", "underline" }
        -- for disable style use {""} or {"none"}
        comments = { "italic" },
        conditionals = {},
        functions = { "bold" },
        keywords = {},
        strings = { "italic" },
        variables = {},
        numbers = {},
        booleans = {},
        types =  {} ,
        operators = {},
      },
    },

You can use `opts' directly on the lazy.nvim configuration.

{
  "fafa-a/anoukis",
  opts = {
   -- your options here
  }
}

About

A minimalist light theme for Neovim with subtle touches of very light purple.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages