From 3a030a3db62db20d878bed3e99226764aafe1ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Jun 2025 20:57:33 +0200 Subject: [PATCH] feat(git): catppuccin colors update --- .config/git/themes/catppuccin.gitconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/git/themes/catppuccin.gitconfig b/.config/git/themes/catppuccin.gitconfig index d0fb32ed..f4c2e5d7 100644 --- a/.config/git/themes/catppuccin.gitconfig +++ b/.config/git/themes/catppuccin.gitconfig @@ -1,10 +1,10 @@ [delta "catppuccin-latte"] blame-palette = "#eff1f5 #e6e9ef #dce0e8 #ccd0da #bcc0cc" - commit-decoration-style = box ul + commit-decoration-style = "#9ca0b0" bold box ul light = true - file-decoration-style = "#4c4f69" + file-decoration-style = "#9ca0b0" file-style = "#4c4f69" - hunk-header-decoration-style = box ul + hunk-header-decoration-style = "#9ca0b0" box ul hunk-header-file-style = bold hunk-header-line-number-style = bold "#6c6f85" hunk-header-style = file line-number syntax @@ -31,11 +31,11 @@ [delta "catppuccin-frappe"] blame-palette = "#303446 #292c3c #232634 #414559 #51576d" - commit-decoration-style = box ul + commit-decoration-style = "#737994" bold box ul dark = true - file-decoration-style = "#c6d0f5" + file-decoration-style = "#737994" file-style = "#c6d0f5" - hunk-header-decoration-style = box ul + hunk-header-decoration-style = "#737994" box ul hunk-header-file-style = bold hunk-header-line-number-style = bold "#a5adce" hunk-header-style = file line-number syntax @@ -62,11 +62,11 @@ [delta "catppuccin-macchiato"] blame-palette = "#24273a #1e2030 #181926 #363a4f #494d64" - commit-decoration-style = box ul + commit-decoration-style = "#6e738d" bold box ul dark = true - file-decoration-style = "#cad3f5" + file-decoration-style = "#6e738d" file-style = "#cad3f5" - hunk-header-decoration-style = box ul + hunk-header-decoration-style = "#6e738d" box ul hunk-header-file-style = bold hunk-header-line-number-style = bold "#a5adcb" hunk-header-style = file line-number syntax @@ -93,11 +93,11 @@ [delta "catppuccin-mocha"] blame-palette = "#1e1e2e #181825 #11111b #313244 #45475a" - commit-decoration-style = box ul + commit-decoration-style = "#6c7086" bold box ul dark = true - file-decoration-style = "#cdd6f4" + file-decoration-style = "#6c7086" file-style = "#cdd6f4" - hunk-header-decoration-style = box ul + hunk-header-decoration-style = "#6c7086" box ul hunk-header-file-style = bold hunk-header-line-number-style = bold "#a6adc8" hunk-header-style = file line-number syntax