omarchy themes

color palette

background

#1d1d1d

foreground

#DCDFE4

accent

#8AB8FF

color0

#1d1d1d

color1

#F28A8A

color2

#92C88B

color3

#FFB58A

color4

#8AB8FF

color5

#FF9BE2

color6

#C89BFF

color7

#A3A3B3

color8

#212126

color9

#F79999

color10

#A0D0A0

color11

#FFC4A2

color12

#ADC8FF

color13

#FFB0F0

color14

#D0AAFF

color15

#E9ECF2

preview

~/taikami
┌──────────────────────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)
│ ├󰸌: Taikami
└ └: JetBrainsMono Nerd Font (9pt)
└────────────────────────────────────────────────────┘
┌─────────────────Age / Uptime / Update───────────────┐
󱦟 OS Age: 0 days
󱫐 Uptime: 2 hours, 13 mins
 Update: Today
└────────────────────────────────────────────────────┘
user@omarchy:~ $

readme

This is Taikami, a modern theme with soft pastels and elegant aesthetics designed for Hyprland.

Taikami Omarchy Theme Screenshot Taikami Omarchy Apps Screenshot Taikami Omarchy Wallpaper

Components

This theme provides a consistent look and feel across the following components:

  • Window Manager: Hyprland
  • Status Bar: Waybar
  • Application Launcher: Wofi & Walker
  • Terminal: Alacritty
  • Notification Daemon: Mako
  • Screen Locker: Hyprlock
  • On-Screen Display: SwayOSD
  • System Monitor: Btop
  • Text Editor: Neovim & Zed

Installation

You can install this theme by copying the GitHub URL and selecting Install > Style > Theme via the Omarchy menu (Super + Alt + Space).

To remove it, use Remove > Style > Theme from the same menu and select it from the list.

Waybar Configuration

Important: The files inside the waybar/ folder must replace those in ~/.config/waybar/. This theme includes custom waybar configuration files that are essential for the complete aesthetic experience.

Color Palette

The theme uses a sophisticated palette with soft pastels and neutral tones:

Base Colors

NameHexUsage
Background#1d1d1dMain background
Foreground#DCDFE4Main text
Black#1d1d1dTerminal black
White#A3A3B3Terminal white

Accent Colors

NameHexUsage
Red#F28A8AError states, red accent
Green#92C88BSuccess states, green accent
Yellow#FFB58AWarning states, yellow accent
Blue#8AB8FFInfo states, blue accent
Magenta#FF9BE2Magenta accent
Cyan#C89BFFCyan accent

Bright Colors

NameHexUsage
Bright Black#212126Borders, UI elements
Bright Red#F79999Highlighted red
Bright Green#A0D0A0Highlighted green
Bright Yellow#FFC4A2Highlighted yellow
Bright Blue#ADC8FFHighlighted blue
Bright Magenta#FFB0F0Highlighted magenta
Bright Cyan#D0AAFFHighlighted cyan
Bright White#E9ECF2Emphasized text

UI Specific Colors

NameHexUsage
Border#3B3B3BWindow borders, UI separators
Selection#8c9379Selected items, muted elements
Accent UI#fdfbf9Titles, highlighted UI text

Customization

All theme configuration files are located in ~/.config/omarchy/themes/taikami/. You can modify any file in this directory to customize the theme.

Here are some tips for customizing the theme's appearance. All settings mentioned below are in the hyprland.conf file within that path.

Rounded Corners

To change the corner radius of windows, modify the rounding value under the decoration section. The current value is 3 for slightly rounded corners. A value of 0 means sharp, 90-degree corners.

decoration {
    rounding = 3
    ...
}

Borders

The theme uses subtle borders with custom colors:

  • Active Border: #2E2D31 - Border color for the focused window
  • Inactive Border: #212126 - Border color for unfocused windows
  • Border Size: 1 pixel
general {
    col.active_border = rgba(2E2D31ff)
    col.inactive_border = rgba(212126ff)
    border_size = 1
}

Blur & Transparency

The theme features enhanced blur effects for a modern, polished look:

decoration {
    blur {
        enabled = true
        size = 8
        passes = 2
        contrast = 1.5
        brightness = 0.8
        vibrancy = 0.2
        vibrancy_darkness = 0.2
        noise = 0.07
        ignore_opacity = true
        new_optimizations = true
    }
}

To disable blur entirely, set enabled = false.

Shadows

The theme includes elegant drop shadows:

decoration {
    shadow {
        enabled = true
        range = 3
        render_power = 3
        color = rgb(0B0909)
        offset = 0 0
    }
}

Terminal Opacity

Alacritty terminal has a default opacity of 0.9 for a semi-transparent effect. You can adjust this in alacritty.toml:

[window]
opacity = 0.9

Cursor Theme

The theme uses the MacTahoe-dark cursor theme. Make sure you have it installed for the complete experience.