An open API service indexing awesome lists of open source software.

https://github.com/eastsun5566/ghostty-noctis-themes

🎨👻 Noctis themes for Ghostty
https://github.com/eastsun5566/ghostty-noctis-themes

ghostty noctis themes

Last synced: 14 days ago
JSON representation

🎨👻 Noctis themes for Ghostty

Awesome Lists containing this project

README

          

# Ghostty Noctis Themes

> Noctis color schemes for the [Ghostty terminal emulator](https://github.com/ghostty-org/ghostty), based on [Noctis theme](https://github.com/liviuschera/noctis).

## Themes

### Dark Themes

- **Noctis**: The original dark blue theme
- **Noctis Azureus**: Dark theme with azure blue colors
- **Noctis Bordo**: Dark theme with burgundy colors
- **Noctis Minimus**: Dark theme with muted blue colors
- **Noctis Uva**: Dark theme with grape colors
- **Noctis Viola**: Dark theme with violet colors

### Light Themes

- **Noctis Lux**: Light theme with warm colors
- **Noctis Lilac**: Light theme with lilac colors
- **Noctis Hibernus**: Light theme with cool winter colors

## Installation

```sh
# Create the Ghostty themes directory
mkdir -p ~/.config/ghostty/themes

# Clone the repository
git clone https://github.com/eastsun5566/ghostty-noctis-themes.git

# Copy the themes files
cp ghostty-noctis-themes/themes/* ~/.config/ghostty/themes/
```

Use `ghostty +list-themes` preview the themes

## Usage

Update `~/.config/ghostty/config`

```conf
theme = noctis
```

Or

```conf
theme = dark:noctis,light:noctis-lux
```

## Screenshots

- Noctis

![Noctis](./screenshots/noctis.png)

- Noctis Azureus

![Noctis Azureus](./screenshots/noctis-azureus.png)

- Noctis Bordo

![Noctis Bordo](./screenshots/noctis-bordo.png)

- Noctis Minimus

![Noctis Minimus](./screenshots/noctis-minimus.png)

- Noctis Uva

![Noctis Uva](./screenshots/noctis-uva.png)

- Noctis Viola

![Noctis Viola](./screenshots/noctis-viola.png)

- Noctis Lux

![Noctis Lux](./screenshots/noctis-lux.png)

- Noctis Lilac

![Noctis Lilac](./screenshots/noctis-lilac.png)

- Noctis Hibernus

![Noctis Hibernus](./screenshots/noctis-hibernus.png)