ImageGlass 8.0 Kobe theme packs
Check out more theme packs at https://imageglass.org/themes
🌪 Breaking change:
- Theme configuration filename is changed from
config.xml
toigtheme.xml
.
🚮 Obsolete option:
compatibility
attribute in<Info />
element is obsolete, replaced byconfigversion
which is a number constant.
For v8.0,configversion
is8
.
🌱 New:
New options in <main />
element:
Key | example | Description |
---|---|---|
menubackgroundhovercolor | menubackgroundhovercolor="#686868" |
The background color of menu item on hover. |
menutexthovercolor | menutexthovercolor="#f0f0f0" |
The text color of menu item on hover. |
accentcolor | accentcolor="#f00" |
The accent color. |
accentlightcolor | accentlightcolor="#f00" |
The accent light color. |
accentdarkcolor | accentdarkcolor="#f00" |
The accent dark color. |
logo | logo="logo.svg" |
The logo of ImageGlass, will display on title bar, About page, First-launch configuration page. Minimium size is 128px. |
isshowtitlebarlogo | isshowtitlebarlogo="True" |
Controls visibility of logo on title bar. Value is either True or False . |