Golden steam avatars

Luki

Headcrab
Joined
Sep 25, 2014
Messages
1
Reaction score
0
Hello guys,

since I have started working on my steam skin, I noticed that they added some new files and some code for golden avatars. Does anyone know anything about it?

Golden friends colors:
Code:
  Friends.GoldenColor  "255 255 99 255"
//   Friends.GoldenColor  "228 202 99 255"
   Friends.GoldenHoverColor  "255 255 180 255"
//   Friends.GoldenHoverColor  "248 218 109 255"

Golden chat name:
Code:
friends_chat_name_golden
   {
     textcolor="Friends.GoldenColor"
     selectedtextcolor="TextentrySelected"   
     selectedbgcolor="focus"
     font-size=16
   }

Golden friends code:
Code:
    friends_golden
     {
       textcolor="Friends.GoldenColor"
     }
         
     friends_golden:hover
     {
       textcolor="Friends.GoldenHoverColor"
     }

Golden avatar:
see attached files
 

Attachments

  • avatarGolden.png
    avatarGolden.png
    1.2 KB · Views: 657
Maybe for the new "custodians" who are well known ( e.g. youtubers ) and their opinions are one of the most popular ? :I Maybe they are for some "official" accounts or just for staff members ?
 
Back
Top