{"id":31646486,"url":"https://github.com/yuriromano02/lainom","last_synced_at":"2026-05-18T04:04:03.694Z","repository":{"id":313698779,"uuid":"1052323749","full_name":"YuriRomano02/LainOm","owner":"YuriRomano02","description":"A Omarchy custom theme based with Lain background","archived":false,"fork":false,"pushed_at":"2025-09-21T08:31:32.000Z","size":14150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T10:19:46.290Z","etag":null,"topics":["archlinux","hyprland","hyprland-rice","omarchy","omarchy-theme","serialexperimentslain"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YuriRomano02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-07T21:19:32.000Z","updated_at":"2025-09-21T08:34:04.000Z","dependencies_parsed_at":"2025-09-07T23:36:38.510Z","dependency_job_id":null,"html_url":"https://github.com/YuriRomano02/LainOm","commit_stats":null,"previous_names":["yuriromano02/lainom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YuriRomano02/LainOm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriRomano02%2FLainOm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriRomano02%2FLainOm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriRomano02%2FLainOm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriRomano02%2FLainOm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuriRomano02","download_url":"https://codeload.github.com/YuriRomano02/LainOm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriRomano02%2FLainOm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278728275,"owners_count":26035412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archlinux","hyprland","hyprland-rice","omarchy","omarchy-theme","serialexperimentslain"],"created_at":"2025-10-07T05:51:16.725Z","updated_at":"2025-10-07T05:51:21.201Z","avatar_url":"https://github.com/YuriRomano02.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LainOm - Anime Pink Theme \n\nA comprehensive anime-inspired pink/magenta theme for Linux desktop environments, featuring a cohesive color palette across multiple applications and window managers.\n\n![Theme Preview](preview.png) \u003c!-- Add your screenshot here --\u003e\n\n## 🎨 Color Palette\n\nThe theme is built around a carefully crafted anime-inspired color scheme:\n\n- **Primary Background**: `#0a0a0a` (Deep Black)\n- **Primary Foreground**: `#ffeef7` (Light Pink)\n- **Accent Pink**: `#e91e63` (Magenta)\n- **Bright Pink**: `#ff4081` (Bright Pink)\n- **Light Pink**: `#ff99cc` (Soft Pink)\n- **Salmon Pink**: `#ff85a2` (Warm Pink)\n- **Deep Pink**: `#d147a3` (Dark Magenta)\n\n## 📦 What's Included\n\nThis theme provides configurations for:\n\n- **Terminal**: Alacritty\n- **System Monitor**: btop\n- **Screen Locker**: Hyprlock\n- **Window Manager**: Hyprland\n- **Notifications**: Mako\n- **Text Editor**: Neovim\n- **OSD**: SwayOSD\n- **Application Launcher**: Walker, Wofi\n- **Status Bar**: Waybar\n\n## 🚀 Installation\n\n### Prerequisites\n\nMake sure you have the following applications installed:\n- Alacritty\n- btop\n- Hyprland\n- Mako\n- Neovim\n- Wofi/Walker\n- Waybar\n- CaskaydiaMono Nerd Font\n\n### Quick Install\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/lainom-theme\n   cd lainom-theme\n   ```\n\n2. **Backup your existing configs** (recommended):\n   ```bash\n   mkdir -p ~/.config/backup\n   cp -r ~/.config/alacritty ~/.config/backup/ 2\u003e/dev/null || true\n   cp -r ~/.config/btop ~/.config/backup/ 2\u003e/dev/null || true\n   cp -r ~/.config/hypr ~/.config/backup/ 2\u003e/dev/null || true\n   cp -r ~/.config/mako ~/.config/backup/ 2\u003e/dev/null || true\n   cp -r ~/.config/waybar ~/.config/backup/ 2\u003e/dev/null || true\n   cp -r ~/.config/wofi ~/.config/backup/ 2\u003e/dev/null || true\n   ```\n\n3. **Install the theme**:\n   ```bash\n   ./install.sh\n   ```\n\n### Manual Installation\n\nIf you prefer to install components individually:\n\n#### Alacritty\n```bash\nmkdir -p ~/.config/alacritty\ncp alacritty.toml ~/.config/alacritty/\n```\n\n#### btop\n```bash\nmkdir -p ~/.config/btop/themes\ncp btop.theme ~/.config/btop/themes/anime-pink.theme\n# Then select the theme in btop: ESC → o → t → anime-pink\n```\n\n#### Hyprland\n```bash\nmkdir -p ~/.config/hypr\ncp hyprland.conf ~/.config/hypr/\n# Add to your main hyprland.conf: source = ~/.config/hypr/anime-pink.conf\n```\n\n#### Hyprlock\n```bash\nmkdir -p ~/.config/hypr\ncp hyperlock.conf ~/.config/hypr/hyprlock.conf\n```\n\n#### Mako\n```bash\nmkdir -p ~/.config/mako\ncp mako.ini ~/.config/mako/config\n```\n\n#### Neovim\n```bash\nmkdir -p ~/.config/nvim/colors\ncp neovim.lua ~/.config/nvim/colors/anime_pink.lua\n```\nThen in your Neovim config:\n```lua\nvim.cmd('colorscheme anime_pink')\n```\n\n#### Waybar\n```bash\nmkdir -p ~/.config/waybar\ncp waybar.css ~/.config/waybar/style.css\n```\n\n#### Wofi\n```bash\nmkdir -p ~/.config/wofi\ncp wofi.css ~/.config/wofi/style.css\n```\n\n#### Walker\n```bash\nmkdir -p ~/.config/walker\ncp walker.css ~/.config/walker/style.css\n```\n\n#### SwayOSD\n```bash\nmkdir -p ~/.config/swayosd\ncp swayosd.css ~/.config/swayosd/style.css\n```\n\n## 🎯 Configuration\n\n### Font Requirements\n\nThis theme uses **CaskaydiaMono Nerd Font**. Install it with:\n\n```bash\n# Arch Linux\nsudo pacman -S ttf-cascadia-code-nerd\n\n# Ubuntu/Debian\nwget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/CascadiaCode.zip\nunzip CascadiaCode.zip -d ~/.local/share/fonts/\nfc-cache -fv\n```\n\n### Background Image\n\nFor Hyprlock, you need to add your own anime background image:\n```bash\nmkdir -p ~/.config/omarchy/themes/anime-pink/backgrounds/\n# Place your anime background image here and name it:\n# anime_girl_pink.jpg\n```\n\n**Note**: The theme expects a background image at this specific path. You can either:\n- Add your own anime-style background image\n- Modify the `hyperlock.conf` file to point to a different image\n- Remove the background configuration to use a solid color instead\n\n### Application-Specific Setup\n\n#### btop\n1. Open btop\n2. Press `ESC` → `o` → `t`\n3. Select `anime-pink` theme\n\n#### Neovim\nAdd to your `init.lua`:\n```lua\nvim.cmd('colorscheme anime_pink')\n```\n\n#### Waybar\nEnsure your waybar config references the correct CSS file:\n```json\n{\n    \"layer\": \"top\",\n    \"modules-left\": [\"hyprland/workspaces\"],\n    \"modules-center\": [\"clock\"],\n    \"modules-right\": [\"pulseaudio\", \"network\", \"battery\"]\n}\n```\n\n## 🎨 Customization\n\n### Changing Colors\n\nAll colors are defined at the top of each configuration file. To customize:\n\n1. Choose your preferred color palette\n2. Update the color variables in each config file\n3. Restart the respective applications\n\n### Adding New Applications\n\nTo extend this theme to other applications:\n\n1. Use the color palette defined above\n2. Follow the established patterns for gradients and opacity\n3. Maintain consistency with border radius (8-12px) and shadows\n\n## 🔧 Troubleshooting\n\n### Common Issues\n\n**Colors not applying:**\n- Ensure you've restarted the application after copying configs\n- Check file permissions: `chmod 644 ~/.config/app/config`\n\n**Font not displaying correctly:**\n- Verify CaskaydiaMono Nerd Font is installed: `fc-list | grep -i cascadia`\n- Refresh font cache: `fc-cache -fv`\n\n**Waybar not styling:**\n- Check that the CSS file path is correct in waybar config\n- Restart waybar: `pkill waybar \u0026\u0026 waybar \u0026`\n\n**Neovim theme not loading:**\n- Ensure the file is in the correct location: `~/.config/nvim/colors/anime_pink.lua`\n- Check for syntax errors: `:messages` in Neovim\n\n### Getting Help\n\nIf you encounter issues:\n1. Check the application's log files\n2. Verify configuration syntax\n3. Open an issue on GitHub with your system info and error messages\n\n## 📸 Screenshots\n\n![Theme Preview](preview.png)\n![Theme Preview](preview2.png) \n![Theme Preview](preview3.png) \n![Theme Preview](preview4.png) \n![Theme Preview](preview5.png) \n\u003c!-- Add screenshots of each application here --\u003e\n\n## 🤝 Contributing\n\nContributions are welcome! Please:\n\n1. Fork the repository\n2. Create a feature branch\n3. Test your changes thoroughly\n4. Submit a pull request\n\n### Adding Support for New Applications\n\nWhen adding support for a new application:\n- Use the established color palette\n- Follow existing naming conventions\n- Include installation instructions\n- Add screenshots\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Credits\n\n- Inspired by anime aesthetics and pink/magenta color schemes\n- Built for the Linux desktop community\n- Special thanks to all the application developers\n\n## 💖 Support\n\nIf you enjoy this theme, consider:\n- ⭐ Starring the repository\n- 🐛 Reporting bugs\n- 🎨 Contributing improvements\n- 📢 Sharing with the community\n\n---\n\n**Made with 💖 for the anime and Linux communities**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuriromano02%2Flainom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuriromano02%2Flainom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuriromano02%2Flainom/lists"}