Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| customization:themes [2010/01/23 05:09] – external edit 127.0.0.1 | customization:themes [2022/05/23 01:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Gtk2 (gmusicbrowser v1.1.x and older) ====== | ||
| + | |||
| A few notes to explain how to theme gmusicbrowser using customs gtk themes. \\ | A few notes to explain how to theme gmusicbrowser using customs gtk themes. \\ | ||
| Feel free to improve this page. | Feel free to improve this page. | ||
| - | First you need to have some knowledge about how gtk themes works, [[http:// | + | First you need to have some knowledge about how gtk themes works, [[https:// |
| To launch gmusicbrowser with a custom gtkrc file, you can type this : | To launch gmusicbrowser with a custom gtkrc file, you can type this : | ||
| Line 9: | Line 11: | ||
| To help finding the path of widgets you want to theme, I've added some functions to my Debug.pm plugin, you can find it [[/ | To help finding the path of widgets you want to theme, I've added some functions to my Debug.pm plugin, you can find it [[/ | ||
| - | And, as explained below, I've added a few things | + | Note that some things |
| Line 57: | Line 59: | ||
| The style " | The style " | ||
| + | ====== Gtk3 (current beta and future gmusicbrowser versions) ====== | ||
| + | Gtk3 uses a completely different theme system. | ||
| + | To launch gmusicbrowser with a custom gtk3 theme, for example named gmbtheme, you can type this : | ||
| + | < | ||
| + | |||
| + | To create the custom theme, create ~/ | ||
| + | < | ||
| + | @import url("/ | ||
| + | @define-color theme_bg_color #000000; | ||
| + | @define-color theme_fg_color #ffffff; | ||
| + | * { | ||
| + | color: #ff00ea; | ||
| + | font: 30px "Comic Sans"; | ||
| + | } | ||
| + | </ | ||
| + | Obviously that is just a silly example to get started, you can use that to change many many things, more info [[https:// | ||
| + | That method even allows you to theme specific widgets of gmusicbrowser, | ||
