A dark, crisp theme with peach and lavender accents. No rounded corners.
| Element | Color |
|---|---|
| Background | #1a0d1a |
| Foreground | #f5f5f7 |
| Peach (primary) | #f4b58a |
| Pink (active) | #f5a9b8 |
| Lavender | #9a8ac4 |
| Slate | #3a414b |
./install.shThe installer will:
- Back up existing configs
- Install theme files for all supported apps
- Provide post-install instructions
| App | Config Location |
|---|---|
| Hyprland | ~/.config/hypr/modules/theme.conf |
| Hyprlock | ~/.config/hypr/hyprlock.conf |
| Hyprpaper | ~/.config/hypr/hyprpaper.conf |
| Wallpaper | ~/.wallpapers/foxml.png |
| Neovim | ~/.config/nvim/init.lua |
| Waybar | ~/.config/waybar/style.css |
| Kitty | ~/.config/kitty/kitty.conf |
| Tmux | ~/.tmux.conf |
| Spicetify | ~/.config/spicetify/Themes/FoxML/ |
| Yazi | ~/.config/yazi/theme.toml |
| Dunst | ~/.config/dunst/dunstrc |
| Rofi | ~/.config/rofi/glass.rasi |
| GTK 3 | ~/.config/gtk-3.0/gtk.css |
| GTK 4 | ~/.config/gtk-4.0/gtk.css |
| btop | ~/.config/btop/themes/foxml.theme |
| Firefox | <profile>/chrome/userChrome.css |
| Cursor/VS Code | ~/.cursor/extensions/foxml-theme/ |
| Discord | ~/.config/Vencord/themes/foxml.css |
| Zsh | ~/.zshrc + ~/.config/zsh/ + ~/.oh-my-zsh/themes/caramel.zsh-theme |
The zsh/ directory includes the full shell setup:
| File | Description |
|---|---|
.zshrc |
Main zsh config — Oh My Zsh, completions, fzf, tmux auto-attach |
caramel.zsh-theme |
Custom prompt with gradient path, git status, conda/venv, elapsed time |
colors.zsh |
LS_COLORS and zsh-syntax-highlighting colors |
aliases.zsh |
Aliases for eza, bat, navigation, utilities |
welcome.zsh |
Terminal splash screen with system info and todo list |
paths.zsh |
PATH setup |
conda.zsh |
Conda initialization |
To use:
# Copy the theme
cp zsh/caramel.zsh-theme ~/.oh-my-zsh/themes/
# Copy zsh config modules
mkdir -p ~/.config/zsh
cp zsh/aliases.zsh zsh/colors.zsh zsh/paths.zsh zsh/welcome.zsh zsh/conda.zsh ~/.config/zsh/
# Copy .zshrc (back up yours first)
cp ~/.zshrc ~/.zshrc.bak
cp zsh/.zshrc ~/.zshrcRequires: Oh My Zsh, zsh-syntax-highlighting, zsh-autosuggestions, eza, bat
hyprctl reload- Restart terminals/apps
spicetify backup apply- Firefox: enable
toolkit.legacyUserProfileCustomizations.stylesheetsinabout:config - Cursor: Select "Fox ML" in color theme picker
- Discord: Enable theme in Settings > Vencord > Themes
Install JetBrainsMono Nerd Font:
# Arch
pacman -S ttf-jetbrains-mono-nerd
# Or download from
# https://www.nerdfonts.com/font-downloadsDo whatever you want with it.

