diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 695a649..375cd50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: type: 'zip' filename: 'cobalt2.xpi' - exclusions: '*.git* *.github*' + exclusions: '*.git* *.github* *.vscode*' - name: Upload artifact and release on GitHub uses: ncipollo/release-action@v1.12.0 with: diff --git a/manifest.json b/manifest.json index 8ae6b95..ce66c00 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "gecko": { "id": "{96eca668-abbf-44cd-8bd3-91e485429d25}", "strict_min_version": "115.0", - "strict_max_version": "117.*" + "strict_max_version": "128.*" } }, "description": "A faithful port of the original Cobalt2 theme by Wes Bos.", @@ -39,64 +39,55 @@ "sidebar": "#15232d", "sidebar_text": "#cccccc", "sidebar_border": "#0d3a58", - "c_sidebar_border_fix1": "transparent", "sidebar_highlight_border": "#193549", "sidebar_highlight": "#1f4662", "sidebar_highlight_text": "#fff", - "c_tree_view_bg": "#193549", - "c_tree_view_color": "#cccccc", - "c_tree_view_header_hover": "#1f4662", "popup": "#122738", "popup_text": "#ffffff", "popup_border": "#606060", "popup_highlight": "#193549", "popup_highlight_text": "#ffffff", - "button_background_hover": "rgba(255,255,255,0.15)", - "button_background_active": "#0088ff", - "c_button_pressed_indicator_background": "#ffc600", - "c_button_pressed_indicator_border": "#ffc600", - "c_button_alt": "transparent", - "c_button_alt_border": "transparent", - "c_button_alt_hover": "rgba(255,255,255,0.15)", - "c_calendar": "#193549", - "c_calendar_weekend": "rgba(81, 138, 178, 0.38)", - "c_calendar_selected": "#0050a4", - "c_calendar_today": "#163042", - "c_calendar_today_label": "#ffc600", - "c_calendar_today_label_text": "#000", - "c_calendar_today_label_border": "#ffc600", - "c_calendar_week_label": "transparent", - "c_calendar_minimonth": "#122738", - "c_calendar_minimonth_border": "#0d3a58", - "c_calendar_minimonth_week_color": "#ffc600", - "c_calendar_minimonth_today": "#15232d", - "c_calendar_minimonth_button": "transparent", - "c_calendar_minimonth_button_icon": "white", - "c_layout_background_0": "#122738", - "c_layout_background_1": "#193549", - "c_layout_background_2": "#0d3a58", - "c_layout_background_3": "#0e171d", - "c_layout_background_4": "#15232d", + "c_button_primary": "#1373d9", + "c_button_primary_hover": "#1c83e4", + "c_button_primary_active": "#0088ff", "c_message_pane": "#15232d", "c_spaces": "#122738", "c_spaces_text": "#717d88", "c_spaces_active": "#15232d", "c_spaces_active_text": "#fff", - "c_spaces_active_border": "#fff" + "c_spaces_active_border": "#fff", + "c_tree_view_bg": "#193549", + "c_tree_view_color": "#cccccc", + "c_tree_view_header_hover": "#1f4662", + "c_indicator_selected": "#ffc600", + "c_indicator_border_selected": "#ffc600", + "c_indicator_border_selected_unfocused": "#ffc600", + "c_tree_card": "#193549", + "c_tree_card_selected": "#265272", + "c_tree_card_selected_unfocused": "#265272", + "c_tree_card_border": "#334b5e", + "c_tree_card_border_selected": "#334b5e", + "c_tree_card_border_selected_unfocused": "#334b5e" }, "properties": { "color_scheme": "dark", - "content_color_scheme": "dark" + "content_color_scheme": "dark", + "c_layout_background_0": "#193549", + "c_layout_background_1": "#1f4662", + "c_layout_background_2": "#0d3a58", + "c_layout_background_3": "#122738", + "c_layout_background_4": "#1f4662", + "c_layout_border_0": "#0d3a58", + "c_layout_border_1": "#3b5364", + "c_layout_border_2": "#15232d", + "c_layout_border_3": "#0d3a58", + "c_layout_border_4": "#0d3a58", + "c_tree_pane_bg": "#112636" } }, "theme_experiment": { "stylesheet": "style.css", "colors": { - "c_layout_background_0": "--layout-background-0", - "c_layout_background_1": "--layout-background-1", - "c_layout_background_2": "--layout-background-2", - "c_layout_background_3": "--layout-background-3", - "c_layout_background_4": "--layout-background-4", "c_message_pane": "--c-message-pane-box-background", "c_tab_line_hover": "--c-tab-line-hover-background", "c_calendar": "--viewBackground", @@ -120,15 +111,48 @@ "c_spaces_active": "--spaces-button-active-bg-color", "c_spaces_active_text": "--spaces-button-active-text-color", "c_spaces_active_border": "--spaces-button-active-border-color", - "c_tree_view_bg": "--tree-view-bg", "c_tree_view_color": "--tree-view-color", "c_tree_view_header_hover": "--tree-view-header-hover-bg", + "c_tree_view_bg": "--tree-view-bg", + "c_button": "--button-background-color", + "c_button_hover": "--button-hover-background-color", + "c_button_active": "--button-active-background-color", + "c_button_border": "--button-border-color", + "c_button_primary": "--button-primary-background-color", + "c_button_primary_hover": "--button-primary-hover-background-color", + "c_button_primary_active": "--button-primary-active-background-color", + "c_button_primary_color": "--button-primary-color", "c_button_alt": "--button-background-color", "c_button_alt_border": "--button-border-color", "c_button_alt_hover": "--button-hover-background-color", "c_button_pressed_indicator_background": "--button-pressed-indicator-background-color", "c_button_pressed_indicator_border": "--button-pressed-indicator-border-color", - "c_sidebar_border_fix1": "--layout-border-0" + "c_sidebar_border_fix1": "--layout-border-0", + "c_indicator": "--indicator-background", + "c_indicator_selected": "--indicator-background-selected", + "c_indicator_border": "--indicator-border", + "c_indicator_border_selected": "--indicator-border-selected", + "c_indicator_border_selected_unfocused": "--indicator-border-selected-unfocused", + "c_tree_card": "--tree-card-background", + "c_tree_card_unfocused": "--tree-card-background-selected-current-unfocused", + "c_tree_card_selected": "--tree-card-background-selected-current", + "c_tree_card_selected_unfocused": "--tree-card-background-selected-current-unfocused", + "c_tree_card_border": "--tree-card-border", + "c_tree_card_border_selected": "--tree-card-border-focus", + "c_tree_card_border_selected_unfocused": "--tree-card-border-selected-unfocused" + }, + "properties": { + "c_layout_background_0": "--layout-background-0", + "c_layout_background_1": "--layout-background-1", + "c_layout_background_2": "--layout-background-2", + "c_layout_background_3": "--layout-background-3", + "c_layout_background_4": "--layout-background-4", + "c_layout_border_0": "--layout-border-0", + "c_layout_border_1": "--layout-border-1", + "c_layout_border_2": "--layout-border-2", + "c_layout_border_3": "--layout-border-3", + "c_layout_border_4": "--layout-border-4", + "c_tree_pane_bg": "--tree-pane-background" } } } \ No newline at end of file