All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- plugin support ggandor/lightspeed.nvim #103
- feat: use native autocmds on nvim >=0.7
- feat: use typing (types.od.HighlightStyle) inside
theme.lua - feat: add non-exists highlight from
overridesoption in dev mode (fixed #99) - enhance: bright & dark colors updated in terminal themes
- chore: unlink 'Visual' highlight
- fixed #101
- fixed #104
- refactor: implement override func in
util.load - docs: fixed config's default value in README.md
- fixed projekt0n/github-nvim-theme#172
- fixed #106
- fix: use pcall to clear autocmd silently projekt0n/github-nvim-theme#178 ( @xiyaowong )
- fixed #108
- fixed: pcall bad argument inside autocmds module
v0.0.4- 21 Jan 2022
- plugin support hop.nvim
- lualine
terminalhighlight added - plugin support coc.nvim
- define global in project
luarcconfig file. - config option added
hide_end_of_buffer - allow customizing highlight group #91
- Removed unnecessary defer function & highlights
- highlight added for
GitSignsCurrentLineBlame - feat:
githooksinit - feat:
typesmodule init - cleanup: removed 'transform_colors' option from terminal themes generation
- feat: 'ConfigSchema' type init
- feat:
od.Highlights.*type added - refactor:
configmodule - refactor:
config.configtable renamed toconfig.schema - refactor:
utilmodule - breaking change: color palette redefine
- feat:
require("onedark").get_colorsadded - fix: autocompletion color in nvim in-built
terminal#95
hide_inactive_statuslineoption deprecated fromlualinepluginjavascriptTSTagAttributehighlight removedTSTagAttributehighlight added- yellow changed to the same version as onedark palette. monsonjeremy/onedark.nvim#19
- Boolean set to orange as in VSC onedark theme. monsonjeremy/onedark.nvim#19
- refactor override function to util.lua module #91
- formatter changed
LuaFormatter->Stylua - refactor: modules export
- refactor: 'util' and 'extra' themes
- refactor: use
TerminalConftype in terminal theme generation - refactor: 'nvim-dev-icons' palette
- refactor: module renamed
extra->terminal - docs: re-arrange heading section & plugins list
- fix: alacritty
blackcolor in bright section - nvim-dev-icons colors fixed #98 projekt0n/circles.nvim#6
v0.0.3- 11 Dec 2021
- docs updated
- Assign
dark5color toLineNrinsidetransparentmode - docs: contributing guidelines added
- docs: code of conduct added
- feat:
highlight_linenumberconfig for setting dark color to number line - feat: support
highlight_linenumberwith gitsigns - enhance: nvim-cmp highlight
- change popup 'select' highlight background to green
- enhance(nvim-cmp):separate match highlights
- plugin-support: nvim-notify
- enhance: set default config value to
vim.gvariables - feat:
onedark_transparent_sidebaroption #60 - docs: vim config docs added inside README.md
- feat: store
user_configvalue tovim.gvariables - docs: luadoc added inside
configandextramodule - A new lualine theme added 'onedark-nvim' #65
- expose onedark theme in fzf.vim
- added hot reloaded to
onedark-nvimlualine theme - feat:
lualine_boldoption added - luadoc: fix warning inside config module
- fixed #71 in normal mode
- vscode like
nvim-cmphighlights ref:nvim-cmp wiki nvim-cmpall lspkind supported- Link common
diffhighlights group - dark foreground color for visited entries in telescope.nvim
- projekt0n/github-nvim-theme#73 fixed
- refactor: lualine colors added inside
colors.lua - breaking change: consistent variable naming in
onedarkconfig - undefined color
syntax.commentfixed - lualine theme provided by official lualine repo (fix #46)
- refactor: group colors according to assignment
- enhance: barbar highlighting monsonjeremy/onedark.nvim#16
- enhance: 'cmp' menu with 'fg' color
- docs: minimal screenshot updated in README.md#minimal
- docs: removed emoji from README.md
- cleanup: removed vim config deprecated message
- breaking change: use snake_case inside config and alacritty module
- breaking change: changed config variables name inside
vim.gvariables - refactor: colors transform config inside
extramodule - fix: diff text with comment text #68
- docs: cleanup some nonsense
NvimTreeGitRenamedhighlight with onedark purple color
v0.0.2- 19 Sep 2021
- Warning on
vim.gconfiguration - Configure plugin in lua using
require('onedark').setup({})[fix monsonjeremy/onedark.nvim#5] - Minimal config example added inside README.md#minimal
- Linting Github Action init
- Format .lua code with lua-format
- kitty tab colors are changed
- Init:
Makefile, .lua-format, .luacheckrc - Add "NONE" color compatibility for colors override
barbar.nvimplugin support. related to monsonjeremy/onedark.nvim#8glyph-palette.vimplugin support- kitty border color added
./colors/onedark.vimcode in lua- nvim-web-devicons plugin support
msg_area_styleconfig addedkittytarget added insideMakefilefor reloading kitty themeTSVariable&TSOperatorcolors added insidecolors.luacursor,TSProperty,jsonTSLabel,lessInclude,lessClass,cssStringQQ,makeIdentcolors added- php, javascript, python, ruby, scss, bash , typescript, sql, xml, yaml syntax highlighting improved
- refactor: colors file to
lua
- Removed function
require('onedark').colorscheme() - Colorscheme autoload removed from
colors/onedark.vim - VertSplit & Inactive StatusLine
fgcolor changed tobg_visual - StatusLine bug note inside README.md#usage
- Configuration docs updated inside README.md#configuration
- Fix
VertSplit&StatusLinecrossover onhide_inactive_statusline[check nvim-lualine/lualine.nvim#274] - Parse lua table inside
colorsconfig [fix #6] - Better Telescope highlighting
- Removed
_from extra themes name - inactive statusline background color
v0.0.1 - 14 June 2021
- Initial release 🎊