Explorar el Código

portable color names

Johann ELSASS hace 9 meses
padre
commit
640d424356

+ 1 - 1
resources/scripts/layerfx_innerlight.py

@@ -241,7 +241,7 @@ scale_opacity.grid(column=1, row=2, sticky=W+E, padx=10)
 scale_opacity.set(chosen_opacity)
 
 label_info = Label(frame, text=translation["Run this script again to update effect"],
-    background="SystemInfoBackground", foreground="SystemInfoText", borderwidth=1, relief="solid")
+    background="lemon chiffon", foreground="black", borderwidth=1, relief="solid")
 label_info.grid(column=0, rows=3, columnspan=2)
 
 

+ 1 - 1
resources/scripts/layerfx_innershadow.py

@@ -241,7 +241,7 @@ scale_opacity.grid(column=1, row=2, sticky=W+E, padx=10)
 scale_opacity.set(chosen_opacity)
 
 label_info = Label(frame, text=translation["Run this script again to update effect"],
-    background="SystemInfoBackground", foreground="SystemInfoText", borderwidth=1, relief="solid")
+    background="lemon chiffon", foreground="black", borderwidth=1, relief="solid")
 label_info.grid(column=0, rows=3, columnspan=2)
 
 frame.columnconfigure(0, pad=20)

+ 1 - 1
resources/scripts/layerfx_shadow.py

@@ -202,7 +202,7 @@ scale_opacity.grid(column=1, row=3, sticky=W+E, padx=10)
 scale_opacity.set(chosen_opacity)
 
 label_info = Label(frame, text=translation["Run this script again to update effect"],
-    background="SystemInfoBackground", foreground="SystemInfoText", borderwidth=1, relief="solid")
+    background="lemon chiffon", foreground="black", borderwidth=1, relief="solid")
 label_info.grid(column=0, rows=4, columnspan=2)
 
 frame.columnconfigure(0, pad=20)

+ 1 - 1
resources/scripts/layerfx_stroke.py

@@ -196,7 +196,7 @@ button_color = Button(frame, text=translation["Color"] + "...", command=button_c
 button_color.grid(column=1, row=2)
 
 label_info = Label(frame, text=translation["Run this script again to update effect"],
-    background="SystemInfoBackground", foreground="SystemInfoText", borderwidth=1, relief="solid")
+    background="lemon chiffon", foreground="black", borderwidth=1, relief="solid")
 label_info.grid(column=0, rows=3, columnspan=2)
 
 frame.columnconfigure(0, pad=20)