A soothing, nature-inspired color scheme for DrRacket, based on sainnhe's Everforest palette.
Implements all three contrast styles for both Dark and Light themes from the Everforest palette:
- Dark Hard, Dark Medium, Dark Low
- Light Hard, Light Medium, Light Low
There are a lot of ways to install the colorschme. If your new to the world of programming you may be more comfortable with the graphical user interface in DrRacket.
From the Package Catalog:
raco pkg install drracket-everforest
From Github directly:
raco pkg install git://github.com/PhictionalOne/drracket-everforest.git
From Source:
- Download this repository
- Open shell in this folder
- Install
raco pkg install ./
Open DrRacket and then choose one of the following three paths.
From Github directly:
- Open "Install Package" window: "File" > "Install Package"
- Paste
https://PhictionalOne/drracket-everforest.git
into text field - Click "Install" button
From the Package Catalog:
- Open the "Package Manager" window: "File" > "Package Manager"
- Click "Available from Catalog" tab
- Click "Update Package List"
- Search for "drracket-everforest"
- Click on the Result
- Click "Install" on the bottom of the window
From Source:
- Download the Release as a Zip file
- Open "Install Package" window: "File" > "Install Package"
- Click "Browse"
- Click "File"
- Select the
drracket-everforest.zip
- Click "Install"
Once installed, you can select an Everforest theme from DrRacket's color preferences.
"Edit" > "Preferences" > "Colors"
Scroll to your desired theme and click on its name to apply it. The theme will apply to both the definitions and interactions windows.
This project is licensed under the MIT License - see the LICENSE file for details.
- sainnhe for the original Everforest color palette