Skip to content

Commit

Permalink
Add Ghostty theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 31, 2024
1 parent 97ef54f commit 2fe7482
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"cSpell.words": ["achtung"]
"cSpell.words": [
"achtung",
"Ghostty"
]
}
1 change: 1 addition & 0 deletions dark/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Available themes

- [Ghostty](../themes/Ghostty)
- [iTerm2](../themes/iTerm2)
- [Midnight Commander](../themes/Midnight%20Commander)
- [Prism.js](../themes/PrismJs)
Expand Down
15 changes: 15 additions & 0 deletions themes/Ghostty/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Squirrelsong Dark Theme for [Ghostty](https://ghostty.org)

![Squirrelsong dark theme for Ghostty](screenshot-dark.jpg)

## Installation from GitHub

1. Copy the [`Squirrelsong Dark`](Squirrelsong Dark) to `~/.config/ghostty/themes`.

2. Update your Ghostty config, `~/.config/ghostty/ghostty`, so it looks something like this:

```ini
theme = Squirrelsong Dark
minimum-contrast = 1.1
macos-icon = custom-style
```
46 changes: 46 additions & 0 deletions themes/Ghostty/Squirrelsong Dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Squirrelsong Dark Theme for Ghostty
# https://sapegin.me/squirrelsong/

foreground = #ad9c8b
background = #352a21
selection-foreground = #ad9c8b
selection-background = #574131
cursor-color = #ad9c8b

# Black
palette = 0=#352a21
palette = 8=#6b503c

# Red
palette = 1=#ac493e
palette = 9=#ce574a

# Green
palette = 2=#558240
palette = 10=#709855

# Yellow
palette = 3=#ceb250
palette = 11=#e2c358

# Blue
palette = 4=#5993c2
palette = 12=#63a2d6

# Magenta
palette = 5=#7f61b3
palette = 13=#ad8fcc

# Cyan
palette = 6=#4f9593
palette = 14=#72aaa8

# White
palette = 7=#cfbaa5
palette = 15=#edd5be

# Use Squirrelsong colors for the icon
# purple0a
macos-icon-ghost-color = #ad8fcc
# gray03
macos-icon-screen-color = #352a21
Binary file added themes/Ghostty/screenshot-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fe7482

Please sign in to comment.