diep.io dark theme - modified

dark them by 162893476, script by BlazingFire007, modified by 325 Gerbils

  1. // ==UserScript==
  2. // @name diep.io dark theme - modified
  3. // @version 007
  4. // @description dark them by 162893476, script by BlazingFire007, modified by 325 Gerbils
  5. // @author BlazingFire007, 325 Gerbils, && 162893476
  6. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
  7. // @match http://diep.io/*
  8. // @run-at document-end
  9. // @namespace https://greatest.deepsurf.us/users/49806
  10. // ==/UserScript==
  11. $(window).load(function () {
  12. input.set_convar("ren_stroke_soft_color_intensity", -10);
  13. input.set_convar("ren_background_color", 0);
  14. input.set_convar("ren_border_color_alpha", 1);
  15. input.set_convar("ren_solid_background", true);
  16. input.execute("ren_minimap_background_color 3289650");
  17. input.execute("ren_border_color 0x0f0f0f");
  18. input.execute("net_replace_colors 986895 986895 4375 4375 1310720 590867 4634 857344 1315840 1508870 3350 1443095 1315840 28496 1315860 1310720 1445891 855309 0");
  19. input.execute("ui_replace_colors 0x440088 0x000088 0x004444 0x008800 0x448800 0x888800 0x884400 0x880000");
  20. });