nord.nvim
nord.nvim copied to clipboard
Is the light theme intentional?
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?
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