new icons added and replace old icons and updated tk-themes
BIN
TK-Themes/theme/dark/button-borderless-hover.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 4.0 KiB |
BIN
TK-Themes/theme/dark/hor-pbar-small.png
Normal file
|
After Width: | Height: | Size: 104 B |
BIN
TK-Themes/theme/dark/hor-pbar.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
TK-Themes/theme/dark/hor-trough-small.png
Normal file
|
After Width: | Height: | Size: 106 B |
BIN
TK-Themes/theme/dark/hor-trough.png
Normal file
|
After Width: | Height: | Size: 183 B |
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 2.4 KiB |
BIN
TK-Themes/theme/dark/vert-pbar-small.png
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
TK-Themes/theme/dark/vert-pbar.png
Normal file
|
After Width: | Height: | Size: 221 B |
BIN
TK-Themes/theme/dark/vert-trough-small.png
Normal file
|
After Width: | Height: | Size: 154 B |
BIN
TK-Themes/theme/dark/vert-trough.png
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
TK-Themes/theme/light/button-borderless-hover.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 3.9 KiB |
BIN
TK-Themes/theme/light/hor-pbar-small.png
Normal file
|
After Width: | Height: | Size: 107 B |
BIN
TK-Themes/theme/light/hor-pbar.png
Normal file
|
After Width: | Height: | Size: 185 B |
BIN
TK-Themes/theme/light/hor-trough-small.png
Normal file
|
After Width: | Height: | Size: 106 B |
BIN
TK-Themes/theme/light/hor-trough.png
Normal file
|
After Width: | Height: | Size: 183 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 3.8 KiB |
BIN
TK-Themes/theme/light/vert-pbar-small.png
Normal file
|
After Width: | Height: | Size: 167 B |
BIN
TK-Themes/theme/light/vert-pbar.png
Normal file
|
After Width: | Height: | Size: 251 B |
BIN
TK-Themes/theme/light/vert-trough-small.png
Normal file
|
After Width: | Height: | Size: 154 B |
BIN
TK-Themes/theme/light/vert-trough.png
Normal file
|
After Width: | Height: | Size: 228 B |
@@ -1,5 +1,10 @@
|
||||
# Copyright © 2021 rdbende <rdbende@gmail.com>
|
||||
# inspired by rdbende modified azure to water by Désire Werner Menrath polunga40@unity-mail.de 2024
|
||||
# Update add New Style TButton.Borderless for Buttons without edge and without rounded corners by
|
||||
# Désire Werner Menrath 28-07-2025
|
||||
# Add Update Progressbars Round ends on Horizontal and Vertikal + add small bars
|
||||
# Désire Werner Menrath 30-07-2025
|
||||
|
||||
|
||||
source [file join [file dirname [info script]] theme light.tcl]
|
||||
source [file join [file dirname [info script]] theme dark.tcl]
|
||||
@@ -13,7 +18,7 @@ proc set_theme {mode} {
|
||||
array set colors {
|
||||
-fg "#ffffff"
|
||||
-bg "#333333"
|
||||
-disabledfg "#ffffff"
|
||||
-disabledfg "#aaaaaa"
|
||||
-disabledbg "#737373"
|
||||
-selectfg "#000000"
|
||||
-selectbg "#00c4ff"
|
||||
@@ -53,7 +58,7 @@ proc set_theme {mode} {
|
||||
-fg "#000000"
|
||||
-bg "#ffffff"
|
||||
-disabledfg "#737373"
|
||||
-disabledbg "#ffffff"
|
||||
-disabledbg "#f0f0f0"
|
||||
-selectfg "#000000"
|
||||
-selectbg "#00c4ff"
|
||||
}
|
||||
|
||||