{"id":48793456,"url":"https://github.com/glitchedpanda/bluebell","last_synced_at":"2026-04-13T21:31:10.741Z","repository":{"id":308186717,"uuid":"1031939584","full_name":"GlitchedPanda/bluebell","owner":"GlitchedPanda","description":"A nice and blue colorscheme for neovim.","archived":false,"fork":false,"pushed_at":"2025-08-04T15:13:13.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-04T19:11:19.779Z","etag":null,"topics":["blue","bluebell","colorscheme","dark","dark-blue","dark-blue-theme","dark-mode","dark-theme","lua","neovim","neovim-colorscheme","neovim-lua","neovim-plugin","neovim-theme","nvim","vim","vim-theme"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlitchedPanda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T15:00:19.000Z","updated_at":"2025-08-04T15:18:29.000Z","dependencies_parsed_at":"2025-08-04T19:12:10.767Z","dependency_job_id":"d5605844-1384-4d34-876f-b0004305d520","html_url":"https://github.com/GlitchedPanda/bluebell","commit_stats":null,"previous_names":["glitchedpanda/bluebell"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GlitchedPanda/bluebell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchedPanda%2Fbluebell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchedPanda%2Fbluebell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchedPanda%2Fbluebell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchedPanda%2Fbluebell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlitchedPanda","download_url":"https://codeload.github.com/GlitchedPanda/bluebell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchedPanda%2Fbluebell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blue","bluebell","colorscheme","dark","dark-blue","dark-blue-theme","dark-mode","dark-theme","lua","neovim","neovim-colorscheme","neovim-lua","neovim-plugin","neovim-theme","nvim","vim","vim-theme"],"created_at":"2026-04-13T21:31:10.194Z","updated_at":"2026-04-13T21:31:10.721Z","avatar_url":"https://github.com/GlitchedPanda.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bluebell.nvim\n\n![Preview](https://i.imgur.com/YWNs5Q3.png)\n\nA nice and blue colorscheme for neovim.\n## Installation\n\n[lazy.nvim](https://github.com/folke/lazy.nvim)\n```lua\n{ \"GlitchedPanda/bluebell\", name = \"bluebell\", priority = 1000 }\n```\n\n[mini.deps](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md)\n```lua\nadd({ source = \"GlitchedPanda/bluebell\", name = \"bluebell\" })\n```\n\n[packer.nvim](https://github.com/wbthomason/packer.nvim)\n```lua\nuse { \"GlitchedPanda/bluebell\", as = \"bluebell\" }\n```\n\n[vim-plug](https://github.com/junegunn/vim-plug)\n```vim\nPlug 'GlitchedPanda/bluebell', { 'as': 'bluebell' }\n```\n\n## Usage\n\n```vim\ncolorscheme bluebell \" bluebell-dark\n```\n\n```lua\nvim.cmd.colorscheme \"bluebell\"\n```\n\n## Configuration\n\nThere is no need to call `setup` if you don't want to change the default options and settings.\n\n```lua\nrequire(\"bluebell\").setup({\n    flavour = \"auto\", -- dark\n    background = { -- :h background\n        light = \"dark\",\n        dark = \"dark\",\n    },\n    transparent_background = false, -- disables setting the background color.\n    float = {\n        transparent = false, -- enable transparent floating windows\n        solid = false, -- use solid styling for floating windows, see |winborder|\n    },\n    show_end_of_buffer = false, -- shows the '~' characters after the end of buffers\n    term_colors = false, -- sets terminal colors (e.g. `g:terminal_color_0`)\n    dim_inactive = {\n        enabled = false, -- dims the background color of inactive window\n        shade = \"dark\",\n        percentage = 0.15, -- percentage of the shade to apply to the inactive window\n    },\n    no_italic = false, -- Force no italic\n    no_bold = false, -- Force no bold\n    no_underline = false, -- Force no underline\n    styles = { -- Handles the styles of general hi groups (see `:h highlight-args`):\n        comments = { \"italic\" }, -- Change the style of comments\n        conditionals = { \"italic\" },\n        loops = {},\n        functions = {},\n        keywords = {},\n        strings = {},\n        variables = {},\n        numbers = {},\n        booleans = {},\n        properties = {},\n        types = {},\n        operators = {},\n        -- miscs = {}, -- Uncomment to turn off hard-coded styles\n    },\n    color_overrides = {},\n    custom_highlights = {},\n    default_integrations = true,\n    auto_integrations = false,\n    integrations = {\n        cmp = true,\n        gitsigns = true,\n        nvimtree = true,\n        treesitter = true,\n        notify = false,\n        mini = {\n            enabled = true,\n            indentscope_color = \"\",\n        },\n    },\n})\n\n-- setup must be called before loading\nvim.cmd.colorscheme \"bluebell\"\n```\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchedpanda%2Fbluebell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglitchedpanda%2Fbluebell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchedpanda%2Fbluebell/lists"}