omarchy themes

color palette

background

#0f2138

foreground

#fdf4c4

accent

#9a98be

cursor

#fdf4c4

selection background

#fdf4c4

selection foreground

#0f2138

color0

#0f2138

color1

#c56363

color2

#76c276

color3

#cebd7c

color4

#9a98be

color5

#d095d0

color6

#9fd5d5

color7

#fdf4c4

color8

#7893b4

color9

#e1a3a3

color10

#b1dfb1

color11

#e5dbb2

color12

#c3c2da

color13

#e5bee5

color14

#c2e7e7

color15

#fff7cc

preview

~/pokemon
┌──────────────────────Hardware──────────────────────┐
 PC: omarchy-host
│ ├: x86_64 (8 cores) @ 4.00 GHz
│ ├: Integrated Graphics
│ ├󱄄: 1920x1080 @ 60 Hz
│ ├󰋊: 120 / 500 GiB (24%)
│ ├: 8 / 16 GiB (50%)
└ └󰓡 : 0 / 4 GiB (0%)
└────────────────────────────────────────────────────┘
┌──────────────────────Software──────────────────────┐
 OS: Omarchy 3.6.0
│ ├󰘬: master
│ ├󰔫: stable
│ ├: linux-arch
│ ├: Hyprland (Wayland)
│ ├: ghostty
│ ├󰏖: 1024 (pacman)
│ ├󰸌: Pokemon
└ └: JetBrainsMono Nerd Font (9pt)
└────────────────────────────────────────────────────┘
┌─────────────────Age / Uptime / Update───────────────┐
󱦟 OS Age: 0 days
󱫐 Uptime: 2 hours, 13 mins
 Update: Today
└────────────────────────────────────────────────────┘
user@omarchy:~ $

readme

Omarchy Pokemon Theme

This is the Pokemon theme for Omarchy.org

Installation

omarchy-theme-install https://github.com/Ammar36500/omarchy-pokemon-theme.git

# Setup for Waybar (optional if any of the three dont come up)
rm ~/.config/waybar/style.css
ln -s ~/.config/omarchy/current/theme/waybar.css ~/.config/waybar/style.css
sed -i "s|username|$USER|g" ~/.config/omarchy/current/theme/waybar.css
pkill waybar && waybar &

# Remove symlink (revert to default)
rm ~/.config/waybar/style.css
cp ~/.config/omarchy/current/theme/waybar.css ~/.config/waybar/style.css

# Setup for Walker
mv ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css.bak
ln -s ~/.config/omarchy/current/theme/walker.css ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css

# Remove symlink (revert to default)
rm ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css
mv ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css.bak ~/.local/share/omarchy/default/walker/themes/omarchy-default/style.css

# Setup for Hyprlock ( WARNING! if you switch themes, it will show a black screen just type password)
mv ~/.config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf.bak
ln -s ~/.config/omarchy/current/theme/hyprlock.conf ~/.config/hypr/hyprlock.conf

# Remove symlink (revert to default)
rm ~/.config/hypr/hyprlock.conf
mv ~/.config/hypr/hyprlock.conf.bak ~/.config/hypr/hyprlock.conf

Pasted image (2)

🎨 Key Colors

NameHexUsed For
Flame Red#cc3300Fire borders, top/left accents
Frost Teal#008888Ice borders, bottom/right accents
Electric Gold#ffd700Clock, selected items, Pikachu glow
Ember Orange#ff8c00Hover states, Charizard body tone
Void Black#0a0a0aTerminal and widget backgrounds
Pearl White#e8e8e8Pokéball bottom border

🐾 Pokémon Sprites in Terminal

Install pokemon-colorscripts to get Pokémon sprites displaying in your terminal.

# Clone and install
git clone https://gitlab.com/phoneybadger/pokemon-colorscripts.git
cd pokemon-colorscripts
sudo ./install.sh
image

⚡ Fastfetch Setup

The fastfetch config displays a Pikachu sprite alongside your system info. Copy it to your fastfetch config folder:

cp config-linux-pokemon.jsonc ~/.config/fastfetch/

Then run fastfetch with it:

fastfetch --config config-linux-pokemon

To make it run automatically on every terminal open, add it to your shell config (~/.zshrc or ~/.bashrc):

echo 'fastfetch --config config-linux-pokemon' >> ~/.zshrc

The config shows a Pikachu sprite at size 8, followed by a system info panel with Pokémon type color coding:

  • 🔴 Red — system info (OS, kernel, uptime)
  • 🟢 Green — packages, display
  • 🟡 Yellow — WM, font, terminal
  • 🔵 Blue — hardware (CPU, GPU, memory)
  • 🟣 Magenta — shell, disk

Preview

screenshot-2026-03-25_01-48-04screenshot-2026-03-25_01-48-56

Waybar

image

Walker

imageimage

HyprLocker

lockscreen

Shoutout for the hyperlock :

https://github.com/errantProgrammer)

📦 Other Dependencies

# Fonts
yay -S ttf-jetbrains-mono-nerd

# App launcher
yay -S walker-bin

# Waybar
sudo pacman -S waybar

# Fastfetch
sudo pacman -S fastfetch