Guest User

La_Faucheuse's Theme

a guest
Nov 11th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. input.set_convar("ren_background_color", 0xC8C661);
  2. input.set_convar("ren_pattern_grid", false);
  3. input.set_convar("ren_grid_base_alpha", 0.3);
  4. input.set_convar("ren_stroke_soft_color_intensity", 1);
  5. input.execute("net_replace_color 1 0xBCDED2");
  6. input.execute("net_replace_color 2 0x0E99EE");
  7. input.execute("net_replace_color 10 0x0BC9E1");
  8. input.execute("net_replace_color 9 0xF6181B");
  9. input.execute("net_replace_color 8 0xE3C816");
  10. input.execute("net_replace_color 11 0xA881C2");
  11. input.execute("net_replace_color 15 0xF71022");
  12. input.execute("net_replace_color 16 0xEBE776");
  13. input.execute("net_replace_color 14 0xBCB28F");
  14. input.execute("net_replace_color 3 0x0E99EE");
  15. input.execute("net_replace_color 4 0xF71022");
  16. input.execute("net_replace_color 5 0xC03998");
  17. input.execute("net_replace_color 6 0x9FFA03");
Add Comment
Please, Sign In to add comment