add hover color to buttons in Minimal Dark
This commit is contained in:
parent
c7b5e6f0bd
commit
c87df6041d
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user