Add Yaru scheme #8412

Open
opened 2026-01-31 01:28:53 +00:00 by claunia · 0 comments
Owner

Originally created by @NatoBoram on GitHub (May 21, 2020).

Description of the new feature/enhancement

I think it would be totally awesome to add Ubuntu's theme to the default schemes considering WSL is a thing.

Screenshot from 2020-05-10 18-20-44

Proposed technical implementation details (optional)

In Terminal, using different themes greatly help differentiate which environment we've started. Starting Ubuntu, PowerShell or Command Prompt should have different colours so we know where we're at.

{
    "name": "Yaru",
    "foreground": "#d3d7cf",
    "background": "#300a24",
    "cursorColor": "#eeeeec",
    "black": "#2e3436",
    "red": "#cc0000",
    "green": "#4e9a06",
    "yellow": "#c4a000",
    "blue": "#3465a4",
    "purple": "#75507b",
    "cyan": "#06989a",
    "white": "#d3d7cf",
    "brightBlack": "#555753",
    "brightRed": "#ef2929",
    "brightGreen": "#8ae234",
    "brightYellow": "#fce94f",
    "brightBlue": "#729fcf",
    "brightPurple": "#ad7fa8",
    "brightCyan": "#34e2e2",
    "brightWhite": "#eeeeec"
}
Originally created by @NatoBoram on GitHub (May 21, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement I think it would be totally awesome to add Ubuntu's theme to the default schemes considering WSL is a thing. ![Screenshot from 2020-05-10 18-20-44](https://user-images.githubusercontent.com/10495562/82565495-87695800-9b48-11ea-90ac-013cf863fb4c.png) <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) In Terminal, using different themes greatly help differentiate which environment we've started. Starting Ubuntu, PowerShell or Command Prompt should have different colours so we know where we're at. <!-- A clear and concise description of what you want to happen. --> ```json { "name": "Yaru", "foreground": "#d3d7cf", "background": "#300a24", "cursorColor": "#eeeeec", "black": "#2e3436", "red": "#cc0000", "green": "#4e9a06", "yellow": "#c4a000", "blue": "#3465a4", "purple": "#75507b", "cyan": "#06989a", "white": "#d3d7cf", "brightBlack": "#555753", "brightRed": "#ef2929", "brightGreen": "#8ae234", "brightYellow": "#fce94f", "brightBlue": "#729fcf", "brightPurple": "#ad7fa8", "brightCyan": "#34e2e2", "brightWhite": "#eeeeec" } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8412