Skip to content

Add Clear Dark and Clear Light#675

Open
Ctrl-Alb wants to merge 1 commit intombadolato:masterfrom
Ctrl-Alb:apple-terminal-themes
Open

Add Clear Dark and Clear Light#675
Ctrl-Alb wants to merge 1 commit intombadolato:masterfrom
Ctrl-Alb:apple-terminal-themes

Conversation

@Ctrl-Alb
Copy link
Copy Markdown

@Ctrl-Alb Ctrl-Alb commented Mar 24, 2026

Auto-generate color schemes, screenshots, screenshots/README.md using generate-all-nodocker.sh.

Description

This PR adds Clear Dark and Clear Light themes. They were introduced in macOS 26, with Clear Dark now set as the default in Apple Terminal.

A couple of additional notes:

  • I used sRGB hex values; I can provide P3 hex values if needed;
  • All color values were taken from Terminal.appSettingsProfiles[Theme name][Value]RGB Sliders, where both sRGB and P3 codes are available. I hope this approach is correct;
  • The themes were initially created in YAML format and then processed using generate-all-nodocker.sh to generate the remaining schemes;
  • I only included categories that are explicitly exposed in Apple Terminal’s settings;
  • cursor_text and selection_text are currently commented out. Apple Terminal does not explicitly expose these values, although they appear to default to cell-foreground. It’s unclear whether this reflects an intentional design choice or a limitation of Apple Terminal. Additionally, I’m not sure whether the YAML template supports cell-foreground for cursor_text and selection_text.

#672

New Themes

Clear Dark

name: 'Clear Dark'
variant: 'Dark'

color_01: '#35424C'
color_02: '#B45648'
color_03: '#6CAA71'
color_04: '#C4AC62'
color_05: '#6D96B4'
color_06: '#BD7BCD'
color_07: '#7CCBCD'
color_08: '#DEE5EB'

color_09: '#465C6D'
color_10: '#DF6C5A'
color_11: '#79BE7E'
color_12: '#E5C872'
color_13: '#67B5ED'
color_14: '#D389E5'
color_15: '#84DDE0'
color_16: '#E5EFF5'

background: '#212734'
foreground: '#E6E6E6'
cursor: '#9D9D9D'
selection: '#334E5E'
bold: '#F0F0F0'

# cursor_text: 'cell-foreground'
# selection_text: 'cell-foreground'

Clear Light

name: 'Clear Light'
variant: 'Light'

color_01: '#2D3840'
color_02: '#B45648'
color_03: '#6CAA71'
color_04: '#C4AC62'
color_05: '#5685A8'
color_06: '#AD64BE'
color_07: '#69C6C9'
color_08: '#C1C8CC'

color_09: '#506573'
color_10: '#DF6C5A'
color_11: '#79BE7E'
color_12: '#E5C872'
color_13: '#49A2E1'
color_14: '#D389E5'
color_15: '#77E1E5'
color_16: '#D8E1E7'

background: '#FFFFFF'
foreground: '#3A4851'
cursor: '#919191'
selection: '#E5ECF1'
bold: '#313C44'

# cursor_text: 'cell-foreground'
# selection_text: 'cell-foreground'

Auto-generate color schemes, screenshots, screenshots/README.md
using`generate-all-nodocker.sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant