polachok / nvim-mariana

Port of Sublime's Mariana Theme to Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-mariana

Status: Under development. Vim's awkward markdown hl-groups are still being added, although when using tree-sitter it works fine.

Palette

Screenshots

Description

Port of Sublime's Mariana Theme for Neovim, using Lua, for short attention span devs.

Installation

Requirements: NVIM v0.8.0-dev.

Plug it with your favorite plugin manager.

  • Packer:
use 'kaiuri/nvim-mariana'

Usage

  • Vimscript:
colo mariana
  • Lua:
vim.cmd('colo mariana')

Configuration

There's none, but I might add a contrast one if there's demand. One shouldn't spend too much time tinkering with their .rc files instead of writing code.

Plugin Support(Tested)

Alacritty Theme

There's a theme for Alacritty available at extras.

TO-DO

  • Fix Neovim's vim-inherited markdown highlights so its built in LSP client hover, etc, features display properly.
  • Add more screenshots.
  • Display palette on README.

Feature request

If any language is being poorly supported, please make a new issue attached with an image of how that language looks on Sublime-Text.

If a plugin you use isn't rightly supported, please, make a new issue attached with a link to said plugin and I'll do my best to support it.

Pull Requests

Use the Conventional Commits style for your commits, that's basically it.

About

Port of Sublime's Mariana Theme to Neovim.


Languages

Language:Lua 99.6%Language:Vim Script 0.4%