Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions forest-dark.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,12 @@ namespace eval ttk::theme::forest-dark {

# Button
ttk::style configure TButton -padding {8 4 8 4} -width -10 -anchor center
ttk::style map TButton -foreground [list disabled #bbbbbb]

ttk::style element create Button.button image \
[list $I(rect-basic) \
{selected disabled} $I(rect-basic) \
disabled $I(rect-basic) \
{selected disabled} $I(rect-disabled) \
disabled $I(rect-disabled) \
selected $I(rect-basic) \
pressed $I(rect-basic) \
active $I(rect-hover) \
Expand Down
Binary file added forest-dark/rect-disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.