Added the ability to export the current color config/theme. (#120)
* Added the ability to export the current color config/theme. * Added the ability to import a theme. * Added the ability to import a config only. * Created preset themes for popular palettes. * Restart AGS once settings/theme is imported. * Added tokyo night theme * Added rose pine themes. * Move themes * Organize files
This commit is contained in:
@@ -819,6 +819,8 @@ const options = mkOptions(OPTIONS, {
|
||||
timeout: opt(7000),
|
||||
cache_actions: opt(true),
|
||||
},
|
||||
|
||||
dummy: opt(true)
|
||||
})
|
||||
|
||||
globalThis["options"] = options
|
||||
|
||||
Reference in New Issue
Block a user