File tree 5 files changed +85
-4
lines changed
5 files changed +85
-4
lines changed Original file line number Diff line number Diff line change 421
421
<DeploymentContent >true</DeploymentContent >
422
422
<Link >Content\%(Filename)%(Extension)</Link >
423
423
</None >
424
- <None Include =" ..\Assets\themes\defaultthemes .ini" >
424
+ <None Include =" ..\Assets\themes\* .ini" >
425
425
<DeploymentContent >true</DeploymentContent >
426
426
<Link >Content\themes\%(Filename)%(Extension)</Link >
427
427
</None >
524
524
<Import Project =" $(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\MeshContentTask.targets" />
525
525
<Import Project =" $(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\ShaderGraphContentTask.targets" />
526
526
</ImportGroup >
527
- </Project >
527
+ </Project >
Original file line number Diff line number Diff line change 214
214
<None Include =" ..\Assets\*.meta" >
215
215
<Filter >Content</Filter >
216
216
</None >
217
- <None Include =" ..\Assets\themes\defaultthemes .ini" >
217
+ <None Include =" ..\Assets\themes\* .ini" >
218
218
<Filter >Content\themes</Filter >
219
219
</None >
220
220
<None Include =" ..\Assets\*.wav" >
261
261
<Filter >Content</Filter >
262
262
</Font >
263
263
</ItemGroup >
264
- </Project >
264
+ </Project >
Original file line number Diff line number Diff line change
1
+ # ######### 1995 by NABN00B ##########
2
+ # Inspired by Windows 95
3
+
4
+ # Colors Used:
5
+ # Desktop #008080FF
6
+ # Forms #C0C0C0FF
7
+ # Work area #FFFFFFFF
8
+ # Tooltip #FFFFAAFF
9
+ # Text #000000FF
10
+ # Disabled #808080FF
11
+ # Highlight #000080FF
12
+
13
+ [1995]
14
+ Name = " 1995"
15
+ ItemStyleFg = " #000000FF"
16
+ ItemStyleBg = " #C0C0C0FF"
17
+ ItemFocusedStyleFg = " #FFFFFFFF"
18
+ ItemFocusedStyleBg = " #000080FF"
19
+ ItemDownStyleFg = " #FFFFFFFF"
20
+ ItemDownStyleBg = " #000080FF"
21
+ ItemDisabledStyleFg = " #808080FF"
22
+ ItemDisabledStyleBg = " #C0C0C0FF"
23
+ HeaderStyleFg = " #FFFFFFFF"
24
+ InfoStyleFg = " #FFFFFFFF"
25
+ InfoStyleBg = " #800080FF"
26
+ PopupStyleBg = " #FFFFAAFF"
27
+ BackgroundColor = " #008080FF"
28
+ UIAtlas = " ../ui_atlas"
Original file line number Diff line number Diff line change
1
+ # ######### Slate Forest by Jacob Olesen ##########
2
+ # https://www.color-meanings.com/category/color-design/
3
+
4
+ # Colors Used:
5
+ # Prussian blue #122537FF
6
+ # Pickled bluewood #2D445955
7
+ # Cadet gray #9498A1FF
8
+ # Coffee #74563BFF
9
+ # Taupe #4E433BFF
10
+
11
+ [SlateForest]
12
+ Name = " Slate Forest"
13
+ ItemStyleFg = " #FFFFFFFF"
14
+ ItemStyleBg = " #2D445955"
15
+ ItemFocusedStyleFg = " #FFFFFFFF"
16
+ ItemFocusedStyleBg = " #74563BFF"
17
+ ItemDownStyleFg = " #FFFFFFFF"
18
+ ItemDownStyleBg = " #4E433BFF"
19
+ ItemDisabledStyleFg = " #EEEEEE80"
20
+ ItemDisabledStyleBg = " #00000055"
21
+ HeaderStyleFg = " #FFFFFFFF"
22
+ InfoStyleFg = " #FFFFFFFF"
23
+ InfoStyleBg = " #00000000"
24
+ PopupStyleBg = " #9498A1FF"
25
+ BackgroundColor = " #122537FF"
26
+ UIAtlas = " ../ui_atlas"
Original file line number Diff line number Diff line change
1
+ # ######### Vinewood by NABN00B ##########
2
+ # Inspired by Grand Theft Auto: San Andreas - The Definitive Edition artworks
3
+
4
+ # Colors Used:
5
+ # Sky #C3D7A4FF
6
+ # Silhouettes #94B185FF
7
+ # Ground #62865AFF
8
+ # Highlight #656B5EFF
9
+ # Gold brown 1 #B2A170FF
10
+ # Gold brown 2 #B49566FF
11
+
12
+ [Vinewood]
13
+ Name = " Vinewood"
14
+ ItemStyleFg = " #C3D7A4FF"
15
+ ItemStyleBg = " #000000C0"
16
+ ItemFocusedStyleFg = " #FFFFFFFF"
17
+ ItemFocusedStyleBg = " #656B5EFF"
18
+ ItemDownStyleFg = " #000000FF"
19
+ ItemDownStyleBg = " #FFFFFFFF"
20
+ ItemDisabledStyleFg = " #FFFFFFC0"
21
+ ItemDisabledStyleBg = " #000000FF"
22
+ HeaderStyleFg = " #FFFFFFFF"
23
+ InfoStyleFg = " #FFFFFFFF"
24
+ InfoStyleBg = " #00000000"
25
+ PopupStyleBg = " #94B185FF"
26
+ BackgroundColor = " #62865AFF"
27
+ UIAtlas = " ../ui_atlas"
You can’t perform that action at this time.
0 commit comments