diff --git a/res/gui.theme b/res/gui.theme index 9b1d8a4..9f22363 100644 --- a/res/gui.theme +++ b/res/gui.theme @@ -2,6 +2,9 @@ * Feuille de style pour l'interface de Skizzle */ + +/* styles généraux */ + * { FontName: overpass; FontSize: 14; @@ -11,6 +14,9 @@ Window { BackgroundColor: #FFFFFFff; BorderWidth: 0; + + ShadowDistance: 3; + ShadowAlpha: 0; } ScrolledWindow { @@ -65,3 +71,9 @@ Button:ACTIVE, Entry:ACTIVE { Separator { Color: #D2D2D2ff; } + +/* barre d'objets */ + +Window#object_toolbar { + BackgroundColor: #EFEFEFff; +} diff --git a/res/textures/toolbar/icon_back.tga b/res/textures/toolbar/icon_back.tga new file mode 100644 index 0000000..837ce8b Binary files /dev/null and b/res/textures/toolbar/icon_back.tga differ diff --git a/res/textures/toolbar/icon_gear.tga b/res/textures/toolbar/icon_gear.tga new file mode 100644 index 0000000..d968b61 Binary files /dev/null and b/res/textures/toolbar/icon_gear.tga differ diff --git a/res/textures/toolbar/icon_music.tga b/res/textures/toolbar/icon_music.tga new file mode 100644 index 0000000..fa1d31c Binary files /dev/null and b/res/textures/toolbar/icon_music.tga differ diff --git a/res/textures/toolbar/icon_no_music.tga b/res/textures/toolbar/icon_no_music.tga new file mode 100644 index 0000000..421716e Binary files /dev/null and b/res/textures/toolbar/icon_no_music.tga differ diff --git a/res/textures/toolbar/icon_save.tga b/res/textures/toolbar/icon_save.tga new file mode 100644 index 0000000..1f25239 Binary files /dev/null and b/res/textures/toolbar/icon_save.tga differ diff --git a/res/textures/toolbar/icon_test.tga b/res/textures/toolbar/icon_test.tga new file mode 100644 index 0000000..4782acd Binary files /dev/null and b/res/textures/toolbar/icon_test.tga differ