Skip to content

Commit

Permalink
Added disabled entry-gif (#45)
Browse files Browse the repository at this point in the history
Color scheme should be consistent.
  • Loading branch information
Dashyyy authored Sep 23, 2022
1 parent d7398ac commit 22e3803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/dark.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ namespace eval ttk::theme::azure-dark {
image [list $I(box-basic) \
{focus hover} $I(box-accent) \
invalid $I(box-invalid) \
disabled $I(box-basic) \
disabled $I(box-disabled) \
focus $I(box-accent) \
hover $I(box-hover) \
] -border 5 -padding {8} -sticky news
Expand Down

0 comments on commit 22e3803

Please sign in to comment.