From b306f63892734f5220e2bc4a96716a53218d690b Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jul 2024 04:38:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20Pallete=20and=20Accent=20V?= =?UTF-8?q?ariables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implement CATPPUCCIN_PALETTE variable - This is used by nvim/etc to determine the catppuccin theme flavor - Implement CATPPUCCIN_ACCENT variable - This is used by various applications to set the accent color --- kitty-themes.conf | 3 +++ styles/catppuccin-frappe.conf | 31 ++----------------------------- styles/catppuccin-latte.conf | 2 +- styles/catppuccin-macchiato.conf | 2 +- styles/catppuccin-mocha.conf | 2 +- 5 files changed, 8 insertions(+), 32 deletions(-) diff --git a/kitty-themes.conf b/kitty-themes.conf index 615f39d..c9f2da9 100644 --- a/kitty-themes.conf +++ b/kitty-themes.conf @@ -3,3 +3,6 @@ include kitty-night.conf ### Day ### #include kitty-day.conf + +### Catppuccin Accent ### +env CATPPUCCIN_ACCENT=mauve \ No newline at end of file diff --git a/styles/catppuccin-frappe.conf b/styles/catppuccin-frappe.conf index ade236e..32824bf 100644 --- a/styles/catppuccin-frappe.conf +++ b/styles/catppuccin-frappe.conf @@ -1,33 +1,5 @@ # vim:fileencoding=utf-8:foldmethod=marker -# -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░ -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ -# ░▒▓███████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████▓▒░ -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ -# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ -# -# ▄████▄ ▒█████ ███▄ █ █████▒ -# ▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒ -# ▒▓█ ▄ ▒██░ ██▒▓██ ▀█ ██▒▒████ ░ -# ▒▓▓▄ ▄██▒▒██ ██░▓██▒ ▐▌██▒░▓█▒ ░ -# ▒ ▓███▀ ░░ ████▓▒░▒██░ ▓██░░▒█░ -# ░ ░▒ ▒ ░░ ▒░▒░▒░ ░ ▒░ ▒ ▒ ▒ ░ -# ░ ▒ ░ ▒ ▒░ ░ ░░ ░ ▒░ ░ -# ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░ -# ░ ░ ░ ░ ░ -# ░ -# -# _..---...,""-._ ,/}/) -# .'' , ``..'(/-< -# / _ { ) \ -# ; _ `. `. < a( -# ,' ( \ ) `. \ __.._ .: y -# ( <\_-) )'-.____...\ `._ //-' -# `. `-' /-._))) `-._))) -# `...' -### Theme ### + ## name: Catppuccin Kitty Frappe ## author: Catppuccin Org ## license: MIT @@ -36,6 +8,7 @@ # Set theme variable env KITTY_THEME=catppuccin-frappe +env CATPPUCCIN_PALETTE=frappe # The basic colors foreground #C6D0F5 diff --git a/styles/catppuccin-latte.conf b/styles/catppuccin-latte.conf index a89516b..0cb7057 100644 --- a/styles/catppuccin-latte.conf +++ b/styles/catppuccin-latte.conf @@ -8,7 +8,7 @@ # Set theme variable env KITTY_THEME=catppuccin-latte - +env CATPPUCCIN_PALETTE=latte # The basic colors foreground #4c4f69 diff --git a/styles/catppuccin-macchiato.conf b/styles/catppuccin-macchiato.conf index a5baa8f..dd7bfa7 100644 --- a/styles/catppuccin-macchiato.conf +++ b/styles/catppuccin-macchiato.conf @@ -8,7 +8,7 @@ # Set theme variable env KITTY_THEME=catppuccin-macchiato - +env CATPPUCCIN_PALETTE=macchiato # The basic colors foreground #cad3f5 diff --git a/styles/catppuccin-mocha.conf b/styles/catppuccin-mocha.conf index 5d7094d..362c1fb 100644 --- a/styles/catppuccin-mocha.conf +++ b/styles/catppuccin-mocha.conf @@ -8,7 +8,7 @@ # Set theme variable env KITTY_THEME=catppuccin-mocha - +env CATPPUCCIN_PALETTE=mocha # The basic colors foreground #cdd6f4