diff --git a/build.ts b/build.ts index da83ca8..3ed340a 100755 --- a/build.ts +++ b/build.ts @@ -64,7 +64,21 @@ async function makeThemeObject( tree_view_bg: "--tree-view-bg", bg_color: "--bg-color", button_primary_bg: "--button-primary-background-color", - button_text: "--button-primary-text-color" + button_text: "--button-primary-text-color", + tree_pane_bg: "--tree-pane-background", + tree_card_bg: "--tree-card-background", + layout_bg_0: "--layout-background-0", + layout_bg_1: "--layout-background-1", + button_bg: "--button-background-color", + lwt_accent_color: "--lwt-accent-color", + list_container_background_selected_current: "--list-container-background-selected-current", + ab_cards_list_bg: "--ab-cards-list-bg", + in_content_box_info_background: "--in-content-box-info-background", + calendar_view_toggle_bg: "--calendar-view-toggle-background", + calendar_view_toggle_hover_bg: "--calendar-view-toggle-hover-background", + tabs_toolbar_bg: "--tabs-toolbar-background-color", + color_gray_70: "--color-gray-70", + color_gray_50: "--color-gray-50", }, }, theme: { @@ -103,12 +117,26 @@ async function makeThemeObject( popup_highlight: palette[accent].hex, popup_highlight_text: palette.mantle.hex, spaces_bg: palette.mantle.hex, - tree_view_bg: palette.mantle.hex, + tree_view_bg: palette.crust.hex, bg_color: palette.base.hex, spaces_bg_active: palette[accent].hex, button_primary_bg: palette[accent].hex, button_text: palette.crust.hex, - spaces_button: palette.crust.hex + spaces_button: palette.crust.hex, + tree_pane_bg: palette.crust.hex, + tree_card_bg: palette.mantle.hex, + layout_bg_0: palette.base.hex, + layout_bg_1: palette.base.hex, + button_bg: palette.mantle.hex, + lwt_accent_color: palette.mantle.hex, + list_container_background_selected_current: palette.mantle.hex, + ab_cards_list_bg: palette.mantle.hex, + in_content_box_info_background: palette.mantle.hex, + calendar_view_toggle_bg: palette.mantle.hex, + calendar_view_toggle_hover_bg: palette.surface0.hex, + tabs_toolbar_bg: palette.mantle.hex, + color_gray_70: palette.mantle.hex, + color_gray_50: palette.surface1.hex, }, }, }; diff --git a/themes/frappe/frappe-blue.xpi b/themes/frappe/frappe-blue.xpi index 352dd5a..6f12008 100644 Binary files a/themes/frappe/frappe-blue.xpi and b/themes/frappe/frappe-blue.xpi differ diff --git a/themes/frappe/frappe-flamingo.xpi b/themes/frappe/frappe-flamingo.xpi index 5116597..6dd4746 100644 Binary files a/themes/frappe/frappe-flamingo.xpi and b/themes/frappe/frappe-flamingo.xpi differ diff --git a/themes/frappe/frappe-green.xpi b/themes/frappe/frappe-green.xpi index 61a3da4..9f4c3c3 100644 Binary files a/themes/frappe/frappe-green.xpi and b/themes/frappe/frappe-green.xpi differ diff --git a/themes/frappe/frappe-lavender.xpi b/themes/frappe/frappe-lavender.xpi index 30fbd9a..a386d07 100644 Binary files a/themes/frappe/frappe-lavender.xpi and b/themes/frappe/frappe-lavender.xpi differ diff --git a/themes/frappe/frappe-maroon.xpi b/themes/frappe/frappe-maroon.xpi index 7fd7703..15a4973 100644 Binary files a/themes/frappe/frappe-maroon.xpi and b/themes/frappe/frappe-maroon.xpi differ diff --git a/themes/frappe/frappe-mauve.xpi b/themes/frappe/frappe-mauve.xpi index f22581e..2adcd04 100644 Binary files a/themes/frappe/frappe-mauve.xpi and b/themes/frappe/frappe-mauve.xpi differ diff --git a/themes/frappe/frappe-peach.xpi b/themes/frappe/frappe-peach.xpi index f146a69..57bbf58 100644 Binary files a/themes/frappe/frappe-peach.xpi and b/themes/frappe/frappe-peach.xpi differ diff --git a/themes/frappe/frappe-pink.xpi b/themes/frappe/frappe-pink.xpi index c40698a..47528f8 100644 Binary files a/themes/frappe/frappe-pink.xpi and b/themes/frappe/frappe-pink.xpi differ diff --git a/themes/frappe/frappe-red.xpi b/themes/frappe/frappe-red.xpi index d74753e..0be54ac 100644 Binary files a/themes/frappe/frappe-red.xpi and b/themes/frappe/frappe-red.xpi differ diff --git a/themes/frappe/frappe-rosewater.xpi b/themes/frappe/frappe-rosewater.xpi index c187c55..692df5b 100644 Binary files a/themes/frappe/frappe-rosewater.xpi and b/themes/frappe/frappe-rosewater.xpi differ diff --git a/themes/frappe/frappe-sapphire.xpi b/themes/frappe/frappe-sapphire.xpi index 8cab363..1fa34e6 100644 Binary files a/themes/frappe/frappe-sapphire.xpi and b/themes/frappe/frappe-sapphire.xpi differ diff --git a/themes/frappe/frappe-sky.xpi b/themes/frappe/frappe-sky.xpi index 32cb7e5..f7fbb67 100644 Binary files a/themes/frappe/frappe-sky.xpi and b/themes/frappe/frappe-sky.xpi differ diff --git a/themes/frappe/frappe-teal.xpi b/themes/frappe/frappe-teal.xpi index 83e701d..2903c32 100644 Binary files a/themes/frappe/frappe-teal.xpi and b/themes/frappe/frappe-teal.xpi differ diff --git a/themes/frappe/frappe-yellow.xpi b/themes/frappe/frappe-yellow.xpi index f056ca0..8d0202f 100644 Binary files a/themes/frappe/frappe-yellow.xpi and b/themes/frappe/frappe-yellow.xpi differ diff --git a/themes/latte/latte-blue.xpi b/themes/latte/latte-blue.xpi index c4d2c71..d8a904b 100644 Binary files a/themes/latte/latte-blue.xpi and b/themes/latte/latte-blue.xpi differ diff --git a/themes/latte/latte-flamingo.xpi b/themes/latte/latte-flamingo.xpi index 19c408c..4bc52b1 100644 Binary files a/themes/latte/latte-flamingo.xpi and b/themes/latte/latte-flamingo.xpi differ diff --git a/themes/latte/latte-green.xpi b/themes/latte/latte-green.xpi index 97e7244..8073d0a 100644 Binary files a/themes/latte/latte-green.xpi and b/themes/latte/latte-green.xpi differ diff --git a/themes/latte/latte-lavender.xpi b/themes/latte/latte-lavender.xpi index 26c481b..58cf36b 100644 Binary files a/themes/latte/latte-lavender.xpi and b/themes/latte/latte-lavender.xpi differ diff --git a/themes/latte/latte-maroon.xpi b/themes/latte/latte-maroon.xpi index 3f01097..7374e85 100644 Binary files a/themes/latte/latte-maroon.xpi and b/themes/latte/latte-maroon.xpi differ diff --git a/themes/latte/latte-mauve.xpi b/themes/latte/latte-mauve.xpi index ea983bf..b8d4403 100644 Binary files a/themes/latte/latte-mauve.xpi and b/themes/latte/latte-mauve.xpi differ diff --git a/themes/latte/latte-peach.xpi b/themes/latte/latte-peach.xpi index 0cd24a4..89ee40f 100644 Binary files a/themes/latte/latte-peach.xpi and b/themes/latte/latte-peach.xpi differ diff --git a/themes/latte/latte-pink.xpi b/themes/latte/latte-pink.xpi index 77beef7..a97c3e4 100644 Binary files a/themes/latte/latte-pink.xpi and b/themes/latte/latte-pink.xpi differ diff --git a/themes/latte/latte-red.xpi b/themes/latte/latte-red.xpi index fa5c76e..61f092d 100644 Binary files a/themes/latte/latte-red.xpi and b/themes/latte/latte-red.xpi differ diff --git a/themes/latte/latte-rosewater.xpi b/themes/latte/latte-rosewater.xpi index a0d996b..cbc2016 100644 Binary files a/themes/latte/latte-rosewater.xpi and b/themes/latte/latte-rosewater.xpi differ diff --git a/themes/latte/latte-sapphire.xpi b/themes/latte/latte-sapphire.xpi index 6b434c3..0c8f7b0 100644 Binary files a/themes/latte/latte-sapphire.xpi and b/themes/latte/latte-sapphire.xpi differ diff --git a/themes/latte/latte-sky.xpi b/themes/latte/latte-sky.xpi index e0e515a..96a12a0 100644 Binary files a/themes/latte/latte-sky.xpi and b/themes/latte/latte-sky.xpi differ diff --git a/themes/latte/latte-teal.xpi b/themes/latte/latte-teal.xpi index 1eb0ab7..bd75dd3 100644 Binary files a/themes/latte/latte-teal.xpi and b/themes/latte/latte-teal.xpi differ diff --git a/themes/latte/latte-yellow.xpi b/themes/latte/latte-yellow.xpi index 36f8964..e7d7e8e 100644 Binary files a/themes/latte/latte-yellow.xpi and b/themes/latte/latte-yellow.xpi differ diff --git a/themes/macchiato/macchiato-blue.xpi b/themes/macchiato/macchiato-blue.xpi index 500ad32..4019731 100644 Binary files a/themes/macchiato/macchiato-blue.xpi and b/themes/macchiato/macchiato-blue.xpi differ diff --git a/themes/macchiato/macchiato-flamingo.xpi b/themes/macchiato/macchiato-flamingo.xpi index 207a7e4..83a1fa1 100644 Binary files a/themes/macchiato/macchiato-flamingo.xpi and b/themes/macchiato/macchiato-flamingo.xpi differ diff --git a/themes/macchiato/macchiato-green.xpi b/themes/macchiato/macchiato-green.xpi index 2d29f89..23b535e 100644 Binary files a/themes/macchiato/macchiato-green.xpi and b/themes/macchiato/macchiato-green.xpi differ diff --git a/themes/macchiato/macchiato-lavender.xpi b/themes/macchiato/macchiato-lavender.xpi index 9b4ffcc..b350310 100644 Binary files a/themes/macchiato/macchiato-lavender.xpi and b/themes/macchiato/macchiato-lavender.xpi differ diff --git a/themes/macchiato/macchiato-maroon.xpi b/themes/macchiato/macchiato-maroon.xpi index 65b815d..94b6285 100644 Binary files a/themes/macchiato/macchiato-maroon.xpi and b/themes/macchiato/macchiato-maroon.xpi differ diff --git a/themes/macchiato/macchiato-mauve.xpi b/themes/macchiato/macchiato-mauve.xpi index c00f240..4938f62 100644 Binary files a/themes/macchiato/macchiato-mauve.xpi and b/themes/macchiato/macchiato-mauve.xpi differ diff --git a/themes/macchiato/macchiato-peach.xpi b/themes/macchiato/macchiato-peach.xpi index 886e7de..318480e 100644 Binary files a/themes/macchiato/macchiato-peach.xpi and b/themes/macchiato/macchiato-peach.xpi differ diff --git a/themes/macchiato/macchiato-pink.xpi b/themes/macchiato/macchiato-pink.xpi index b84a0e4..7e9c7d1 100644 Binary files a/themes/macchiato/macchiato-pink.xpi and b/themes/macchiato/macchiato-pink.xpi differ diff --git a/themes/macchiato/macchiato-red.xpi b/themes/macchiato/macchiato-red.xpi index 179e712..b30632c 100644 Binary files a/themes/macchiato/macchiato-red.xpi and b/themes/macchiato/macchiato-red.xpi differ diff --git a/themes/macchiato/macchiato-rosewater.xpi b/themes/macchiato/macchiato-rosewater.xpi index 08aeffa..190bc98 100644 Binary files a/themes/macchiato/macchiato-rosewater.xpi and b/themes/macchiato/macchiato-rosewater.xpi differ diff --git a/themes/macchiato/macchiato-sapphire.xpi b/themes/macchiato/macchiato-sapphire.xpi index b04d3f7..67b80ee 100644 Binary files a/themes/macchiato/macchiato-sapphire.xpi and b/themes/macchiato/macchiato-sapphire.xpi differ diff --git a/themes/macchiato/macchiato-sky.xpi b/themes/macchiato/macchiato-sky.xpi index 10db80b..634f9a2 100644 Binary files a/themes/macchiato/macchiato-sky.xpi and b/themes/macchiato/macchiato-sky.xpi differ diff --git a/themes/macchiato/macchiato-teal.xpi b/themes/macchiato/macchiato-teal.xpi index d487667..2af55a2 100644 Binary files a/themes/macchiato/macchiato-teal.xpi and b/themes/macchiato/macchiato-teal.xpi differ diff --git a/themes/macchiato/macchiato-yellow.xpi b/themes/macchiato/macchiato-yellow.xpi index 55e8171..f88d3c2 100644 Binary files a/themes/macchiato/macchiato-yellow.xpi and b/themes/macchiato/macchiato-yellow.xpi differ diff --git a/themes/mocha/mocha-blue.xpi b/themes/mocha/mocha-blue.xpi index f3d7338..900b423 100644 Binary files a/themes/mocha/mocha-blue.xpi and b/themes/mocha/mocha-blue.xpi differ diff --git a/themes/mocha/mocha-flamingo.xpi b/themes/mocha/mocha-flamingo.xpi index 0b7a973..e912d74 100644 Binary files a/themes/mocha/mocha-flamingo.xpi and b/themes/mocha/mocha-flamingo.xpi differ diff --git a/themes/mocha/mocha-green.xpi b/themes/mocha/mocha-green.xpi index 46ada0d..43d7d1d 100644 Binary files a/themes/mocha/mocha-green.xpi and b/themes/mocha/mocha-green.xpi differ diff --git a/themes/mocha/mocha-lavender.xpi b/themes/mocha/mocha-lavender.xpi index f5fbe29..80fd233 100644 Binary files a/themes/mocha/mocha-lavender.xpi and b/themes/mocha/mocha-lavender.xpi differ diff --git a/themes/mocha/mocha-maroon.xpi b/themes/mocha/mocha-maroon.xpi index a24a401..1611ba5 100644 Binary files a/themes/mocha/mocha-maroon.xpi and b/themes/mocha/mocha-maroon.xpi differ diff --git a/themes/mocha/mocha-mauve.xpi b/themes/mocha/mocha-mauve.xpi index 11dfef1..45b3e69 100644 Binary files a/themes/mocha/mocha-mauve.xpi and b/themes/mocha/mocha-mauve.xpi differ diff --git a/themes/mocha/mocha-peach.xpi b/themes/mocha/mocha-peach.xpi index d80fff2..5b6ada9 100644 Binary files a/themes/mocha/mocha-peach.xpi and b/themes/mocha/mocha-peach.xpi differ diff --git a/themes/mocha/mocha-pink.xpi b/themes/mocha/mocha-pink.xpi index ee20804..b3fb4a9 100644 Binary files a/themes/mocha/mocha-pink.xpi and b/themes/mocha/mocha-pink.xpi differ diff --git a/themes/mocha/mocha-red.xpi b/themes/mocha/mocha-red.xpi index 665dbf4..4262cb3 100644 Binary files a/themes/mocha/mocha-red.xpi and b/themes/mocha/mocha-red.xpi differ diff --git a/themes/mocha/mocha-rosewater.xpi b/themes/mocha/mocha-rosewater.xpi index 260b5d1..031c350 100644 Binary files a/themes/mocha/mocha-rosewater.xpi and b/themes/mocha/mocha-rosewater.xpi differ diff --git a/themes/mocha/mocha-sapphire.xpi b/themes/mocha/mocha-sapphire.xpi index ffab79c..2fecce0 100644 Binary files a/themes/mocha/mocha-sapphire.xpi and b/themes/mocha/mocha-sapphire.xpi differ diff --git a/themes/mocha/mocha-sky.xpi b/themes/mocha/mocha-sky.xpi index f6958aa..0e647ec 100644 Binary files a/themes/mocha/mocha-sky.xpi and b/themes/mocha/mocha-sky.xpi differ diff --git a/themes/mocha/mocha-teal.xpi b/themes/mocha/mocha-teal.xpi index 8b613ed..1acec1c 100644 Binary files a/themes/mocha/mocha-teal.xpi and b/themes/mocha/mocha-teal.xpi differ diff --git a/themes/mocha/mocha-yellow.xpi b/themes/mocha/mocha-yellow.xpi index 1aec8cf..bd06268 100644 Binary files a/themes/mocha/mocha-yellow.xpi and b/themes/mocha/mocha-yellow.xpi differ