new icons added and replace old icons and updated tk-themes

This commit is contained in:
2025-08-10 15:44:28 +02:00
parent fa0fb7ae31
commit 8fcad26789
135 changed files with 1473 additions and 1318 deletions

View File

@@ -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"
}