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



                                            
                            


                      
                     

                                   
                           
                                       

   
                   
                         
// 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{{
    {"Light", "default"},
    {"Light Colorful", "colorful"},
    {"Dark", "qdarkstyle"},
    {"Dark Colorful", "colorful_dark"},
}};

Values values = {};
} // namespace UISettings