{"id":49980525,"url":"https://github.com/meccin/shizukana.nvim","last_synced_at":"2026-05-18T15:04:56.039Z","repository":{"id":309096363,"uuid":"1031523660","full_name":"meccin/shizukana.nvim","owner":"meccin","description":"🌸 An elegant and minimalist colorscheme for Neovim","archived":false,"fork":false,"pushed_at":"2025-08-12T17:59:31.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T11:29:23.739Z","etag":null,"topics":["lsp","lua","neovim","neovim-theme","nvim","syntax-highlighting","terminal-colors","theme","tree-sitter-highlight"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meccin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T23:22:20.000Z","updated_at":"2025-10-13T09:58:44.000Z","dependencies_parsed_at":"2025-08-09T21:09:49.143Z","dependency_job_id":"afeb6a17-a47a-44a0-9858-723826044db0","html_url":"https://github.com/meccin/shizukana.nvim","commit_stats":null,"previous_names":["avuenja/shizukana.nvim","meccin/shizukana.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/meccin/shizukana.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meccin%2Fshizukana.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meccin%2Fshizukana.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meccin%2Fshizukana.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meccin%2Fshizukana.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meccin","download_url":"https://codeload.github.com/meccin/shizukana.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meccin%2Fshizukana.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["lsp","lua","neovim","neovim-theme","nvim","syntax-highlighting","terminal-colors","theme","tree-sitter-highlight"],"created_at":"2026-05-18T15:04:47.734Z","updated_at":"2026-05-18T15:04:56.017Z","avatar_url":"https://github.com/meccin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌸 shizukana.nvim\n\nA modern, soothing Neovim theme inspired by traditional Japanese aesthetics, focusing on visual comfort and accessibility.\n\n![Neovim 0.9+](https://img.shields.io/badge/Neovim-0.9%2B-green.svg)\n![Lua](https://img.shields.io/badge/Lua-100%25-blue.svg)\n![WCAG AAA](https://img.shields.io/badge/WCAG-AAA-brightgreen.svg)\n\n\u003cimg width=\"2586\" height=\"1818\" alt=\"Shizukana - Moon\" src=\"https://github.com/user-attachments/assets/f8b7e0a9-aedb-4d06-a367-f35b81f71809\" /\u003e\n\u003cimg width=\"2586\" height=\"1818\" alt=\"Shizukana - Dawn\" src=\"https://github.com/user-attachments/assets/d5e19119-7037-4e00-862f-155831dce4c3\" /\u003e\n\n## ✨ Features\n\n- 🎨 **Authentic Japanese Palette**: Colors inspired by sakura, torii, bamboo and traditional elements\n- 👁️ **Visual Comfort**: Developed with color science to reduce eye strain\n- ♿ **WCAG AAA Accessibility**: 7:1 contrast ratio for maximum readability\n- 🌙 **Multiple Styles**: Moon (dark), Dawn (light), Dusk (twilight)\n- 🔧 **TreeSitter \u0026 LSP**: Full support for modern semantic highlighting\n- 🎯 **Dim Inactive**: Smart highlighting for active window\n- 🔌 **10+ Plugins**: Integration with Telescope, Lualine, nvim-tree and more\n- 🚀 **Performance**: Modular architecture with lazy loading\n\n## 📦 Installation\n\n### Using [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n  \"avuenja/shizukana.nvim\",\n  lazy = false,\n  priority = 1000,\n  config = function()\n    require(\"shizukana\").setup({\n      -- your config here\n    })\n    vim.cmd.colorscheme(\"shizukana\")\n  end,\n}\n```\n\n### Using [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse {\n  \"avuenja/shizukana.nvim\",\n  config = function()\n    require(\"shizukana\").setup({\n      -- your config here\n    })\n    vim.cmd.colorscheme(\"shizukana\")\n  end,\n}\n```\n\n## ⚙️ Configuration\n\n```lua\nrequire(\"shizukana\").setup({\n  style = \"moon\",        -- \"moon\" | \"dawn\" | \"dusk\"\n  transparent = false,   -- Transparent background\n  terminal_colors = true, -- Set terminal colors\n\n  dim_inactive = {\n    enabled = true,      -- Dim inactive windows\n    shade = \"dark\",\n    percentage = 0.12,   -- 12% darker\n  },\n\n  styles = {\n    comments = { italic = true },\n    keywords = { bold = true },\n    functions = {},\n    variables = {},\n    operators = {},\n    conditionals = { italic = true },\n  },\n\n  plugins = {\n    auto_detect = true,  -- Auto-detect installed plugins\n    telescope = true,\n    nvim_tree = true,\n    lualine = true,\n    treesitter = true,\n    lsp = true,\n    cmp = true,\n    gitsigns = true,\n    indent_blankline = true,\n  },\n\n  -- Advanced callbacks\n  on_colors = function(colors)\n    -- Modify colors before applying\n    -- colors.bg = \"#1a1a1a\"\n  end,\n\n  on_highlights = function(highlights, colors)\n    -- Add custom highlights\n    -- highlights.MyCustomHL = { fg = colors.sakura }\n  end,\n})\n```\n\n## 🎨 Color Palette\n\n### Moon (Dark Mode)\n\n| Color | Hex       | Name     | Usage                  |\n| ----- | --------- | -------- | ---------------------- |\n| 🌸    | `#ffc0d9` | Sakura   | Numbers, booleans      |\n| ⛩️    | `#ff757f` | Torii    | Errors, constants      |\n| 🎋    | `#9ece6a` | Bamboo   | Strings, git additions |\n| 💠    | `#7aa2f7` | Sumi     | Functions, links       |\n| 🟣    | `#bb9af7` | Murasaki | Keywords, statements   |\n| 🌕    | `#e0af68` | Yamabuki | Types, warnings        |\n\n### Dawn (Light Mode)\n\n| Color | Hex       | Name     | Usage                  |\n| ----- | --------- | -------- | ---------------------- |\n| 🌸    | `#b4637a` | Sakura   | Numbers, booleans      |\n| ⛩️    | `#d20f39` | Torii    | Errors, constants      |\n| 🎋    | `#568a3a` | Bamboo   | Strings, git additions |\n| 💠    | `#286983` | Sumi     | Functions, links       |\n| 🟣    | `#907aa9` | Murasaki | Keywords, statements   |\n| 🌕    | `#ea9d34` | Yamabuki | Types, warnings        |\n\n### Dusk (Twilight Mode)\n\n| Color | Hex       | Name     | Usage                  |\n| ----- | --------- | -------- | ---------------------- |\n| 🌸    | `#d4a5b5` | Sakura   | Numbers, booleans      |\n| ⛩️    | `#e06b74` | Torii    | Errors, constants      |\n| 🎋    | `#8fb573` | Bamboo   | Strings, git additions |\n| 💠    | `#6494c4` | Sumi     | Functions, links       |\n| 🟣    | `#a594c7` | Murasaki | Keywords, statements   |\n| 🌕    | `#d4a76a` | Yamabuki | Types, warnings        |\n\n## 🛠️ Built-in Commands\n\n```vim\n:ShizukanaReload    \" Reload theme (useful during development)\n:ShizukanaPalette   \" Show all palette colors\n:ShizukanaContrast  \" Check WCAG contrast for all colors\n:ShizukanaStyle     \" Toggle between moon/dawn/dusk\n:ShizukanaExtras    \" Generate all extras passing style\n:ShizukanaExtrasAll \" Generate all extras to all styles (base16, starship, etc.)\n```\n\n## 📚 Project Structure\n\n```\nshizukana.nvim/\n├── lua/\n│   └── shizukana/\n│       ├── init.lua          # Theme core\n│       ├── palette.lua       # Color definitions\n│       ├── util.lua          # Utility functions\n│       └── groups/\n│           ├── init.lua      # Base highlights\n│           ├── treesitter.lua # TreeSitter groups\n│           ├── lsp.lua       # LSP semantic tokens\n│           └── plugins.lua   # Plugin integrations\n└── colors/\n    └── shizukana.lua      # Entry point\n```\n\n## 🔬 Science Behind the Theme\n\n### WCAG Accessibility\n\n- **AAA Standard**: Minimum 7:1 contrast ratio for normal text\n- **AA Standard**: Minimum 4.5:1 contrast (exceeded by all colors)\n- Relative luminance algorithm implemented for validation\n\n### Visual Comfort\n\n- **Background #1a1b26**: Avoids pure black to reduce excessive contrast\n- **Pastel Colors**: Reduces visual vibration and halation\n- **Color Temperature**: Optimized between 2700K-4000K for comfort\n\n### Japanese Inspiration\n\n- **Sakura (桜)**: Soft pink of cherry blossoms\n- **Torii (鳥居)**: Sacred red of Shinto gates\n- **Yamabuki (山吹)**: Golden yellow of yamabuki flowers\n- **Bamboo (竹)**: Green of young bamboo\n- **Sumi (墨)**: Blue of traditional ink\n- **Murasaki (紫)**: Historical noble purple\n\n## 🤝 Contributing\n\nContributions are welcome! Please:\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/amazing`)\n3. Commit your changes (`git commit -m 'feat: add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing`)\n5. Open a Pull Request\n\n## 📝 License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by Japanese culture and aesthetics\n- Based on WCAG accessibility research\n- Influenced by themes like [tokyonight.nvim](https://github.com/folke/tokyonight.nvim), [kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim), and [catppuccin](https://github.com/catppuccin/nvim)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Made with 🌸 for developers who value their eyes**\n\n[Report Bug](https://github.com/avuenja/shizukana.nvim/issues) •\n[Request Feature](https://github.com/avuenja/shizukana.nvim/issues)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeccin%2Fshizukana.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeccin%2Fshizukana.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeccin%2Fshizukana.nvim/lists"}