Change Catppuccin flavour from Frappe to Mocha

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 17:16:31 +02:00
parent 59f6fae5cd
commit 95aa11f5d1
4 changed files with 61 additions and 56 deletions

View File

@@ -6,7 +6,7 @@
# for a list of all available themes # for a list of all available themes
# Theme # Theme
--theme="Catppuccin Frappe" --theme="Catppuccin Mocha"
# Style # Style
--style="header,changes,numbers" --style="header,changes,numbers"

View File

@@ -1,75 +1,80 @@
# === General settings === # === General settings ===
[main] [main]
shell=/bin/zsh # Default shell to launch in the terminal shell=/bin/zsh # Default shell to launch in the terminal
font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal
initial-window-size-chars=160x45 # Initial size in character columns x rows initial-window-size-chars=160x45 # Initial size in character columns x rows
selection-target=clipboard # Copy selected text directly to system clipboard selection-target=clipboard # Copy selected text directly to system clipboard
term=foot # Terminal type identifier (useful for compatibility) term=foot # Terminal type identifier (useful for compatibility)
dpi-aware=yes dpi-aware=yes # Ensures the terminal scales correctly on high-DPI displays
pad=8x8 pad=8x8 # Adds 8-pixel padding around the content (horizontal x vertical)
server=yes server=yes # Enables Foot's server mode for faster subsequent launches
---
# === Mouse settings === # === Mouse settings ===
[mouse] [mouse]
hide-when-typing=yes # Automatically hide the mouse cursor while typing hide-when-typing=yes # Automatically hide the mouse cursor while typing
alternate-scroll-mode=no # alternate-scroll-mode=no # Preserves scrollback history when applications exit (does not use alternate screen buffer)
---
# === Scrollback bar indicator settings === # === Scrollback bar indicator settings ===
[scrollback] [scrollback]
lines=10000 # Number of scrollback lines to keep in history lines=10000 # Number of scrollback lines to keep in history
indicator-format=percentage # Format of scroll indicator indicator-format=percentage # Format of scroll indicator (e.g., "50%")
---
# === Key bindings === # === Key bindings ===
[key-bindings] [key-bindings]
scrollback-up-page=Shift+Page_Up # Scroll up scrollback-up-page=Shift+Page_Up # Scroll up one page
scrollback-down-page=Shift+Page_Down # Scroll down scrollback-down-page=Shift+Page_Down # Scroll down one page
clipboard-copy=Control+Shift+c # Copy selected text to clipboard clipboard-copy=Control+Shift+c # Copy selected text to clipboard
clipboard-paste=Control+Shift+v # Paste from clipboard clipboard-paste=Control+Shift+v # Paste from clipboard
show-urls-launch=Control+Shift+o show-urls-launch=Control+Shift+o # Detects and allows launching URLs found in the terminal output
---
# === Cursor appearance === # === Cursor appearance ===
[cursor] [cursor]
style=beam # Beam-style (vertical bar) cursor style=beam # Beam-style (vertical bar) cursor
blink=true # Cursor should blink blink=true # Cursor should blink
beam-thickness=3 # Thickness of the beam cursor beam-thickness=3 # Thickness of the beam cursor
# === Catppuccin Frappé color scheme === ---
# === Catppuccin Mocha color scheme ===
[colors] [colors]
alpha=1.0 # Background trasparency cursor=11111b f5e0dc # Cursor color (background and foreground)
foreground=c6d0f5 # Default text color foreground=cdd6f4 # Default text color
background=303446 # Default background color background=1e1e2e # Main terminal background color
# Standard ANSI colors (07) regular0=45475a # ANSI Black/Grey
regular0=51576d # Black regular1=f38ba8 # ANSI Red
regular1=e78284 # Red regular2=a6e3a1 # ANSI Green
regular2=a6d189 # Green regular3=f9e2af # ANSI Yellow
regular3=e5c890 # Yellow regular4=89b4fa # ANSI Blue
regular4=8caaee # Blue regular5=f5c2e7 # ANSI Magenta
regular5=f4b8e4 # Magenta regular6=94e2d5 # ANSI Cyan
regular6=81c8be # Cyan regular7=bac2de # ANSI White/Light Grey
regular7=b5bfe2 # White
# Bright ANSI colors (815) bright0=585b70 # Bright ANSI Black/Grey
bright0=626880 # Bright Black bright1=f38ba8 # Bright ANSI Red
bright1=e78284 # Bright Red bright2=a6e3a1 # Bright ANSI Green
bright2=a6d189 # Bright Green bright3=f9e2af # Bright ANSI Yellow
bright3=e5c890 # Bright Yellow bright4=89b4fa # Bright ANSI Blue
bright4=8caaee # Bright Blue bright5=f5c2e7 # Bright ANSI Magenta
bright5=f4b8e4 # Bright Magenta bright6=94e2d5 # Bright ANSI Cyan
bright6=81c8be # Bright Cyan bright7=a6adc8 # Bright ANSI White/Light Grey
bright7=a5adce # Bright White
# Extended color palette (optional, 16+) 16=fab387 # Extended color 16 (Orange-like)
16=ef9f76 # Orange (extra color used in jump labels, etc.) 17=f5e0dc # Extended color 17 (Pink/Cream-like)
17=f2d5cf # Pink (used for selection, search highlights)
# === UI accents === selection-foreground=cdd6f4 # Color of selected text
selection-foreground=c6d0f5 # Text color when text is selected selection-background=414356 # Background color of selected text
selection-background=4f5369 # Background color for selected text
search-box-no-match=232634 e78284 # Search bar when no match is found (bg fg) search-box-no-match=11111b f38ba8 # Colors for search box when no match is found
search-box-match=c6d0f5 414559 # Search bar when matches exist (fg bg) search-box-match=cdd6f0 313244 # Colors for search box when a match is found
jump-labels=232634 ef9f76 # Color for jump labels (e.g., used in mode switching or fuzzy nav) jump-labels=11111b fab387 # Colors for jump labels (e.g., in URL launcher)
urls=8caaee # Color used to highlight URLs in text urls=89b4fa # Color for detected URLs
cursor=232634 f2d5cf # Cursor color: background and foreground

View File

@@ -2,7 +2,7 @@
font=FiraCode Nerd Font:size=12 font=FiraCode Nerd Font:size=12
icon-theme=Papirus icon-theme=Papirus
dpi-aware=yes dpi-aware=yes
include=~/.config/fuzzel/themes/catppuccin-frappe/blue.ini include=~/.config/fuzzel/themes/catppuccin-mocha/blue.ini
hide-before-typing=no hide-before-typing=no
fields=filename,name,generic fields=filename,name,generic
match-mode=fzf match-mode=fzf

View File

@@ -70,7 +70,7 @@
path = ~/.themes.gitignore path = ~/.themes.gitignore
[delta] [delta]
features = catppuccin-frappe navigate features = catppuccin-mocha navigate
true-color = always true-color = always
colorMoved = default colorMoved = default
tabs = 4 tabs = 4