Ajout du thème de l'interface

This commit is contained in:
Mattéo Delabre 2016-04-20 00:29:13 +02:00
parent 6c6411f34a
commit 7f5f355ac1
2 changed files with 31 additions and 0 deletions

28
res/gui.theme Normal file
View File

@ -0,0 +1,28 @@
Window {
BackgroundColor: #FFFFFFff;
BorderWidth: 0;
}
ScrolledWindow {
BorderWidth: 0;
}
Button {
Color: #000000ff;
BorderWidth: 0;
BackgroundColor: #E6E6E6ff;
}
Button:PRELIGHT {
Color: #000000ff;
BackgroundColor: #D2D2D2ff;
}
Button:ACTIVE {
Color: #000000ff;
BackgroundColor: #B4B4B4ff;
}
* {
Color: #000000ff;
}

View File

@ -12,6 +12,9 @@ Manager::Manager() : previous_time(sf::seconds(0)), title(sf::String(L"")),
// préchargement des textures
resource_manager.preload();
// chargement du thème du desktop
desktop.LoadThemeFromFile("res/gui.theme");
// création de la fenêtre (après avoir préchargé les ressources,
// on évite ainsi tout lag pendant le traitement des événements)
window.create(