Skip to content
Discussion options

You must be logged in to vote

It is mostly documented here: https://github.com/MunifTanjim/nougat.nvim/tree/main/lua/nougat/color

First of all, use nougat.color module for picking color for different items:

local color = require('nougat.color').get()
color.red
color.accent.red
color.green
color.accent.green
color.yellow
color.accent.yellow
color.blue
color.accent.blue
color.magenta
color.accent.magenta
color.cyan
color.accent.cyan

color.bg
color.accent.bg
color.bg0
color.bg1
color.bg2
color.bg3
color.bg4

color.fg
color.accent.fg
color.fg0
color.fg1
color.fg2
color.fg3
color.fg4

If the colorscheme you're using has nougat.color.<colorscheme> module, where <colorscheme> is the name (e.g. gruvbox), nougat.nvim will rea…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@linrongbin16
Comment options

Answer selected by MunifTanjim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants