Skip to content

cpwrs/americano.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

americano.nvim ☕

Dark colorscheme for neovim. A smooth blend of neon nostalgia with a splash of warmth.

americano

Installation

Download americano with any package manager on neovim latest. To apply the colorscheme, execute:

colorscheme americano
require('americano').colorscheme()

Configuration

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})

Contributing

I want to support more plugins, highlight groups, and configurations! Open a PR and include a screenshot showing the change for review.

About

A smooth blend of neon nostalgia with a splash of warmth ☕

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages