Browse Source

Revert "Change default cable colors to Pyer's design."

This reverts commit 07b7a362f7.
tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
5c433f6308
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      src/settings.cpp

+ 6
- 5
src/settings.cpp View File

@@ -49,11 +49,12 @@ float autosaveInterval = 15.0;
bool skipLoadOnLaunch = false;
std::list<std::string> recentPatchPaths;
std::vector<NVGcolor> cableColors = {
color::fromHexString("#FFB634"), // yellow
color::fromHexString("#26AD6F"), // green
color::fromHexString("#F3344A"), // red
color::fromHexString("#3396F0"), // blue
color::fromHexString("#9B6FDE"), // purple
color::fromHexString("#fc2d5aff"), // red
color::fromHexString("#f9b130ff"), // orange
// color::fromHexString("#f7da31ff"), // yellow
color::fromHexString("#67c12dff"), // green
color::fromHexString("#0f8df4ff"), // blue
color::fromHexString("#8c1889ff"), // purple
};
bool autoCheckUpdates = true;
bool showTipsOnLaunch = true;


Loading…
Cancel
Save