issues
search
royqh1979
/
RedPanda-CPP
A light-weight C/C++ IDE based on Qt
GNU General Public License v3.0
996
stars
108
forks
source link
Unify theme searching path
#380
Closed
CyanoHao
closed
7 months ago
CyanoHao
commented
7 months ago
Themes are searched in following order
custom Lua (if enabled)
custom JSON
built-in Lua (if enabled)
built-in JSON
Remove trivial Lua themes (JSON themes will be searched)
Move built-in themes to resource directory so that user can copy on theme to custom dir and do any adjusts, and keep others smooth in further upgrades.