# Introducing the Coffee House Theme for Ghostty Terminal

If you are a Coffee lover working hard and missing coffee so The **Coffee House Theme** for Ghostty terminal is here to add style, comfort, and a caffeine-inspired vibe to your terminal.

## Key Changes of the Coffee House Theme

### 1\. **Coffee-Inspired Palette**

The theme features rich browns, warm golds, and muted jewel tones that evoke the coziness of a coffee shop:

* **Foreground:** Creamy coffee `#E5D3B3`
    
* **Background:** Dark espresso `#1C1715`
    
* **Cursor:** Golden caramel `#D4A373`
    

### 2\. **Transparency**

The background is slightly transparent (`background-opacity = 0.85`), blending seamlessly with your desktop for a modern and sophisticated look. and change as per your aesthetics

### 3\. **Title Customization**

The terminal title, set to `"☕ Coffee House"`, adds a unique and personal touch.

### 4\. **Font Settings**

With the clean and modern `Source Code Pro` font, the theme ensures excellent readability.

The configuration file for Ghostty terminal is typically located at:

`~/.config/ghostty/config`

Update the config file to the below config file

```bash
# Ghostty Terminal Configuration
# Coffee House

# Window titlebar colors (only effective with ghostty theme)
window-titlebar-background = #362F2D  
window-titlebar-foreground = #E5D3B3  

# Terminal transparency
background-opacity = 0.85

# Title for the terminal
title  = "☕ Coffee House"

# Window theme
# Remove this if you are not using linux
window-theme = ghostty

# Coffee-inspired color scheme with chocolate accents
foreground = #E5D3B3  
background = #1C1715
cursor-color = #D4A373 

# Normal colors (coffee and chocolate tones)
palette = 0=#3A2C28  
palette = 1=#A64D4D  
palette = 2=#7B6D49  
palette = 3=#C9A16C  
palette = 4=#6E4F4B  
palette = 5=#A67D94  
palette = 6=#8D7B6E  
palette = 7=#E5D3B3  

# Bright colors (wrapper and highlights)
palette = 8=#4D3E39  
palette = 9=#BF7F7F  
palette = 10=#9E8D6C 
palette = 11=#D4B98B  
palette = 12=#957572  
palette = 13=#BA94B4  
palette = 14=#B7A493  
palette = 15=#FFF5E1  

# Font settings
font-family = "Source Code Pro"
font-size = 12
font-style = "Medium"
```

After saving the changes, restart Ghostty terminal to apply the new theme.

or use shortcut key `shift+ctrl+,`

Here are some Screenshot for the updated ghostty terminal

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1736008735689/e8c3b06c-b318-49a3-b1e0-b5209474d57d.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1736008673754/25fa4323-a331-4f56-b6b3-b2deaf594c7f.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1736008432782/d8734938-be25-4ae0-bd92-71750f9685b7.png align="center")

## Share Your Setup!

Enjoy coding in your cozy new terminal setup. Happy brewing! ☕
