Skip to content

Commit

Permalink
fix(mails): hover colors had low contrast
Browse files Browse the repository at this point in the history
misc: add vscode recommendation for easier color tweaking in editor
  • Loading branch information
Pogodaanton committed Jul 10, 2023
1 parent a7fe7ab commit a4c432a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"kamikillerto.vscode-colorize"
]
}
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"colorize.languages": [
"json",
"css",
"sass",
"scss",
"less",
"postcss",
"sss",
"stylus",
"xml",
"svg"
]
}
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gecko": {
"id": "{96eca668-abbf-44cd-8bd3-91e485429d25}",
"strict_min_version": "115.0",
"strict_max_version": "116.*"
"strict_max_version": "117.*"
}
},
"description": "A faithful port of the original Cobalt2 theme by Wes Bos.",
Expand Down Expand Up @@ -41,10 +41,11 @@
"sidebar_border": "#0d3a58",
"c_sidebar_border_fix1": "transparent",
"sidebar_highlight_border": "#193549",
"sidebar_highlight": "#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",
Expand Down Expand Up @@ -121,6 +122,7 @@
"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_button_alt": "--button-background-color",
"c_button_alt_border": "--button-border-color",
"c_button_alt_hover": "--button-hover-background-color",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ calendar-minimonth {
border-color: transparent;
}

#messagepanebox {
#messagePane #messagepanebox {
--layout-background-1: var(--c-message-pane-box-background) !important;
}

Expand Down

0 comments on commit a4c432a

Please sign in to comment.