Dark colorscheme for neovim. A smooth blend of neon nostalgia with a splash of warmth.
Download americano with any package manager on neovim latest. To apply the colorscheme, execute:
colorscheme americano
require('americano').colorscheme()
Call require('americano').setup()
to change any of the options from the default.
-- Defaults
require('americano').setup({
terminal = true, -- Set terminal colors
commentStyle = { italic = true }, -- Quickly change style of comment hl group
overrides = {}, -- Override highlight groups
palette_config = {
soft = false, -- Use softer background colors
dull = false, -- Use duller foreground colors (low contrast)
},
})
To grab a table of americano colors for other customizations, pass a palette_config to getPalette:
require('americano').getPalette({soft = false, dull = false})
I want to support more plugins, highlight groups, and configurations! Open a PR and include a screenshot showing the change for review.