Advertisement
Guest User

Darker Glass Theme

a guest
Nov 11th, 2017
1,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. input.set_convar("ren_stroke_soft_color_intensity", -0.5);
  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 0x393939");
  8. input.execute("ren_border_color 0x202020");
  9. input.execute("ren_score_bar_fill_color 0x004530");
  10. input.execute("ren_xp_bar_fill_color 0x403A00");
  11. input.execute("ui_replace_colors 0x004040 0x004000 0x400000 0x404000 0x102A40 0x302040 0x402030 0x403000");
  12. input.execute("net_replace_colors 0x303030 0x303030 0x003040 0x003040 0x400000 0x200040 0x004000 0x304000 0x404000 0x401010 0x002040 0x400040 0x404000 0x004530 0x151515 0x400000 0x403300 0x3A3A3A 0xFFFFFF");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement