Home
last modified time | relevance | path

Searched refs:juci_style_path (Results 1 – 1 of 1) sorted by relevance

/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dconfig.cpp27 auto juci_style_path = home_juci_path / "styles"; in load() local
28 boost::filesystem::create_directories(juci_style_path); in load()
30 juci_style_path /= "juci-light.xml"; in load()
31 if(!boost::filesystem::exists(juci_style_path)) in load()
33 juci_style_path = juci_style_path.parent_path(); in load()
34 juci_style_path /= "juci-dark.xml"; in load()
35 if(!boost::filesystem::exists(juci_style_path)) in load()
36 filesystem::write(juci_style_path, juci_dark_style()); in load()
37 juci_style_path = juci_style_path.parent_path(); in load()
38 juci_style_path /= "juci-dark-blue.xml"; in load()
[all …]