Releases: projekt0n/github-nvim-theme
Releases · projekt0n/github-nvim-theme
v0.0.2
What's New?
folded
colors are configurable- Plugin Support check #16
- added iTerm colorscheme #14
- added Konsole colorscheme #33
github-theme.util.color_overrides
function support "NONE" color (fix related to #36)- Terminal themes are structured through
extra/init.lua
- Area for messages and cmdline with
bold
text highlight #44 hideEndOfBuffer
options added. Enabling this option, will hide filler lines (~) after the end of the buffer #46- Custom nvim-web-devicons colors (related to #16)
msgAreaStyle
config addedborder
color added incolors.lua
- Set
border
colors according tothemeStyle
Fixes
- Kitty themes typo fixed #3
- Change terminal background color to
bg
#2 - Fold Bright background fixed #5
- Added option to customize statusline background with
bg_statusline
#11 - Lualine
c
section background color get dark colorbg2
- illuminate plugin highlights fixed #10
- Change
commentTSConstant
highlight toc.syntax.keyword
fromc.syntax.commentConstant
- Removed
commentConstant
color - lualine
command
background fixed #30 - Make window-separator(
VertSplit
) highlight bright (related to #16) - Removed unnecessary colors from
colors.lua
- Enhanced
TabLineSel
is barely readable foreground color fixed #35 - Enhanced
transparent
mode background color #41 - Add proper
Description
insidekonsole
theme (bug from #33) - Lualine
normal
section background color set blue color #43 - Kitty window border colors fix #47
- refactored
lua/github-theme/config.lua
fixed #29 - telescope.nvim highlights improved
- use
bg_visiual
color as floating window border - use
bg
andbg2
colors forEndOfBuffer
NoneText
fixed #66