summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-09-24 16:57:23 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-09-24 16:57:23 (GMT)
commit86e95cea7354485132002aeb8674a218a3cb675f (patch)
treec3e26c4a1b4c9cda03607ec45a3a9eef6cfb7daf /library
parent3da9b75d3711e0538834813e7246990dff8e8c3a (diff)
downloadtk-86e95cea7354485132002aeb8674a218a3cb675f.zip
tk-86e95cea7354485132002aeb8674a218a3cb675f.tar.gz
tk-86e95cea7354485132002aeb8674a218a3cb675f.tar.bz2
Improved formatting
Diffstat (limited to 'library')
-rw-r--r--library/ttk/clamTheme.tcl24
-rw-r--r--library/ttk/defaults.tcl24
2 files changed, 24 insertions, 24 deletions
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl
index 398a524..eddacdd 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -7,18 +7,18 @@
namespace eval ttk::theme::clam {
variable colors
array set colors {
- -disabledfg "#999999"
- -frame "#dcdad5"
- -window "#ffffff"
- -dark "#cfcdc8"
- -darker "#bab5ab"
- -darkest "#9e9a91"
- -lighter "#eeebe7"
- -lightest "#ffffff"
- -selectbg "#4a6984"
- -selectfg "#ffffff"
- -altindicator "#9fbdd8"
- -disabledaltindicator "#c0c0c0"
+ -disabledfg "#999999"
+ -frame "#dcdad5"
+ -window "#ffffff"
+ -dark "#cfcdc8"
+ -darker "#bab5ab"
+ -darkest "#9e9a91"
+ -lighter "#eeebe7"
+ -lightest "#ffffff"
+ -selectbg "#4a6984"
+ -selectfg "#ffffff"
+ -altindicator "#9fbdd8"
+ -disabledaltindicator "#c0c0c0"
}
ttk::style theme settings clam {
diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl
index 2ab6c9c..548d5fe 100644
--- a/library/ttk/defaults.tcl
+++ b/library/ttk/defaults.tcl
@@ -5,19 +5,19 @@
namespace eval ttk::theme::default {
variable colors
array set colors {
- -frame "#d9d9d9"
- -foreground "#000000"
- -window "#ffffff"
- -text "#000000"
- -activebg "#ececec"
- -selectbg "#4a6984"
- -selectfg "#ffffff"
- -darker "#c3c3c3"
- -disabledfg "#a3a3a3"
- -indicator "#4a6984"
+ -frame "#d9d9d9"
+ -foreground "#000000"
+ -window "#ffffff"
+ -text "#000000"
+ -activebg "#ececec"
+ -selectbg "#4a6984"
+ -selectfg "#ffffff"
+ -darker "#c3c3c3"
+ -disabledfg "#a3a3a3"
+ -indicator "#4a6984"
-disabledindicator "#a3a3a3"
- -altindicator "#9fbdd8"
- -disabledaltindicator "#c0c0c0"
+ -altindicator "#9fbdd8"
+ -disabledaltindicator "#c0c0c0"
}
ttk::style theme settings default {