Skip to content

Poimandres colorscheme for Neovim written in Lua

Notifications You must be signed in to change notification settings

w3barsi/poimandress.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of `olivercederborg/poimandres.nvim` to make it look closer to the VSCode Version

poimandres.nvim

Made with Lua

Neovim theme with the palette of poimandres vscode theme, written in Lua with treesitter support.

All variants of the theme will be available for use.

Plugin support will be added as I personally need it, or when it is requested.

Poimandres Golang

Screenshots

Lua

Poimandres Lua

TypeScript

Poimandres TypeScript

📦 Installation

Install with packer:

-- Lua

use { 
  'olivercederborg/poimandres.nvim',
  config = function()
    require('poimandres').setup {
      -- leave this setup function empty for default config
      -- or refer to the configuration section
      -- for configuration options
    }
  end
}

Install with vim-plug:

" Vim Script

Plug 'olivercederborg/poimandres.nvim'

lua << EOF
  require('poimandres').setup {
    " leave this setup function empty for default config
    " or refer to the configuration section
    " for configuration options
  }
EOF

🚀 Usage

Enable the colorscheme:

-- Lua

vim.cmd('colorscheme poimandres')
" Vim Script

colorscheme poimandres

⚙️ Configuration:

Setup function options:

{
  bold_vert_split = false,
  dim_nc_background = false,
  disable_background = false,
  disable_float_background = false,
  disable_italics = false,
}

To enable Poimandres for Lualine, just set the theme in your Lualine configuration:

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

🙌 Related

Hyper theme

hyper i hyper-pmndrs

About

Poimandres colorscheme for Neovim written in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%