omarchy themes
Batman preview

color palette

background

#1b1d1e

foreground

#dadbd6

accent

#737174

cursor

#fcef0c

selection background

#737174

selection foreground

#dadbd6

c0

#505354

c1

#e6dc44

c2

#c8be46

c3

#f4fd22

c4

#737174

c5

#747271

c6

#62605f

c7

#c6c5bf

c8

#a3a3a6

c9

#fff78e

c10

#fff27d

c11

#feed6c

c12

#919495

c13

#9a9a9d

c14

#a3a3a6

c15

#dadbd6

preview

~/batman
user@omarchy:~ $ ls --color
desktop/scripts/.config/notes.mdMakefileREADME.md
user@omarchy:~ $

readme

# Omarchy Batman Theme

I was inspired to build this after discovering the Batman color scheme in Ghostty. It felt so unusual that I had to see what the full desktop would look like. The goal is a bold, moody look that keeps the palette disciplined and the visuals clean for long sessions.

<img src="preview.png" alt="Omarchy Batman Theme preview" width="960">
<img src="preview2.png" alt="Omarchy Batman Theme preview 2" width="960">

## What's included
- Hyprland: custom border colors, 3px borders, and opacity rules (`hyprland.conf`)
- Hyprlock palette variables (`hyprlock.conf`)
- Waybar colors (`waybar.css`), based on https://github.com/HANCORE-linux/waybar-themes?tab=readme-ov-file by HANCORE-Linux
- Terminals: Alacritty (`alacritty.toml`), Ghostty (`ghostty.conf`), Kitty (`kitty.conf`), Warp (`warp.yaml`)
- Shell/UI tools: btop (`btop.theme`), Cava (`cava_theme`), fzf (`fzf.fish`), fish colors (`colors.fish`)
- Notifications and helpers: Mako (`mako.ini`), SwayOSD (`swayosd.css`), Walker launcher (`walker.css`), Wofi (`wofi.css`)
- Neovim Aether colorscheme + LazyVim config (`neovim.lua`), VS Code (`vscode.json`)
- GTK + Aether overrides (`gtk.css`, `aether.override.css`)
- Browser + apps: Chromium (`chromium.theme`), Steam (`steam.css`), Vencord (`vencord.theme.css`)
- Icon theme pointer (`icons.theme`)

## Quick start
Run the installer and it will place everything where it belongs:

```bash
omarchy-theme-install https://github.com/OldJobobo/omarchy-batman-theme
```

## Waybar install
Back up your existing Waybar config, then copy the theme files from this repo:

```bash
mkdir -p ~/.config/waybar.backup
cp -a ~/.config/waybar/* ~/.config/waybar.backup/
cp -a waybar-theme/* ~/.config/waybar/
omarchy-restart-waybar
```

Wallpapers live in `backgrounds/`; `preview.png` and `preview2.png` show the intended look.

## Background previews
<table>
  <tr>
    <td align="center" valign="top"><img src="backgrounds/batman-arkham-3840x2160-18364.jpg" alt="Batman Arkham" width="180"><br><sub>batman-arkham-3840x2160-18364.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/batman-hope-takes-flight-kh-3840x2160.jpg" alt="Batman Hope Takes Flight" width="180"><br><sub>batman-hope-takes-flight-kh-3840x2160.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/batman-in-yellow-dg-3840x2160.jpg" alt="Batman In Yellow" width="180"><br><sub>batman-in-yellow-dg-3840x2160.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/batman-silhouette-dc-comics-dc-superheroes-3840x2160-927.jpg" alt="Batman Silhouette" width="180"><br><sub>batman-silhouette-dc-comics-dc-superheroes-3840x2160-927.jpg</sub></td>
  </tr>
  <tr>
    <td align="center" valign="top"><img src="backgrounds/batman-the-dark-detective-h9-3840x2160.jpg" alt="Batman The Dark Detective" width="180"><br><sub>batman-the-dark-detective-h9-3840x2160.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/dc-batman-classic-ec-3840x2160.jpg" alt="DC Batman Classic" width="180"><br><sub>dc-batman-classic-ec-3840x2160.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/gotham-guardian-batman-l5-3840x2160.jpg" alt="Gotham Guardian Batman" width="180"><br><sub>gotham-guardian-batman-l5-3840x2160.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/wallhaven-1j3yr1.jpg" alt="Wallhaven 1j3yr1" width="180"><br><sub>wallhaven-1j3yr1.jpg</sub></td>
  </tr>
  <tr>
    <td align="center" valign="top"><img src="backgrounds/wallhaven-3zg9z3.jpg" alt="Wallhaven 3zg9z3" width="180"><br><sub>wallhaven-3zg9z3.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/wallhaven-6llxkw.jpg" alt="Wallhaven 6llxkw" width="180"><br><sub>wallhaven-6llxkw.jpg</sub></td>
    <td align="center" valign="top"><img src="backgrounds/wallhaven-723ljy.jpg" alt="Wallhaven 723ljy" width="180"><br><sub>wallhaven-723ljy.jpg</sub></td>
  </tr>
</table>

## Notes
- Waybar styling is derived from HANCORE-Linux's Waybar themes collection and adjusted to match the Batman palette.