forked from MoriTanosuke/Air-for-Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
54 lines (41 loc) · 2.04 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
config.ini {
// Welcome to config.ini. This is your one-stop-shop for small interface tweaks.
//
// Each section contains a few tweaks that you may choose between. You may only
// activate one tweak from each section at a time, so please make sure to follow
// the directions carefully.
//
// A double slash " // " at the beginning of a line denotes a comment, essentially
// a line of code that will be ignored by Steam. For each section, choose one tweak
// you would like to enable and simply remove the // from the beginning of that line.
// Then YOU MUST add a // to the beginning of each other line in that current section.
//
// Once you're done, save this file and restart Steam.
// Themes
// _______
// This section will change the main color theme of Air.
// Please choose one option below and delete the 2 forward slashes " // " at the start of that line.
// When you are done, make sure every OTHER line in this section is commented out.
include "resource/themes/_light.styles"
//include "resource/themes/_dark.styles"
// Colors
// _______
// This section will change the focus color of Air.
// Please choose one option below and delete the 2 forward slashes " // " at the start of that line.
// When you are done, make sure every OTHER line in this section is commented out.
include "resource/colors/sky.styles"
//include "resource/colors/sea.styles"
//include "resource/colors/breeze.styles"
//include "resource/colors/slate.styles"
//include "resource/colors/truffle.styles"
//include "resource/colors/gunmetal.styles"
//include "resource/colors/grass.styles"
//include "resource/colors/rose.styles"
//include "resource/colors/cinnabar.styles"
//include "resource/colors/lavender.styles"
//include "resource/colors/lilac.styles"
//User contributed themes
//include "resource/colors/user/numix.styles" //Contributed by Markus-Deviant (markus-deviant.deviantart.com), Numix Project by Satyajit (satya164.deviantart.com)
}
////////////////////////////////////////
////////////////////////////////////////