Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 2.37 KB

README.md

File metadata and controls

95 lines (55 loc) · 2.37 KB

A colorscheme for Neovim inspired by the University of West Attica.

image

Terminal theme:

image2

Colors based on the 3 colors of UniWa's optical identity.

Blue: #123c64

blue

Light Blue: #67ade0

light

Grey: #9d9d88

grey

Variants

Default:

Screenshot 2024-02-19 224600

uniwa-paper Screenshot 2024-02-19 224607

uniwa-light Screenshot 2024-02-19 224554

uniwa-dark Screenshot 2024-02-19 224548

Install

-- with lazy
{
    'uniwa-community/uniwa.nvim',
}

Usage

colorscheme uniwa

Lualine

require("lualine").setup({
    theme = "uniwa"
})

Building the colorscheme from source

First off it requires the following plugins to be installed:

'rktjmp/shipwright.nvim',
'rktjmp/lush.nvim',

After installing them, you can run :Shipwright in the repo's root directory, which will generate:

  • a lua colorscheme in ./colors/uniwa.lua

  • a lualine theme in ./lua/lualine/themes/uniwa.lua

Credits

Made with Lush and 💙.