Coder Social home page Coder Social logo

air-for-steam's Introduction

Air for Steam / An elegant and customizable skin for Steam

Air is a visual redesign of the Steam client that embraces Google's Material Design language to showcase consistent beauty through minimal design.

Preview Album

Installation, customization, tweaks (oh my!)

This handy-dandy FAQ should answer all of your burning questions. If you are the type who frequently has questions, we've frequently got answers!

Issues

When reporting an issue, please first read through the current topics to make sure that your issue hasn't already been reported.

Remember to include:

  • A brief description of the issue and steps to reproduce
  • A screenshot (pictures are worth a million words)
  • Are you opted in to the Steam Client beta?
  • Your operating system

Community

Stay up to date with Air on the Steam Community Group.

Contribute

If you're providing code to add to the project please adhere to these coding practices to make it easier on everyone to collaborate efficiently.

Spacing

Indent all code via tabs rather than spaces.

Ordering

When including styles for a control keep them in the following order. The mantra is: "width before height, clockwise in position starting left." X then Y, Left Top Right Bottom

// Styling
bgcolor
selectedbgcolor
selectedtextcolor
shadowtextcolor
textcolor

// Fonts
font-family
font-outerglow-color
font-outerglow-filtersize
font-outerglow-offset
font-size
font-style
font-weight

// Positioning
inset
inset-left
inset-top
inset-right
inset-bottom
minimum-width
minimum-height
padding-left
padding-top
padding-right
padding-bottom

// Content
image

Here is an example style:

TestStyle [!$OSX] {
	bgcolor=none
	selectedbgcolor=blue
	textcolor=red
	font-family=basefont
	font-size=15
	font-size=14 [$LINUX]
	font-weight=400
	image="graphics/test"
	inset="5 10 10 5" // Left, Top, Right, Bottom
	minimum-width=10

	render { }
	render_bg { }
}

air-for-steam's People

Contributors

ash258 avatar mirnovov avatar runkly avatar dirtdiglett avatar sebie avatar staticrocket avatar deadmano avatar jarlave avatar dave247 avatar drmanhattvn avatar kuriyamatokisaki avatar weedz avatar earmaster avatar snowtyler avatar plata avatar f0rb1d avatar imba-tjd avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.