Terminal theme:
Colors based on the 3 colors of UniWa's optical identity.
Blue: #123c64
Light Blue: #67ade0
Grey: #9d9d88
Default:
-- with lazy
{
'uniwa-community/uniwa.nvim',
}
colorscheme uniwa
require("lualine").setup({
theme = "uniwa"
})
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
Made with Lush and 💙.