A super simple solarized color scheme for neovim
Find a file
2023-07-22 01:02:31 +02:00
colors vim: move solarized.nvim plugin into dotfiles repository 2022-12-12 21:04:16 +01:00
lua Disable background transparency 2023-07-20 23:20:24 +02:00
LICENSE Fix typo in license 2023-07-22 01:02:31 +02:00
README.md Update README 2023-07-20 23:33:20 +02:00

Solarized

A really simple solarized color scheme for Neovim, written to be as simple as it gets and with additional two colors for a bit of added contrast: Base04 (#002028) and Base4 (#FFFFED).

Why?

Why not? 😉

Getting Started

Requirements

  • Neovim (duh 😛)
  • vim.opt.termguicolors = true in your init.lua.
  • A terminal with true color support.

Installation

Install with your favorite package manager, e.g with lazy.nvim:

require('lazy').setup {
  'fschauen/solarized.nvim'
}

Setup

Just type:

:colorscheme solarized

or add this to your init.lua:

vim.cmd [[colorscheme solarized]]

Options

None. This is supposed to be simple, remember?

Supported Plugins