nord.nvim icon indicating copy to clipboard operation
nord.nvim copied to clipboard

Is the light theme intentional?

Open ghost opened this issue 2 years ago • 1 comments

There is a cataloguing website which lists this plugin, and it shows a bright ambience variation when bg is light. This appears to preserve accent colours unlike my attempt at a bright ambience version, so is this an intentional feature? If so, does anyone mind pointing me to the exact colour swaps so I can turn it into a Base16 theme?

ghost avatar Nov 27 '22 08:11 ghost

Hello, Yes the Dark and Light theme variation are cause by the code theme, then Yes look intentional. The Nord palette is all ready a 16 colors palette, and the nord.nvim theme use it almost like a Base16 theme. (nord3_bright is a exception).

If you search which file is the pivot: https://github.com/shaunsingh/nord.nvim/blob/master/lua/nord/colors.lua (It file describ Dark and Light colors)

The colors.lua is call by https://github.com/shaunsingh/nord.nvim/blob/master/lua/nord/theme.lua

Regards

Hierosme avatar Dec 20 '22 13:12 Hierosme