Skip to content

fallwith/doric-themes.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doric themes

WIP Neovim port of the Doric themes for GNU Emacs.

Overview

From the original project:

The Doric themes use few colours and will appear monochromatic in many contexts. They are my most minimalist themes. Styles involve the careful use of typographic features and subtleties in colour gradients to establish a consistent rhythm.

See the screenshots section for screenshots of all the colourscheme variants.

Requirements

Neovim >= 0.8.0

Installation

vim.pack (Neovim >=0.12)

vim.pack.add({ "https://github.com/aymenhafeez/doric-themes.nvim" })

lazy.nvim

{ "aymenhafeez/doric-themes.nvim", priority = 1000 }

Usage

Set a specific variant, for example:

vim.cmd "colorscheme doric-marble"

Or use the configuration options to set a light and dark variant:

require("doric").setup({
  light = "doric-light", -- doric-beach, -cherry, -earth, -jade, -marble, -oak, -siren, -wind
  dark = "doric-water" -- doric-copper, -dark, -fire, -mermaid, -obsidian, -pine, -plum, -valley
})

vim.cmd "colorscheme doric"

These will then automatically sync with vim.o.background.

Screenshots

Light variants

doric-beach

doric-beach

doric-cherry

doric-cherry

doric-earth

doric-earth

doric-jade

doric-jade

doric-light

doric-light

doric-marble

doric-marble

doric-oak

doric-oak

doric-siren

doric-siren

doric-wind

doric-wind

Dark variants

doric-copper

doric-copper

doric-dark

doric-dark

doric-fire

doric-fire

doric-mermaid

doric-mermaid

doric-obsidian

doric-obsidian

doric-pine

doric-pine

doric-plum

doric-plum

doric-valley

doric-valley

doric-water

doric-water

TODO

  • Support for more plugins
  • Style configuration options
  • Options to override highlight groups
  • Complementary themes for terminal emulators

Credit

About

Neovim port of the doric-themes for GNU Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%