Поправил тему оформления
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-28 16:05:56 +03:00
parent a9ac54ce54
commit e5b0468a44
3 changed files with 80 additions and 71 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
projman (2.0.0-alpha18) stable; urgency=medium
* Новая сборка
-- Sergey Kalinin <svk@nuk-svk.ru> Mon, 27 Oct 2025 21:01:15 +0300
projman (2.0.0-alpha18) stable; urgency=medium
* Исправлена работа в windows
@@ -371,3 +377,4 @@ projman (2.0.0-alfa0) stable; urgency=medium

View File

@@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha18
# Build: 27102025205938
# Build: 28102025160338
######################################################
# определим текущую версию, релиз и т.д.

View File

@@ -39,6 +39,7 @@ namespace eval ttk::theme::black {
-lightest "#ffffff"
-selectbg "#4a6984"
-selectfg "#ffffff"
-font "#c8c8c8"
}
if {[info commands ::ttk::style] ne ""} {
set styleCmd ttk::style
@@ -77,19 +78,20 @@ namespace eval ttk::theme::black {
-width -8 -padding {5 1} -relief link
$styleCmd configure TMenubutton \
-relief flat -arrowsize 0
$styleCmd configure TCheckbutton \
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
$styleCmd configure TRadiobutton \
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
$styleCmd configure TEntry \
-fieldbackground gray20 -foreground black \
-fieldbackground gray20 -foreground $colors(-font) \
-padding {2 0} -border -1
$styleCmd configure TCombobox \
-fieldbackground white -foreground black \
-fieldbackground white -foreground $colors(-font)\
-padding {2 0}
$styleCmd configure TSpinbox \
-fieldbackground white -foreground black \
-fieldbackground white -foreground $colors(-font) \
-padding {2 0}
$styleCmd configure TNotebook \
@@ -103,8 +105,8 @@ namespace eval ttk::theme::black {
# tk widgets.
$styleCmd map Menu \
-background [list active $colors(-lighter)] \
-foreground [list disabled $colors(-disabledfg)]
-background [list active $colors(-dark)] \
-foreground [list disabled $colors(-lightest)] \
$styleCmd configure TreeCtrl \
-background gray30 -itembackground {gray60 gray50} \