Поправил тему оформления
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
|
projman (2.0.0-alpha18) stable; urgency=medium
|
||||||
|
|
||||||
* Исправлена работа в windows
|
* Исправлена работа в 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
|
# Version: 2.0.0
|
||||||
# Release: alpha18
|
# Release: alpha18
|
||||||
# Build: 27102025205938
|
# Build: 28102025160338
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
# определим текущую версию, релиз и т.д.
|
# определим текущую версию, релиз и т.д.
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ namespace eval ttk::theme::black {
|
|||||||
-lightest "#ffffff"
|
-lightest "#ffffff"
|
||||||
-selectbg "#4a6984"
|
-selectbg "#4a6984"
|
||||||
-selectfg "#ffffff"
|
-selectfg "#ffffff"
|
||||||
|
-font "#c8c8c8"
|
||||||
}
|
}
|
||||||
if {[info commands ::ttk::style] ne ""} {
|
if {[info commands ::ttk::style] ne ""} {
|
||||||
set styleCmd ttk::style
|
set styleCmd ttk::style
|
||||||
@@ -77,19 +78,20 @@ namespace eval ttk::theme::black {
|
|||||||
-width -8 -padding {5 1} -relief link
|
-width -8 -padding {5 1} -relief link
|
||||||
$styleCmd configure TMenubutton \
|
$styleCmd configure TMenubutton \
|
||||||
-relief flat -arrowsize 0
|
-relief flat -arrowsize 0
|
||||||
|
|
||||||
$styleCmd configure TCheckbutton \
|
$styleCmd configure TCheckbutton \
|
||||||
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
|
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
|
||||||
$styleCmd configure TRadiobutton \
|
$styleCmd configure TRadiobutton \
|
||||||
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
|
-indicatorbackground $colors(-lighter) -indicatormargin {1 1 4 1}
|
||||||
|
|
||||||
$styleCmd configure TEntry \
|
$styleCmd configure TEntry \
|
||||||
-fieldbackground gray20 -foreground black \
|
-fieldbackground gray20 -foreground $colors(-font) \
|
||||||
-padding {2 0} -border -1
|
-padding {2 0} -border -1
|
||||||
$styleCmd configure TCombobox \
|
$styleCmd configure TCombobox \
|
||||||
-fieldbackground white -foreground black \
|
-fieldbackground white -foreground $colors(-font)\
|
||||||
-padding {2 0}
|
-padding {2 0}
|
||||||
$styleCmd configure TSpinbox \
|
$styleCmd configure TSpinbox \
|
||||||
-fieldbackground white -foreground black \
|
-fieldbackground white -foreground $colors(-font) \
|
||||||
-padding {2 0}
|
-padding {2 0}
|
||||||
|
|
||||||
$styleCmd configure TNotebook \
|
$styleCmd configure TNotebook \
|
||||||
@@ -103,8 +105,8 @@ namespace eval ttk::theme::black {
|
|||||||
|
|
||||||
# tk widgets.
|
# tk widgets.
|
||||||
$styleCmd map Menu \
|
$styleCmd map Menu \
|
||||||
-background [list active $colors(-lighter)] \
|
-background [list active $colors(-dark)] \
|
||||||
-foreground [list disabled $colors(-disabledfg)]
|
-foreground [list disabled $colors(-lightest)] \
|
||||||
|
|
||||||
$styleCmd configure TreeCtrl \
|
$styleCmd configure TreeCtrl \
|
||||||
-background gray30 -itembackground {gray60 gray50} \
|
-background gray30 -itembackground {gray60 gray50} \
|
||||||
|
|||||||
Reference in New Issue
Block a user