Исправлен changelog
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-29 13:10:31 +03:00
parent 4e67dbfccf
commit 8834c0954e
7 changed files with 110 additions and 26 deletions

View File

@@ -118,6 +118,11 @@ namespace eval ttk::theme::black {
# -background [list selected $colors(-selectbg)] \
$styleCmd configure Treeview -fieldbackground gray25
$styleCmd map Canvas \
-background [list selected $colors(-lighter)] \
-foreground [list selected $colors(-selectfg)] \
-highlightbackground [list selected $colors(-lighter)]
}
puts [ttk::style element names]
}