Skip to content

pedropmedina/darkside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Darkside

Overview

Inspired by onedark... leveraging the power of lush.

Goal

To have a nice looking theme that handles modern nvim features and plugins such as LSP, treesitter, telescope, nvim-tree... with fewer highlights done in the cofig.

Beware this is a WIP... These colors might change often as I figure out what works best for my daily use.

With that in mind, you're welcome to use it as you please!

Check Lush out

This theme is built with Lush, a pretty nice colorscheme generator.

Installation

Packer

  use({ 'pedropmedina/darkside', requires = { 'rktjmp/lush.nvim' } })

Note:

You might want to set this somewhere in your config as well

  vim.opt.background = 'dark'
  vim.g.colors_name = 'darkside'

Usage

Since this is bare-bones, there aren't any configurations yet, you need to worry about. Just install and require.

You can reference theme colors by accessing the color palette

  local darkside = require('darkside')
  local colors = darkside.colors

About

Dark theme inspired by onedark built with Lush

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published