Skip to content

Commit 62d9abf

Browse files
authored
Merge pull request #19504 from NABN00B/themes
Add 3 new themes
2 parents 94b76e4 + bef4074 commit 62d9abf

File tree

5 files changed

+85
-4
lines changed

5 files changed

+85
-4
lines changed

UWP/UWP.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
<DeploymentContent>true</DeploymentContent>
422422
<Link>Content\%(Filename)%(Extension)</Link>
423423
</None>
424-
<None Include="..\Assets\themes\defaultthemes.ini">
424+
<None Include="..\Assets\themes\*.ini">
425425
<DeploymentContent>true</DeploymentContent>
426426
<Link>Content\themes\%(Filename)%(Extension)</Link>
427427
</None>
@@ -524,4 +524,4 @@
524524
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\MeshContentTask.targets" />
525525
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\ShaderGraphContentTask.targets" />
526526
</ImportGroup>
527-
</Project>
527+
</Project>

UWP/UWP.vcxproj.filters

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<None Include="..\Assets\*.meta">
215215
<Filter>Content</Filter>
216216
</None>
217-
<None Include="..\Assets\themes\defaultthemes.ini">
217+
<None Include="..\Assets\themes\*.ini">
218218
<Filter>Content\themes</Filter>
219219
</None>
220220
<None Include="..\Assets\*.wav">
@@ -261,4 +261,4 @@
261261
<Filter>Content</Filter>
262262
</Font>
263263
</ItemGroup>
264-
</Project>
264+
</Project>

assets/themes/1995.ini

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

assets/themes/slateforest.ini

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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"

assets/themes/vinewood.ini

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"

0 commit comments

Comments
 (0)