This desktop uses two color palettes across its components. Tokyo Night drives the terminal (Kitty) and is echoed in Waybar’s accent tones, while Dracula provides the dark purple aesthetic for the launcher (Wofi), the power menu (Wlogout), and Waybar’s background and workspace widgets. Together they create a cohesive dark look with purple and cyan highlights.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/matiasOliva64/dotfiles-Hyprland-fedora/llms.txt
Use this file to discover all available pages before exploring further.
Kitty terminal (Tokyo Night)
The full 16-color palette and base colors are set inkitty/kitty.conf:
- Font: JetBrainsMono Nerd Font, 12 pt, with ligatures enabled
- Background opacity: 0.97 (near-opaque, allowing slight compositor blur)
- Active tab background:
#7aa2f7(Tokyo Night blue) - Inactive tab background:
#1a1b26(Tokyo Night dark surface)
Hyprland border colors
Window borders are configured in thegeneral block of hypr/hyprland.conf:
#33ccff) to green (#00ff99). Inactive windows fall back to a muted grey (#595959) at roughly two-thirds opacity.
Waybar styling
waybar/style.css applies a Dracula-derived palette to the status bar:
- Bar background:
rgba(0, 0, 0, 0.75)— translucent black, sits above the wallpaper - Workspace widget background:
#282a36(Dracula background) - Empty workspace labels:
#6272a4(Dracula comment/muted) - Occupied workspace labels:
#f8f8f2(Dracula foreground, white) - Active workspace label and accent:
#bd93f9(Dracula purple), with a bottom border and subtlergba(189, 147, 249, 0.15)fill - Urgent workspace:
#ff5555(Dracula red) with a blinking animation - Module backgrounds (CPU, memory, network, audio, battery):
#282a36 - Module text:
#6272a4 - Clock background:
#282a36, text#f8f8f2, bold JetBrainsMono Nerd Font - Tooltip border:
#bd93f9(purple), background#282a36 - Font: JetBrainsMono Nerd Font, 13 px throughout
#f1fa8c) or red (#ff5555) respectively.
Wofi styling
wofi/style.css uses Dracula colors to style the application launcher:
- Outer box background:
#282a36with a2pxborder in#bd93f9(Dracula purple) and12pxrounded corners - Input field background:
#44475a(Dracula selection), white text#f8f8f2 - Default entry text:
#f8f8f2 - Selected / hovered entry background:
#bd93f9, text inverted to#282a36(dark on purple) - Font: JetBrainsMono Nerd Font, 14 px
Wlogout (Dracula)
wlogout/style.css styles the power menu with a full Dracula palette:
- Window background:
rgba(40, 42, 54, 0.9)— that’s#282a36at 90% opacity - Button background:
#282a36, text#f8f8f2, border2px solid #bd93f9(purple),20pxrounded corners - Button hover state: background
#bd93f9, text#282a36, border switches to#ff79c6(Dracula pink) - Font: JetBrainsMono Nerd Font
/usr/share/wlogout/icons/.
Customizing colors
To switch the entire terminal color scheme, replace the
color0–color15 values in kitty/kitty.conf with any 16-color palette. Kitty reloads its config automatically when you send it a SIGHUP signal (kill -HUP $(pidof kitty)), so you can preview changes without reopening the terminal.