Advertisement
Guest User

Stained Glass Theme

a guest
Jan 23rd, 2018
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. input.set_convar("ren_stroke_soft_color_intensity", -9);
  2. input.set_convar("ren_border_color_alpha", 0.5);
  3. input.set_convar("ren_background_color", 0);
  4. input.set_convar("ren_pattern_grid", false);
  5. input.execute("ren_grid_color 0x151515");
  6. input.execute("ren_grid_base_alpha 2");
  7. input.execute("ren_minimap_background_color 0x464646");
  8. input.execute("ren_border_color 0x202020");
  9. input.execute("ren_score_bar_fill_color 0x008B54");
  10. input.execute("ren_xp_bar_fill_color 0x666600");
  11. input.execute("ren_bar_background_color 1644825");
  12. input.execute("ui_replace_colors 0x1B5B52 0x385D22 0x6B2626 0x6A5F2E 0x2E3B6A 0x4E2F6A 0x7C3463 0x775334");
  13. input.execute("net_replace_colors 0x464646 0x464646 0x00627D 0x00627D 0x7E0000 0x3D007E 0x007E00 0x457E00 0x7E7E00 0x7C0320 0x00407D 0x7E037A 0x7E7E00 0x008B54 0x151515 0x7E0000 0x795C00 0x464646 0x000000");
  14. input.execute("net_replace_color 2 0x5bb100");
  15. input.execute("net_replace_color 15 0xff7b29");
  16. input.execute("net_replace_color 3 0x5EB0FF");
  17. input.execute("net_replace_color 4 0xff7b29");
  18. input.execute("net_replace_color 5 0xE494CC");
  19. input.execute("net_replace_color 6 0x5bb100");
  20. input.execute("ren_health_fill_color 0xb1005b");
  21. input.execute("ren_health_background_color 0xf5f5f5");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement