https://github.com/dexterlagan/cobalt2-theme
The Cobalt 2 color scheme for DrRacket, Racket's IDE.
https://github.com/dexterlagan/cobalt2-theme
color-scheme color-theme racket
Last synced: 4 months ago
JSON representation
The Cobalt 2 color scheme for DrRacket, Racket's IDE.
- Host: GitHub
- URL: https://github.com/dexterlagan/cobalt2-theme
- Owner: DexterLagan
- License: other
- Created: 2021-04-18T08:34:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T21:17:51.000Z (about 4 years ago)
- Last Synced: 2025-04-17T11:35:42.810Z (about 1 year ago)
- Topics: color-scheme, color-theme, racket
- Language: Racket
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Cobalt 2 color theme for DrRacket
This package is the Cobalt 2 color scheme for DrRacket, Racket's IDE.

## Installation
### Using Raco
1) raco pkg install https://github.com/DexterLagan/cobalt2-theme.git
2) Restart DrRacket;
3) Select the new theme in 'Edit' -> 'Preferences...' -> 'Colors' tab.
### Using the Package Manager
1) Select 'File' -> 'Install Package...' and paste the package URL (https://github.com/DexterLagan/cobalt2-theme.git);
2) Click 'Install';
3) Restart DrRacket;
4) Select the new theme in 'Edit' -> 'Preferences...' -> 'Colors' tab.
## More Screenshots
With Fira Code Retina font, italic comments.

Cheers,
Dexter