How to use skins

Introduction

Everyone knows that every man to his own taste. So the skin supporting is one of the most important things to make the program to look like you prefer. Zentimo supports skin changing for the stopping menu and some other frequently displayed windows.

The current article describes how to use skins and how to create your own unique skin.

How to use skins

The program installation pack contains several predefined skins, such as “Classic”, “Black Velvet” and “Black Contrast” color schemes. See on the screenshot below to know how to change a skin:

Just go to the “Skins” tab of the program options, choose your preferable skin and click OK.

Easy, isn’t it?… Don’t like any of the predefined skins and wish to make your own one?

How to create your own skin

First of all browse the folder of any predefined skin (e.g. “C:/Program Files/Zentimo/Skins/Black Velvet”) to know what files the skin consists from, then do the following:

  1. Create a new folder with the name of a new skin (e.g. “C:/Program Files/Zentimo/Skins/My Own Skin”).
  2. Create images following specified names using your favorite graphic editor. The easiest way to not miss an image is to copy all images from an existing skin folder to your new skin folder. Then you can edit just copied images in a graphic editor. If an image file is not found by the program it will use an equivalent file from the Default skin built into the program (you won’t see a folder or any files for the default skin).
  3. Create the text file “colorscheme.ini”. This configuration file is used to define color and shape of the interface controls. Find the list of parameters and their description below.

Color scheme parameters:

  1. background – color of the window background.
  2. selecteditemtop – the top part of the device item gradient fill.
  3. selecteditembottom- the bottom part of the device item gradient fill.
  4. selectedsubitemtop – the top part of the drive item gradient fill.
  5. selectedsubitembottom – the bottom part of the drive item gradient fill.
  6. menuheadertext – the color of the header caption in the stopping menu and notification window.
  7. menuhighlight – the top part of the header gradient fill.
  8. menushady – the bottom part of the header gradient fill.
  9. menushadow – the color of the header underline.
  10. link – the reference link color in normal state.
  11. linkincontrol – the reference link color in mouse control state.
  12. itemtext – the color of the device name (the device item caption).
  13. buttontext – the color of the “Menu” button caption.
  14. subitemtext – the color of the drive name (a device sub-item caption)
  15. hotkeytext – the color of the hot key text.
  16. hiddendeviceframe – the color of the frame around the hidden device list.
  17. selecteditemframe – the color of the device item frame.
  18. selectedsubitemframe – the color of the device volume item frame.
  19. hiddendeviceshady – the bottom part of the hidden device list button gradient fill.
  20. readyforremoving – the “Ready for safe removal” text color.
  21. hiddendeviceincontrol – a bottom part of the hidden device list button gradient fill in mouse control state.
  22. hiddendevicehighlight- a top part of the hidden device list button gradient fill.
  23. scrollbarframe – the color of the scroll bar frame.
  24. scrollbarfill – the color of the scroll bar fill.
  25. scrollbarsliderframe – the color of the scroll bar slider frame.
  26. scrollbargrad1 – a right part of scroll bar slider gradient fill.
  27. scrollbargrad2 – a left part of scroll bar slider gradient fill.
  28. scrollbarbtnframe – the color of the scroll bar button frame.
  29. scrollbarhighlight – is not used yet
  30. buttonframe – the “Menu” button frame color.
  31. buttonhighlight – a top part of the “Menu” button gradient fill.
  32. buttonshady – a bottom part of the “Menu” button gradient fill.
  33. buttonshadyincontrol – a bottom part of the “Menu” button gradient fill in mouse control state.
  34. textshadow – the color of header caption shadow in the stopping menu and the notification window
  35. windowlefttopadge – a top and left hand outside line color of the frame around window.
  36. windowrightbottomadge – a bottom and right hand outside line color of the frame around window.
  37. windowlefttopinneradge – a top and left hand inside line color of the frame around window.
  38. windowrightbottominneradge – a bottom and right hand inside line color of the frame around window.
  39. windowfillframe – the color of the the frame around window fill.
  40. windowlefttopinneradge2 – the color of the line inside the frame around window at the top and left hand side.
  41. windowrightbottominneradge2 – the color of the line inside the frame around window at the bottom and right hand.
  42. windowhighlight – the color of a highlighted gradient fill of the frame around window.
  43. emptymenutext – the color of the text shown when there are no visible connected devices.
  44. progressbarfill – tbe color of a free space progress bar fill.
  45. progressbarframe – the color of a free space progress bar frame.
  46. freespaceemptydark – the color of the dark fill of the drive free space progress bar when a drive is empty.
  47. freespaceemptylight – the color of the light fill of a drive free space progress bar when a drive is empty.
  48. freespacemiddledark- the color of the dark fill of a drive free space progress bar when a drive is half-full.
  49. freespacemiddlelight – the color of the light fill of a drive free space progress bar when a drive is half-full.
  50. freespacefulldark – the dark fill color of a drive free space progress bar when a drive is full.
  51. freespacefulllight – the light fill color of a drive free space progress bar when a drive is full.
  52. infofill – the filling color of the stopping menu information panel.
  53. infoframe – the color of the the stopping menu information panel frame.
  54. showndeviceseparator – the color of the separating line between device items in the visible device list of the stopping menu.
  55. hiddendeviceseparator – the color of the separating line between device items in the hidden device list of the stopping menu.
  56. ballooncaptiontext – the color of the caption in the notification window.
  57. underlinedlink – the color of the underlined reference link in the normal state.
  58. underlinedlinkincontrol – the color of the underlined reference link in hovered state (when it’s mouse hovered)
  59. enablewindowframe – “boolean parameter” (should be “0”(false) or “1”(true)) – defines whether a window needs to have an around frame.
  60. enableitemchamferframe – “boolean parameter” (should be “0”(false) or “1”(true)) – defines whether items and sub-items of the stopping menu need to have a frame with chamfer corners.

How to set color:

The “colorscheme.ini” file mainly consists from the lines like the following: “subitemtext=$0069E9E6”. The right part of the line is a color value assembled from R-G-B components in the hex format. Thus $0069E9E6 defines RGB color value with the following values of its parts: Red=E6(230), Green=E9(233), Blue=69(105). You can see this color on the screenshot below:

4 Responses to “How to use skins”

  1. […] “Classic”, “Black Contrast”, “Black Velvet”. Furthermore you can create your own skin and share it with […]

  2. avatar Louis M. Ayers says:

    Hello:
    Before I go to the trouble of creating my own “skin”, will the next version (which I am not entitled to (by virtue of Give Away of the Day) change the skin parameters so that I will have to re-do it all in the event of an new version?
    Thanks for an excellent program and for sharing it with the world via GAotD!!
    Louis M. Ayers

    • avatar Igor Tkachenko says:

      Hi Louis,

      I’m sorry for so late response. The next version that will came soon will have the same skin format. But of course we may change it in future.

      And feel free to send us your own skin if you wish to share it with other we will publish it with pleasure. If we like it we also will be happy to reward you with the license.

  3. avatar MDT says:

    Зўр дастур экан. Шахсан менга ёқди бундай дастурларни кўпдан кўп чиқармоғлиқ зарур, керак бўлса лозим ва лобуд.