From 82b51657dded0c80f8354a977f62fc67ac0aeb29 Mon Sep 17 00:00:00 2001 From: Azakidev Date: Tue, 25 Jun 2024 00:27:13 +0200 Subject: [PATCH] Theme libadwaita 1.4 widgets for dracula themes --- curated/dracula-dark.json | 12 +++++++++++- curated/dracula.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/curated/dracula-dark.json b/curated/dracula-dark.json index 6f6df71..b6011b6 100644 --- a/curated/dracula-dark.json +++ b/curated/dracula-dark.json @@ -25,6 +25,7 @@ "headerbar_border_color": "#ffffff", "headerbar_backdrop_color": "@window_bg_color", "headerbar_shade_color": "rgba(0, 0, 0, 0.36)", + "headerbar_darker_shade_color": "rgba(0, 0, 0, 0.9)", "card_bg_color": "rgba(255, 255, 255, 0.08)", "card_fg_color": "#f8f8f2", "card_shade_color": "rgba(0, 0, 0, 0.36)", @@ -32,8 +33,17 @@ "dialog_fg_color": "#f8f8f2", "popover_bg_color": "#282a36", "popover_fg_color": "#f8f8f2", + "popover_shade_color": "rgba(0, 0, 0, 0.36)", "shade_color": "#383838", "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)", + "sidebar_bg_color": "#3d3846", + "sidebar_fg_color": "#ffffff", + "sidebar_backdrop_color": "#2a2a2a", + "sidebar_shade_color": "rgba(0, 0, 0, 0.36)", + "secondary_sidebar_bg_color": "#241f31", + "secondary_sidebar_fg_color": "#ffffff", + "secondary_sidebar_backdrop_color": "#241f31", + "secondary_sidebar_shade_color": "rgba(0, 0, 0, 0.36)", "green_1": "#8ff0a4", "green_2": "#57e389", "green_3": "#33d17a", @@ -145,4 +155,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +} diff --git a/curated/dracula.json b/curated/dracula.json index 4752f30..4fe7a7d 100644 --- a/curated/dracula.json +++ b/curated/dracula.json @@ -25,6 +25,7 @@ "headerbar_border_color": "#ffffff", "headerbar_backdrop_color": "@window_bg_color", "headerbar_shade_color": "rgba(0, 0, 0, 0.36)", + "headerbar_darker_shade_color": "rgba(0, 0, 0, 0.9)", "card_bg_color": "rgba(255, 255, 255, 0.08)", "card_fg_color": "#f8f8f2", "card_shade_color": "rgba(0, 0, 0, 0.36)", @@ -32,8 +33,17 @@ "dialog_fg_color": "#f8f8f2", "popover_bg_color": "#44475a", "popover_fg_color": "#f8f8f2", + "popover_shade_color": "rgba(0, 0, 0, 0.36)", "shade_color": "#383838", - "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" + "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)", + "sidebar_bg_color": "#3d3846", + "sidebar_fg_color": "#ffffff", + "sidebar_backdrop_color": "#2a2a2a", + "sidebar_shade_color": "rgba(0, 0, 0, 0.36)", + "secondary_sidebar_bg_color": "#241f31", + "secondary_sidebar_fg_color": "#ffffff", + "secondary_sidebar_backdrop_color": "#241f31", + "secondary_sidebar_shade_color": "rgba(0, 0, 0, 0.36)" }, "palette": { "blue_": {