Gerson Mascarenhas

🌸 moegi-neovim - An Elegant Editor Theme for Everyone

Download moegi-neovim

πŸ“˜ Introduction

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.

πŸš€ Getting Started

To begin using moegi-neovim, you need to download the theme. Follow the steps below to easily get started.

πŸ’» System Requirements

You can use moegi-neovim on various platforms. Check that your system meets the following requirements:

🌐 Download & Install

To install the moegi-neovim theme, visit this page to download: GitHub Releases Page.

  1. Click on the link above.
  2. Choose the latest release.
  3. Look for the theme files that match your editor or terminal.

After downloading, follow the specific instructions below for installation.

πŸ“₯ Installation Instructions

For Neovim

  1. Open a terminal on your system.
  2. Navigate to your Neovim configuration directory. This is typically located at ~/.config/nvim/.
  3. Create a folder for custom themes if it doesn’t exist:
    mkdir -p ~/.config/nvim/colors
    
  4. Move the downloaded theme file to the colors folder:
    mv /path/to/downloaded/moegi.vim ~/.config/nvim/colors/
    
  5. Open Neovim and add the following line to your init.vim or init.lua configuration file to set moegi as your theme:
    colorscheme moegi
    

For WezTerm

  1. Open your WezTerm configuration file, usually located at ~/.config/wezterm/wezterm.lua.
  2. Add the theme configuration like this:
    local wezterm = require 'wezterm';
    return {
        color_scheme = "moegi",
    }
    

For Zed

  1. Open Zed and navigate to the settings.
  2. Click on β€œThemes” and select β€œmoegi” from the available options.

🎨 Theme Features

🌍 Community and Support

Join our growing community of users who benefit from moegi-neovim. Share your experience, ask questions, or offer suggestions:

πŸ“œ License

moegi-neovim is released under the MIT License. Feel free to use, modify, and distribute.

πŸ”— Additional Resources

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!