Coder Social home page Coder Social logo

neosolarized.nvim's Introduction

๐Ÿ–Œ NeoSolarized

A dark and light Neovim theme written in Lua ported from NeoSolarized with better syntax highlighting. Includes extra themes for Kitty, Alacritty and Konsole.

Dark (Dark Theme with Transparency)

Screenshot_3

Dark

Screenshot_1

Light

Screenshot_2

๐Ÿ”ฅ Features

  • supports the latest Neovim 5.0 features like TreeSitter and LSP
  • better syntax highlighting
  • color configs for Kitty, Alacritty and Konsole
  • lualine theme

๐Ÿงจ Plugin Support

โšก๏ธ Requirements

  • Neovim >= 0.6.0

๐Ÿ’ก Installation

Install the theme with your preferred package manager:

vim-plug

Plug 'Tsuzat/NeoSolarized.nvim', { 'branch': 'master' }

packer

use ('Tsuzat/NeoSolarized.nvim')

or clone the project and install locally using packer.

First clone the project in you machine.

$ git clone https://github.com/Tsuzat/NeoSolarized.nvim

Install using packer

use ('path-to-NeoSolarized')

โœจ Usage

Enable the colorscheme:

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

To use the NeoSolarized theme for Lualine, simply specify it in your lualine settings:

require('lualine').setup {
  options = {
    theme = 'NeoSolarized'
    -- ... your lualine config
  }
}

โš™๏ธ Configuration

โš ๏ธ configuration needs to be set BEFORE loading the color scheme with colorscheme NeoSolarized

The theme comes in two styles, light and dark.

NeoSolarized will use the default options, unless you call setup.

require("tokyonight").setup({
  style = "dark", -- "dark" or "light"
  transparent = true, -- true/false
  terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
  enable_italics = true, -- Italics for different hightlight groups (eg. Statement, Condition, Comment, Include, etc.)
  styles = {
    -- Style to be applied to different syntax groups
    comments = { italic = true }, -- Specify style for comments
    keywords = { italic = true }, -- Specify style for keywords
    functions = { bold = true }, -- Specify style for functions
    variables = {}, -- Specify style for variables
    string = { italic = true }, -- Specify style for string
    underline = true, -- true/false; use undercurl globally
    undercurl = true, -- true/false; use underline globally
  },
})

โฃ๏ธ Extras

Extra color configs for Kitty, Alacritty and Konsole can be found in extras. To use them, refer to their respective documentation.

๐Ÿ’ฅ Contributing

Pull requests are welcome. One can add plugin and language specific highlight groups.

๐ŸŒŸ Future Updates

Nothing is perfect. Every project needs improvements. I'll be improving this plugin. Future updates could have following improvements,

  • Language Specific Settings
  • Terminal Color Support
  • Optimization of highlight groups

neosolarized.nvim's People

Contributors

tsuzat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.