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
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
🎨 Key Colors
| Name | Hex | Used For |
|---|---|---|
| Flame Red | #cc3300 | Fire borders, top/left accents |
| Frost Teal | #008888 | Ice borders, bottom/right accents |
| Electric Gold | #ffd700 | Clock, selected items, Pikachu glow |
| Ember Orange | #ff8c00 | Hover states, Charizard body tone |
| Void Black | #0a0a0a | Terminal and widget backgrounds |
| Pearl White | #e8e8e8 | Poké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⚡ 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-pokemonTo make it run automatically on every terminal open, add it to your shell config (~/.zshrc or ~/.bashrc):
echo 'fastfetch --config config-linux-pokemon' >> ~/.zshrcThe 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
Waybar
Walker
HyprLocker
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