Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1737 clevermous 1
;;===Common_preferences=================================================
2
[Preferences]
3
Speed=80
4
; SLOW == 0 <= Speed <= 100 == FAST
5
Theme=Theme_standard
6
; Theme name to use
7
; See [Theme_*] sections below for available themes
8
; Name of any theme must be shorter than 30 chars
9
;;---Common_preferences-------------------------------------------------
10
 
11
;;===Visual_themes======================================================
12
[Theme_standard]
13
; all these keys are optional
14
Decorations             =   2
15
; 0  = nothing
16
; 1  = grid_lines
17
; 2  = grid_lines_with_ends
18
; 3  = grid_lines_with_corners
19
; 4  = grid_dots
20
; 5  = borders_lines
21
; 6  = borders_lines_with_corners
22
; 7  = borders_dots
23
; 8  = corners_dots
24
; 9  = corners_inner
25
; 10 = corners_outer
26
; 11 = corners_crosses
27
Background_color        =   0,0,0
28
Decorations_color       =   170,170,0
29
Snake_color             =   17,17,255
30
Snake_head_color        =   107,107,255
31
; by default Snake_head_color is equal to Snake_color, so the snake has no head
32
Snake_picture_color     =   68,136,255
33
; color of big 'SNAKE' label at start menu
34
Version_picture_color   =   85,255,85
35
Pause_picture_color     =   17,255,17
36
Game_over_picture_color =   255,17,17
37
; ... if you end game without new record
38
You_win_picture_color   =   255,255,17
39
; ... if you end game with new record
40
Navigation_string_color =   255,119,119
41
; color of 'PRESS * to *' and like this strings
42
Game_over_string_color  =   255,153,0
43
; color of strings on game_over screen
44
Game_over_hiscore_color =   255,221,68
45
; color of new hiscore and champion name on game_over screen
46
Eat_color               =   255,255,17
47
Score_number_color      =   255,255,255
48
; color of "SCORE : " string at the left bottom screen part
49
Score_string_color      =   255,255,255
50
; color of digits after "SCORE : "
51
Level_string_color      =   255,255,255
52
; color of "LEVEL : " string at the left bottom screen part
53
Level_number_color      =   255,255,255
54
; color of digits after "LEVEL : "
55
Hiscore_number_color    =   255,255,255
56
Hiscore_string_color    =   255,255,255
57
Champion_string_color   =   255,255,255
58
Champion_name_color     =   255,255,255
59
Edit_box_selection_color=   0,176,0
60
Button_color            =   221,221,221
61
; color of buttons 'play', 'exit' etc at start menu
62
Button_text_color       =   0,0,0
63
; color of the text on these buttons
64
Stone_color             =   95,135,0
65
Splash_background_color =   170,170,0
66
; background color for "LEVEL ??" label between levels
67
Splash_level_string_color=  0,0,0
68
; color of "LEVEL" label
69
Splash_level_number_color=  0,0,0
70
; color of two level number digits on splash between levels
71
 
72
[Theme_light]
73
Decorations             =   2
74
Background_color        =   245,245,245
75
Decorations_color       =   55,55,55
76
Snake_color             =   225,125,225
77
Snake_head_color        =   255,125,55
78
Snake_picture_color     =   105,155,205
79
Version_picture_color   =   155,255,0
80
Pause_picture_color     =   75,255,75
81
Game_over_picture_color =   225,125,105
82
You_win_picture_color   =   55,255,155
83
Navigation_string_color =   205,105,105
84
Game_over_string_color  =   205,105,105
85
Game_over_hiscore_color =   205,75,75
86
Eat_color               =   225,225,25
87
Score_number_color      =   100,100,255
88
Score_string_color      =   100,100,255
89
Level_string_color      =   100,100,255
90
Level_number_color      =   100,100,255
91
Hiscore_number_color    =   100,100,255
92
Hiscore_string_color    =   100,100,255
93
Champion_string_color   =   100,100,255
94
Champion_name_color     =   100,100,255
95
Edit_box_selection_color=   0,176,0
96
Button_color            =   221,221,221
97
Button_text_color       =   0,0,0
98
Stone_color             =   105,185,255
99
Splash_background_color =   185,255,185
100
Splash_level_string_color=  165,165,255
101
Splash_level_number_color=  255,165,165
102
 
103
[Theme_ultra_white]
104
Decorations             =   10
105
Background_color        =   255,255,255
106
Decorations_color       =   0,0,0
107
Snake_color             =   30,30,30
108
Snake_head_color        =   30,30,30
109
Snake_picture_color     =   30,30,30
110
Version_picture_color   =   70,70,70
111
Pause_picture_color     =   30,30,30
112
Game_over_picture_color =   30,30,30
113
You_win_picture_color   =   105,105,105
114
Navigation_string_color =   255,255,255
115
Game_over_string_color  =   30,30,30
116
Game_over_hiscore_color =   0,0,0
117
Eat_color               =   0,255,0
118
Score_number_color      =   0,0,0
119
Score_string_color      =   255,255,255
120
Level_string_color      =   255,255,255
121
Level_number_color      =   255,255,255
122
Hiscore_number_color    =   0,0,0
123
Hiscore_string_color    =   255,255,255
124
Champion_string_color   =   255,255,255
125
Champion_name_color     =   255,255,255
126
Edit_box_selection_color=   176,176,176
127
Button_color            =   221,221,221
128
Button_text_color       =   0,0,0
129
Stone_color             =   145,145,145
130
Splash_background_color =   205,205,205
131
Splash_level_string_color=  255,255,255
132
Splash_level_number_color=  255,255,255
133
 
134
[Theme_ultra_black]
135
Decorations             =   6
136
Background_color        =   0,0,0
137
Decorations_color       =   255,255,255
138
Snake_color             =   255,255,255
139
Snake_head_color        =   255,255,255
140
Snake_picture_color     =   255,255,255
141
Version_picture_color   =   225,225,225
142
Pause_picture_color     =   225,225,225
143
Game_over_picture_color =   225,225,225
144
You_win_picture_color   =   255,255,255
145
Navigation_string_color =   0,0,0
146
Game_over_string_color  =   225,225,225
147
Game_over_hiscore_color =   225,225,225
148
Eat_color               =   255,0,0
149
Score_number_color      =   255,255,255
150
Score_string_color      =   255,255,255
151
Level_string_color      =   0,0,0
152
Level_number_color      =   0,0,0
153
Hiscore_number_color    =   255,255,255
154
Hiscore_string_color    =   255,255,255
155
Champion_string_color   =   0,0,0
156
Champion_name_color     =   0,0,0
157
Edit_box_selection_color=   100,100,100
158
Button_color            =   221,221,221
159
Button_text_color       =   0,0,0
160
Stone_color             =   145,145,145
161
Splash_background_color =   30,30,30
162
Splash_level_string_color=  255,255,255
163
Splash_level_number_color=  255,255,255
164
 
165
[Theme_your_theme_name]
166
 
167
;;---Visual_themes------------------------------------------------------
168
 
169
;;===Reserved_Section===================================================
170
[Reserved]
171
Square_side_length=19
172
Champion_name_classic=
173
Hiscore_classic=777
174
Champion_name_levels=
175
Hiscore_levels=222