gruvsquirrel.nvim icon indicating copy to clipboard operation
gruvsquirrel.nvim copied to clipboard

🐿️ Neovim colorscheme written in Lua inspired by gruvbox

Results 67 gruvsquirrel.nvim issues
Sort by recently updated
recently updated
newest added

-- navic (highlight icons) NavicIconsFile = { link = "GruvboxBlue" }, NavicIconsModule = { link = "GruvboxOrange" }, NavicIconsNamespace = { link = "GruvboxBlue" }, NavicIconsPackage = { link =...

-- nvim-cmp CmpItemAbbr = { link = "GruvboxFg0" }, CmpItemAbbrDeprecated = { link = "GruvboxFg1" }, CmpItemAbbrMatch = { link = "GruvboxBlueBold" }, CmpItemAbbrMatchFuzzy = { link = "GruvboxBlueUnderline" },...

-- vim-dirvish DirvishPathTail = { link = "GruvboxAqua" }, DirvishArg = { link = "GruvboxYellow" },

-- vim-startify StartifyBracket = { link = "GruvboxFg3" }, StartifyFile = { link = "GruvboxFg1" }, StartifyNumber = { link = "GruvboxBlue" }, StartifyPath = { link = "GruvboxGray" },...

-- termdebug debugPC = { bg = palette.faded_blue }, debugBreakpoint = { link = "GruvboxRedSign" },

sublime text3 theme: https://github.com/Briles/gruvbox

TJ also enjoys Gruv: see! https://github.com/tjdevries/gruvbuddy.nvim

``` --color=[BASE_SCHEME][,COLOR_NAME[:ANSI_COLOR][:ANSI_ATTRIBUTES]]... Color configuration. The name of the base color scheme is followed by custom color mappings. BASE SCHEME: (default: dark on 256-color terminal, otherwise 16) dark Color scheme for...

https://github.com/arturgoms/nvim/blob/main/lua/user/colorscheme.lua