Поправил тему оформления
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@"
|
||||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha18
|
||||
# Build: 27102025205938
|
||||
# Build: 28102025160338
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
||||
@@ -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
|
||||
@@ -75,21 +76,22 @@ namespace eval ttk::theme::black {
|
||||
# ttk widgets.
|
||||
$styleCmd configure TButton \
|
||||
-width -8 -padding {5 1} -relief link
|
||||
$styleCmd configure TMenubutton\
|
||||
$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} \
|
||||
|
||||
Reference in New Issue
Block a user