Skip to content

brargenzilian/darcula-solid.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darcula-solid.nvim

Darcula-solid.nvim

A color-scheme that was heavily inspired by the JetBrains IntelliJ IDEA default theme, but was carefully refined to bring a more pleasant, aesthetic, and contrasting experience.

Requirements

  • termguicolors enabled for true color support.

Instalation examples

With the native vim.pack:

vim.pack.add({ 'https://codeberg.org/brargenzilian/darcula-solid.nvim' });

With lazy.nvim:

use { "brargenzilian/darcula-solid.nvim" }

Setup

In init.lua:

vim.cmd('colorscheme darcula-solid')

Or in your init.vim:

colorscheme darcula-solid

Preview

darcula-solid

How to contribute

  1. Install the following packages in your local Neovim configuration:
  2. Add/Update/Remove highlight groups from the lua/darcula-solid/groups.lua file
  3. Add/Update/Remove colors from the lua/darcula-solid/palette.lua file
  4. Once you're done with your changes, build the colorscheme using the lua/build.lua file. It will update lua/darcula-solid/init.lua automatically. This will allow you to test the colorscheme locally by pointing towards the project from your local Neovim configuration. You can see more of how this step works here and here
  5. Create a pull request and explain your changes

Huge thanks to @rorystephenson for suggesting this amazing idea and the developers of lush.nvim for their work that made this possible.

About

Official mirror of darcula-solid.nvim

Resources

License

Stars

108 stars

Watchers

1 watching

Forks

Contributors

Languages