add hover color to buttons in Minimal Dark

This commit is contained in:
James Brumond 2023-08-05 16:35:51 -07:00
parent c7b5e6f0bd
commit c87df6041d
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"text_selection": "#660bad", "text_selection": "#660bad",
"bg_text_selection": "#ebe9f0", "bg_text_selection": "#ebe9f0",
"bg_button_primary": "#465568", "bg_button_primary": "#465568",
"bg_button_primary_hover": "#465568", "bg_button_primary_hover": "#4b79b4",
"text_button_primary": "#bbbbbb", "text_button_primary": "#bbbbbb",
"bg_button_secondary": "#495159", "bg_button_secondary": "#495159",
"bg_button_secondary_hover": "#86a7f04c", "bg_button_secondary_hover": "#86a7f04c",

View File

@ -27,7 +27,7 @@ colors:
text_selection: "#660bad" text_selection: "#660bad"
bg_text_selection: "#ebe9f0" bg_text_selection: "#ebe9f0"
bg_button_primary: "#465568" bg_button_primary: "#465568"
bg_button_primary_hover: "#465568" bg_button_primary_hover: "#4b79b4"
text_button_primary: "#bbbbbb" text_button_primary: "#bbbbbb"
bg_button_secondary: "#495159" bg_button_secondary: "#495159"
bg_button_secondary_hover: "#86a7f04c" bg_button_secondary_hover: "#86a7f04c"