github-nvim-theme icon indicating copy to clipboard operation
github-nvim-theme copied to clipboard

Github's Neovim themes

Results 53 github-nvim-theme issues
Sort by recently updated
recently updated
newest added

Hey I love the plugin! I've been using it for a while and have recently added `indent-blankline` to my configuration which the README says this plugin supports. However, the blanklines...

Hello, When I setup the theme on neovim, I get this error : ![Capture d’écran du 2022-07-30 12-45-28](https://user-images.githubusercontent.com/16017408/181906856-75ca5aee-0393-4ac6-8e56-eff6701d167f.png) ```vim call plug#begin() Plug 'projekt0n/github-nvim-theme' call plug#end() colorscheme github_dark_default ``` I also...

## About This PR is to fix the use of the group colors when trying to override colors that are "two or more"-level deep in the table. When trying to...

enhancement
hacktoberfest

Hi and thanks for this awesome theme! I was trying to customize the background color of fenced code blocks in markdown files via the following snippet in my `init.lua`: ```lua...

I noticed that quite a few Lua based themes have a very similar directory structure. Is this just creators copying what works, or is there a shared origin/template/framework that most...

Hi. I can see in the screenshots there's a border line between the sidebar and the main window. I've been trying to find how to enable them because in my...

Hi! Love the theme! I'm a vim-airline user, and I was hoping for a nice airline theme to go with this one. I've tried onedark, since that was an inspiration...

help wanted
todo
!
!!

Hi, I just noticed that when I use color override - eg colors = {bg = "#f5f5f5"}, Then all github-nivm themes will use this white color (obviously I do not...

enhancement

Hi 👋 Thank you for the project! I decided to try it but unfortunately faced the problem. `github_light` looks like this: `github_dark` even worse: ``` % nvim --version NVIM v0.6.1...

help wanted

Hello, I've been working on `litee.nvim` which is a library which backs other plugins such as `litee-calltree`, `litee-filetree` and `litee-symboltree`. I love that this theme slightly changes the bg colors...