Home

Awesome

<h1 align="center"> citruszest.nvim

<a href="https://opensource.org/license/mit/" rel="nofollow"><img alt="LICENSE" src="https://img.shields.io/badge/License-MIT-blue.svg" style="max-width: 100%;"></a> <a href="https://www.lua.org/"><img alt="Lua" src="https://img.shields.io/badge/Made_With-Lua-blue.svg?logo=lua" style="max-width:100%"></a> Luacheck

</h1> <p align="center"> <img alt="color_palette" style="width:90%" src="./misc/citruszest-palette.png">

<b>citruszest.nvim</b> features a combination of bright and juicy colors reminiscent of various citrus fruits. The primary colors include vibrant oranges, zesty yellows, and refreshing greens. These colors are carefully selected to provide a visually stimulating and attention-grabbing experience while coding.

</p>

:fire: Showcase

Screenshot_2023-12-15-15-40-28

Screenshot_2023-11-08-09-14-48_1920x1080

Screenshot_2023-11-08-09-11-41_1920x1080

:wrench: Installation

[!IMPORTANT]

Requirement

lazy.nvim

{
  "zootedb0t/citruszest.nvim",
  lazy = false,
  priority = 1000,
},

packer.nvim

use { "zootedb0t/citruszest.nvim" }

vim-plug

Plug 'zootedb0t/citruszest.nvim'

:question: Usage

Enable colorscheme after installation.

In init.lua

vim.cmd("colorscheme citruszest")

In init.vim

colorscheme citruszest

:hammer: Configration

To find highlight group of word under cursor. Use Inspect command.

    -- For using default config leave this empty.
    require("citruszest").setup({
        option = {
            transparent = false, -- Enable/Disable transparency
            bold = false,
            italic = true,
        },
        -- Override default highlight style in this table
        -- E.g If you want to override `Constant` highlight style
        style = {
        -- This will change Constant foreground color and make it bold.
        Constant = { fg = "#FFFFFF", bold = true}
        },
    })

citruszest supports lualine.nvim.

local lualine = require 'lualine'

lualine.setup {
  options = {
    theme = 'citruszest',
  }
}

:pushpin: Supported Plugins

:fireworks: Integration

:art: Colors

ColorValueBackground
Background#121212background
Foreground#BFBFBFforeground
Visual#404040cursor
Cursor#383838cursor
Black#232323black
Red#FF5454red
Green#00CC7Agreen
Yellow#FFD700yellow
Orange#FF7431orange
Blue#00BFFFblue
Cyan#00FFFFcyan
White#BFBFBFwhite
Black(Bright)#767C77bright_black
Red(Bright)#FF1A75bright_red
Green(Bright)#1AFFA3bright_green
Yellow(Bright)#FFFF00bright_yellow
Orange(Bright)#FFAA54bright_orange
Blue(Bright)#28C9FFbright_blue
Cyan(Bright)#33FFFFbright_cyan
White(Bright)#F9F9F9bright_white

:pray: Acknowledgments

<div align="center"> <h4> Made in Neovim with 💕 For Neovim </h4> </div>