Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from Azakidev/next
Browse files Browse the repository at this point in the history
Update dracula and dracula-dark for Libadwaita 1.4
  • Loading branch information
daudix authored Jun 24, 2024
2 parents 1008f2f + 82b5165 commit cba8a1b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion curated/dracula-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,25 @@
"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)",
"dialog_bg_color": "#282a36",
"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",
Expand Down Expand Up @@ -145,4 +155,4 @@
"gtk3": ""
},
"plugins": {}
}
}
12 changes: 11 additions & 1 deletion curated/dracula.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,25 @@
"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)",
"dialog_bg_color": "#44475a",
"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_": {
Expand Down

0 comments on commit cba8a1b

Please sign in to comment.