Some skin update

This commit is contained in:
fgnm
2020-07-01 16:41:20 +02:00
parent d47aeaf69c
commit f1d8ffd3d2
11 changed files with 230 additions and 230 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

+224 -196
View File
File diff suppressed because it is too large Load Diff
+6 -34
View File
@@ -149,10 +149,11 @@
font: default-font,
fontColor: white,
background: default-select,
backgroundOver: default-select-over,
scrollStyle: default,
listStyle: {
font: default-font,
selection: list-selection,
selection: padded-list-selection,
background: select-box-list-bg
}
},
@@ -160,6 +161,7 @@
font: default-font-normal,
fontColor: black,
background: default-select-white,
backgroundOver: default-select-over,
scrollStyle: default,
listStyle: {
font: default-font-normal,
@@ -291,7 +293,7 @@
selection: selection,
background: textfield,
backgroundOver: textfield-over,
focusBorder: border,
focusBorder: border-textfield,
errorBorder: border-error,
font: default-font,
fontColor: white,
@@ -302,7 +304,7 @@
selection: selection,
background: textfield-light,
backgroundOver: textfield-light-over,
focusBorder: border,
focusBorder: border-textfield,
errorBorder: border-error,
font: default-font,
fontColor: white,
@@ -311,7 +313,7 @@
},
transparent: {
selection: default-select-selection,
focusBorder: border,
focusBorder: border-textfield,
errorBorder: border-error,
font: default-font,
fontColor: white,
@@ -692,24 +694,6 @@
background: tooltip-bg
}
},
// com.kotcrab.vis.ui.widget.file.FileChooserStyle: {
// default: {
// highlight: list-selection,
// // popupMenuStyleName: default,
// iconArrowLeft: icon-arrow-left,
// iconArrowRight: icon-arrow-right,
// iconFolder: icon-folder,
// iconFolderParent: icon-folder,
// iconFolderNew: icon-folder,
// iconDrive: icon-drive,
// iconFolderStar: icon-folder,
// iconTrash: icon-trash,
// iconFileText: icon-label,
// iconFileImage: icon-image,
// iconFilePdf: icon-label,
// iconFileAudio: icon-label
// }
// },
com.kotcrab.vis.ui.widget.file.FileChooserStyle: {
default: {highlight: list-selection, popupMenuStyle: "default", iconArrowLeft: icon-arrow-left, iconArrowRight: icon-arrow-right, iconFolder: icon-folder, iconFolderParent: icon-folder-parent, iconFolderNew: icon-folder-new, iconDrive: icon-drive, iconFolderStar: icon-folder-star, iconTrash: icon-trash, iconStar: icon-star, iconStarOutline: icon-star-outline, iconRefresh: icon-refresh, iconFileText: icon-file-text, iconFileImage: icon-file-image, iconFilePdf: icon-file-pdf, iconFileAudio: icon-file-audio, iconListSettings: icon-list-settings, contextMenuSelectedItem: vis-radio-tick, expandDropdown: select-down }
},
@@ -723,18 +707,6 @@ com.kotcrab.vis.ui.widget.toast.Toast$ToastStyle: {
com.kotcrab.vis.ui.widget.LinkLabel$LinkLabelStyle: {
default: {fontColor: link-label, underline: white, font: default-font }
},
// com.kotcrab.vis.ui.widget.tabbedpane.TabbedPane$TabbedPaneStyle: {
// default: {
// //background: menu-bg,
// //bottomBar: list-selection,
// buttonStyle: {
// up: tab-inactive,
// checked: tab-active,
// font: default-font,
// fontColor: white
// }
// }
// },
com.kotcrab.vis.ui.widget.tabbedpane.TabbedPane$TabbedPaneStyle: {
default: {
draggable: false,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB