Beautiful Everforest Dark and Light themes for Xcode.
This color scheme is port of original VIM Everforest themes, and also inspired from VIM community.
- Green based but warm-toned.
- Designed to have soft contrast for eye protection.
- Customizable.
- Rich support for common file types.
- Semantic highlighting support.
- Italic support.
-
Clone the repository:
git clone https://github.com/yourusername/everforest-xcode.git cd everforest-xcode
-
Run the install script:
chmod +x install.sh ./install.sh
-
Download the theme files:
-
Copy the downloaded
.xccolortheme
files to the Xcode themes folder:mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes cp /path/to/Everforest_Dark.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ cp /path/to/Everforest_Light.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
- Open Xcode.
- Go to
Preferences
->Fonts & Colors
. - Select
Everforest Dark
orEverforest Light
from the list.
Enjoy the beautiful Everforest themes in your Xcode environment!