mirror of
https://github.com/catppuccin/thunderbird.git
synced 2025-05-24 01:13:00 -04:00
fix: unthemed elements (#15)
* fix: unthemed elements * fix: adjust color of middle tab
This commit is contained in:
parent
d61882ad9f
commit
0289f3bd95
34
build.ts
34
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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user