Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

v0.0.2

Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 19 Sep 09:43
· 203 commits to main since this release
093095b

What's New?

  • Warning on vim.g configuration
  • 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.nvim plugin support. related to monsonjeremy/onedark.nvim#8
  • glyph-palette.vim plugin support
  • kitty border color added
  • ./colors/onedark.vim code in lua
  • nvim-web-devicons plugin support
  • msgAreaStyle config added
  • kitty target added inside Makefile for reloading kitty theme
  • TSVariable & TSOperator colors added inside colors.lua
  • cursor, TSProperty, jsonTSLabel, lessInclude, lessClass, cssStringQQ, makeIdent colors added
  • php, javascript, python, ruby, scss, bash , typescript, sql, xml, yaml syntax highlighting improved
  • refactor: colors file to lua

Changed

  • Removed function require('onedark').colorscheme()
  • Colorscheme autoload removed from colors/onedark.vim
  • VertSplit & Inactive StatusLine fg color changed to bg_visual
  • StatusLine bug note inside README.md#usage
  • Configuration docs updated inside README.md#configuration
  • Fix VertSplit & StatusLine crossover on hideInactiveStatusline [check nvim-lualine/lualine.nvim#274]
  • Change NvimTreeEndOfBuffer color on darkSidebar=false
  • Parse lua table inside colors config [fix #6]
  • Better Telescope highlighting
  • Removed _ from extra themes name
  • inactive statusline background color