From fc73b32d76029dabe6459958acf0725f447866f4 Mon Sep 17 00:00:00 2001 From: kremzli <87526638+kremzli@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:14:41 +0200 Subject: [PATCH 1/3] Added more colors and fixed color overlap Added new (or unused) theme options (sent and received reply, and another accent variant colors) and fixed a color overlap i noticed on the button to go back to latest message in a chat. --- simplex.tera | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/simplex.tera b/simplex.tera index 500bc74..2bc8f19 100644 --- a/simplex.tera +++ b/simplex.tera @@ -10,10 +10,13 @@ base: "{% if flavor.dark %}DARK{% else %}LIGHT{% endif %}" colors: accent: "{{ mauve.hex }}" accentVariant: "{{ mauve.hex }}" - secondary: "{{ pink.hex }}" - secondaryVariant: "{{ mauve.hex }}" + secondary: "{{ mauve.hex }}" + secondaryVariant: "{{ pink.hex }}" background: "{{ base.hex }}" menus: "{{ surface0.hex }}" title: "{{ lavender.hex }}" + accentVariant2: "{{ lavender.hex }}" sentMessage: "{{ surface0.hex }}" + sentReply: "{{ surface1.hex }}" receivedMessage: "{{ surface0.hex }}" + receivedReply: "{{ surface1.hex }}" From 991d8f53263c13bacada372113256448988fa963 Mon Sep 17 00:00:00 2001 From: Kremzli <87526638+kremzli@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:24:30 +0200 Subject: [PATCH 2/3] Added more colors and fixed color overlap --- themes/catppuccin-frappe.theme | 7 +++++-- themes/catppuccin-latte.theme | 7 +++++-- themes/catppuccin-macchiato.theme | 7 +++++-- themes/catppuccin-mocha.theme | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/themes/catppuccin-frappe.theme b/themes/catppuccin-frappe.theme index 65415f0..9b4a916 100644 --- a/themes/catppuccin-frappe.theme +++ b/themes/catppuccin-frappe.theme @@ -2,10 +2,13 @@ base: "DARK" colors: accent: "#ffca9ee6" accentVariant: "#ffca9ee6" - secondary: "#fff4b8e4" - secondaryVariant: "#ffca9ee6" + secondary: "#ffca9ee6" + secondaryVariant: "#fff4b8e4" background: "#ff303446" menus: "#ff414559" title: "#ffbabbf1" + accentVariant2: "#ffbabbf1" sentMessage: "#ff414559" + sentReply: "#ff51576d" receivedMessage: "#ff414559" + receivedReply: "#ff51576d" diff --git a/themes/catppuccin-latte.theme b/themes/catppuccin-latte.theme index 9f24302..ae3882e 100644 --- a/themes/catppuccin-latte.theme +++ b/themes/catppuccin-latte.theme @@ -2,10 +2,13 @@ base: "LIGHT" colors: accent: "#ff8839ef" accentVariant: "#ff8839ef" - secondary: "#ffea76cb" - secondaryVariant: "#ff8839ef" + secondary: "#ff8839ef" + secondaryVariant: "#ffea76cb" background: "#ffeff1f5" menus: "#ffccd0da" title: "#ff7287fd" + accentVariant2: "#ff7287fd" sentMessage: "#ffccd0da" + sentReply: "#ffbcc0cc" receivedMessage: "#ffccd0da" + receivedReply: "#ffbcc0cc" diff --git a/themes/catppuccin-macchiato.theme b/themes/catppuccin-macchiato.theme index b3fa3c5..9b06525 100644 --- a/themes/catppuccin-macchiato.theme +++ b/themes/catppuccin-macchiato.theme @@ -2,10 +2,13 @@ base: "DARK" colors: accent: "#ffc6a0f6" accentVariant: "#ffc6a0f6" - secondary: "#fff5bde6" - secondaryVariant: "#ffc6a0f6" + secondary: "#ffc6a0f6" + secondaryVariant: "#fff5bde6" background: "#ff24273a" menus: "#ff363a4f" title: "#ffb7bdf8" + accentVariant2: "#ffb7bdf8" sentMessage: "#ff363a4f" + sentReply: "#ff494d64" receivedMessage: "#ff363a4f" + receivedReply: "#ff494d64" diff --git a/themes/catppuccin-mocha.theme b/themes/catppuccin-mocha.theme index 9a25cc8..cfc1d8b 100644 --- a/themes/catppuccin-mocha.theme +++ b/themes/catppuccin-mocha.theme @@ -2,10 +2,13 @@ base: "DARK" colors: accent: "#ffcba6f7" accentVariant: "#ffcba6f7" - secondary: "#fff5c2e7" - secondaryVariant: "#ffcba6f7" + secondary: "#ffcba6f7" + secondaryVariant: "#fff5c2e7" background: "#ff1e1e2e" menus: "#ff313244" title: "#ffb4befe" + accentVariant2: "#ffb4befe" sentMessage: "#ff313244" + sentReply: "#ff45475a" receivedMessage: "#ff313244" + receivedReply: "#ff45475a" From 925c69ac3541cf19e1243ea133a6266ddb409d05 Mon Sep 17 00:00:00 2001 From: kremzli <87526638+kremzli@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:14:05 +0200 Subject: [PATCH 3/3] added cats wallpaper --- simplex.tera | 5 +++++ themes/catppuccin-frappe.theme | 5 +++++ themes/catppuccin-latte.theme | 5 +++++ themes/catppuccin-macchiato.theme | 5 +++++ themes/catppuccin-mocha.theme | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/simplex.tera b/simplex.tera index 2bc8f19..7c2608c 100644 --- a/simplex.tera +++ b/simplex.tera @@ -20,3 +20,8 @@ colors: sentReply: "{{ surface1.hex }}" receivedMessage: "{{ surface0.hex }}" receivedReply: "{{ surface1.hex }}" +wallpaper: + preset: "cats" + scale: 1.5 + background: "{{ base.hex }}" + tint: "{{ crust.hex }}" diff --git a/themes/catppuccin-frappe.theme b/themes/catppuccin-frappe.theme index 9b4a916..ad80aad 100644 --- a/themes/catppuccin-frappe.theme +++ b/themes/catppuccin-frappe.theme @@ -12,3 +12,8 @@ colors: sentReply: "#ff51576d" receivedMessage: "#ff414559" receivedReply: "#ff51576d" +wallpaper: + preset: "cats" + scale: 1.5 + background: "#ff303446" + tint: "#ff232634" diff --git a/themes/catppuccin-latte.theme b/themes/catppuccin-latte.theme index ae3882e..15d50fe 100644 --- a/themes/catppuccin-latte.theme +++ b/themes/catppuccin-latte.theme @@ -12,3 +12,8 @@ colors: sentReply: "#ffbcc0cc" receivedMessage: "#ffccd0da" receivedReply: "#ffbcc0cc" +wallpaper: + preset: "cats" + scale: 1.5 + background: "#ffeff1f5" + tint: "#ffdce0e8" diff --git a/themes/catppuccin-macchiato.theme b/themes/catppuccin-macchiato.theme index 9b06525..4b8f387 100644 --- a/themes/catppuccin-macchiato.theme +++ b/themes/catppuccin-macchiato.theme @@ -12,3 +12,8 @@ colors: sentReply: "#ff494d64" receivedMessage: "#ff363a4f" receivedReply: "#ff494d64" +wallpaper: + preset: "cats" + scale: 1.5 + background: "#ff24273a" + tint: "#ff181926" diff --git a/themes/catppuccin-mocha.theme b/themes/catppuccin-mocha.theme index cfc1d8b..a8ba7d6 100644 --- a/themes/catppuccin-mocha.theme +++ b/themes/catppuccin-mocha.theme @@ -12,3 +12,8 @@ colors: sentReply: "#ff45475a" receivedMessage: "#ff313244" receivedReply: "#ff45475a" +wallpaper: + preset: "cats" + scale: 1.5 + background: "#ff1e1e2e" + tint: "#ff11111b"