From d9d3a2193ea308b7ce74b7044422616cdf27d182 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 14 May 2025 19:43:00 +0000 Subject: [PATCH] glance: update themes --- glance/config/glance.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/glance/config/glance.yml b/glance/config/glance.yml index 5b3e6fb..ea3c16f 100644 --- a/glance/config/glance.yml +++ b/glance/config/glance.yml @@ -13,5 +13,34 @@ theme: negative-color: 358 100 68 contrast-multiplier: 1.2 + presets: + neon-focus: + background-color: 255 14 6 + primary-color: 156 50 65 + negative-color: 342 65 65 + contrast-multiplier: 0.9 + text-saturation-multiplier: 0.8 + + gruvbox-dark: + background-color: 0 0 16 + primary-color: 43 59 81 + positive-color: 61 66 44 + negative-color: 6 96 59 + + catppuccin-macchiato: + background-color: 232 23 18 + contrast-multiplier: 1.2 + primary-color: 220 83 75 + positive-color: 105 48 72 + negative-color: 351 74 73 + + peachy: + light: true + background-color: 28 40 77 + primary-color: 155 100 20 + negative-color: 0 100 60 + contrast-multiplier: 1.1 + text-saturation-multiplier: 0.5 + pages: $include: home.yml