I2PSnark:

- Standalone:
  - Better target the per-theme resources
  - List all available themes in config section
- Themes: tidyups & further optimizations to reduce lag
This commit is contained in:
str4d
2017-07-01 19:55:19 +00:00
parent bd84ba2d5c
commit d2edce845a
9 changed files with 243 additions and 296 deletions

View File

@ -850,7 +850,7 @@ public class SnarkManager implements CompleteListener, ClientApp {
themes = new String[0];
}
} else {
themes = new String[] { "light", "ubergine", "vanilla" };
themes = new String[] { "classic", "dark", "light", "midnight", "ubergine", "vanilla" };
}
return themes;
}