Skip to content

v0.0.3

Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 09 Dec 11:05
· 382 commits to main since this release
52f8eff

What's New?

  • Github dark_default theme added #15 #16 #24
  • Github light_default theme added #15 #16
  • Make target added for reloading kitty theme with kitty_dark_default & kitty_light_default
  • Individual themes for colorscheme command #68
  • Breaking Change: use snake_case inside config instead of camelCase
  • hide_inactive_statusline default value is true
  • dark_float default value is false
  • feat: vim config support with "vim.g"
  • lualine colors refactored inside colors.lua (related to #80)
  • NvimTreeIndentMarker highlight is light #74
  • Github's default themes for tmux
  • plugin support: nvim-compe, nvim-cmp and nvim-notify
  • set vim.o.background while loading individual colorscheme (folke/tokyonight.nvim#102)
  • enhance: assign config default value to vim.g variables
  • re-patch: #72
  • breaking change: github deprecated from colorscheme command
  • pmenu.select color removed
  • pmenu select background color with dynamic blue color
  • breaking change: terminal colors are renamed
  • feat: set vim.o.background with config module (re-patch #60 #116)
  • enhance: support colorschemes with fzf Colors command
  • enhance: unlink NvimTreeGitIgnored from Comment
  • refactor: global variable prefix store in key_prefix variable
  • refactor: pass common config in extra module
  • enhance: StatusLine foreground & StatusLineNC background colors are customizable ( related to #11 )
  • feat: vscode like lspkind highlighting inside nvim-cmp #137
  • enhance: highlight all lspkind list in nvim-cmp #137
  • Link common highlights for diff group

Fixes

  • Fixed diff highlight colors for dark_default & light_default
  • Screenshots and docs updated #63 #16
  • #72 fixed
  • #73 fixed
  • #80 fixed
  • #76 fixed
  • IncSearch highlight linked with Search
  • Search highlight enhanced for transparent mode
  • LineNr highlight enhanced for transparent mode
  • refactor: git_signs & dev_icons colors
  • docs: removed lua table assignment from vim example (related to #89 #77)
  • Linting inside tmux.lua
  • NvimTree git highlight
  • refactor: de-attach 'bg_statusline' color from lualine
  • fix #83: inactive lualine colors
  • enhance: inactive statusline
  • load colorscheme according to theme_style config
  • removed search colors force assignments from transparent mode #113
  • todo highlight foreground color fixed #115
  • make CursorLine and CursorColumn background highlight more visible #109
  • qfLineNr & QuickFixLine colors updated #119
  • LuaDocs: duplicate warning fixed
  • missing ' in vim config (README.md) fixed #134
  • typo inisde theme.lua
  • missing alias fixed inside colors.lua
  • Fix vim.o.background setting in config module
  • Fix assign user_config value to vim.g global variables