-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.ini
72 lines (60 loc) · 3.27 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
config.ini {
// Welcome to config.ini. This is your one-stop-shop for small interface modifications.
//
// Each section contains a few options that you may choose between. You may only
// activate one 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 option
// you would like to enable and simply remove the // from the beginning of that line.
// YOU MUST then add a // to the beginning of each other line in that current section.
//
// Once you are done, save this file and restart Steam.
// 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/silver.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"
//include "resource/colors/deeppurple.styles"
include "resource/colors/steamblue.styles"
//include "resource/colors/youtubered.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)
//include "resource/colors/user/happyorange.styles" //Contributed by Xanoxis
//include "resource/colors/user/emerald.styles" //Contributed by Jarlave
//include "resource/colors/user/google.styles" //Contributed by CorruptComputer
//include "resource/colors/user/materialblue.styles" //Contributed by iavenjqasdf
//include "resource/colors/user/nord.styles" //Contributed by freeek3
//These themes are best when used with the Dark Theme
//include "resource/colors/user/deepblue.styles" //Contributed by Absolute Zero
//include "resource/colors/user/spotify.styles" //Contributed by Mamulokki
//include "resource/colors/user/kdeplasma5-darkbreeze.styles" //Contributed by plata
//include "resource/colors/user/pixeldark.styles" //Contributed by snowtyler
// 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.
// !! IMPORTANT !!
// If you have not already copied the theme contents out of the +Extras folder, please
// read the full walkthrough here: https://github.com/airforsteam/Air-for-Steam/wiki/customization
//include "resource/themes/_light.styles"
//include "resource/themes/_dark.styles"
//This theme is best when used with the "steamblue" focus color
include "resource/themes/_blue.styles" //Contributed by MrEss
}
////////////////////////////////////////
////////////////////////////////////////