| layout | default |
|---|---|
| title | 🌸 moegi-neovim - An Elegant Editor Theme for Everyone |
| description | 🎨 Port the Moegi VSCode theme to Neovim with nine stylish variants and full support for highlights and terminal colors. |
Welcome to moegi-neovim, a beautiful and elegant theme designed for your favorite editors and terminals. This theme enhances your workspace, making it more enjoyable to write code or take notes.
To begin using moegi-neovim, you need to download the theme. Follow the steps below to easily get started.
You can use moegi-neovim on various platforms. Check that your system meets the following requirements:
- Neovim: Version 0.5 or higher
- Terminal Support: Compatible with popular terminals like WezTerm and Zed
- Editor Support: Works with editors that support theme configurations
To install the moegi-neovim theme, visit this page to download: GitHub Releases Page.
- Click on the link above.
- Choose the latest release.
- Look for the theme files that match your editor or terminal.
After downloading, follow the specific instructions below for installation.
- Open a terminal on your system.
- Navigate to your Neovim configuration directory. This is typically located at
~/.config/nvim/. - Create a folder for custom themes if it doesn’t exist:
mkdir -p ~/.config/nvim/colors - Move the downloaded theme file to the colors folder:
mv /path/to/downloaded/moegi.vim ~/.config/nvim/colors/ - Open Neovim and add the following line to your
init.vimorinit.luaconfiguration file to set moegi as your theme:colorscheme moegi
- Open your WezTerm configuration file, usually located at
~/.config/wezterm/wezterm.lua. - Add the theme configuration like this:
local wezterm = require 'wezterm'; return { color_scheme = "moegi", }
- Open Zed and navigate to the settings.
- Click on "Themes" and select "moegi" from the available options.
- Aesthetic Design: moegi offers a soft color palette that is easy on the eyes.
- Customizability: Easily adjust the theme to your personal preference.
- Comprehensive Support: Works seamlessly with various editors and terminal applications.
Join our growing community of users who benefit from moegi-neovim. Share your experience, ask questions, or offer suggestions:
moegi-neovim is released under the MIT License. Feel free to use, modify, and distribute.
For more information about customizing the theme, you can refer to our documentation related to Neovim and other supported editors.
Remember to visit this page to download the latest version of moegi-neovim and elevate your editing experience today!