summaryrefslogblamecommitdiffstats
path: root/src/yuzu/uisettings.cpp
blob: 43bad9678e61a87fa855cf89428995cf2157498e (plain) (tree)
1
2
3
4
5
6
7
8



                                            
                            


                      


                           

                                       

   
                   
                         
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "yuzu/uisettings.h"

namespace UISettings {

const Themes themes{{
    {"Default", "default"},
    {"Dark", "qdarkstyle"},
    {"Colorful", "colorful"},
    {"Colorful Dark", "colorful_dark"},
}};

Values values = {};
} // namespace UISettings