Cuis-Smalltalk-XCodeTheme

Description

Themes inspired by Apple's Xcode IDE for Cuis Smalltalk

Details

Source
GitHub
Dialect
cuis (65% confidence)
License
MIT
Created
Feb. 21, 2026
Updated
March 11, 2026
Topics
cuis-smalltalk smalltalk theme

README excerpt

<img src="./img/logo.png" width="250">

# Cuis-Smalltalk-XCodeTheme

Themes inspired by Apple's Xcode IDE for Cuis Smalltalk

<img src="./img/light.png" width="900">
<img src="./img/dark.png" width="900">

## Themes
- XCodeThemeLight
  - XCodeThemeLightRounded
- XCodeThemeDark
  - XCodeThemeDarkRounded

## Installation
- Drag and drop `XCodeTheme.pck.st` file into Cuis
- Do it for light theme
```smalltalk 
XCodeThemeLight beCurrent.
```
- Do it for dark theme
```smalltalk 
XCodeThemeDark beCurrent.
```

Tested on `Cuis7.7 update 7839`.
← Back to results