Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3 new themes #19504

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UWP/UWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
<DeploymentContent>true</DeploymentContent>
<Link>Content\%(Filename)%(Extension)</Link>
</None>
<None Include="..\Assets\themes\defaultthemes.ini">
<None Include="..\Assets\themes\*.ini">
<DeploymentContent>true</DeploymentContent>
<Link>Content\themes\%(Filename)%(Extension)</Link>
</None>
Expand Down Expand Up @@ -524,4 +524,4 @@
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\MeshContentTask.targets" />
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\ShaderGraphContentTask.targets" />
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions UWP/UWP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<None Include="..\Assets\*.meta">
<Filter>Content</Filter>
</None>
<None Include="..\Assets\themes\defaultthemes.ini">
<None Include="..\Assets\themes\*.ini">
<Filter>Content\themes</Filter>
</None>
<None Include="..\Assets\*.wav">
Expand Down Expand Up @@ -261,4 +261,4 @@
<Filter>Content</Filter>
</Font>
</ItemGroup>
</Project>
</Project>
28 changes: 28 additions & 0 deletions assets/themes/1995.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
########## 1995 by NABN00B ##########
# Inspired by Windows 95

# Colors Used:
# Desktop #008080FF
# Forms #C0C0C0FF
# Work area #FFFFFFFF
# Tooltip #FFFFAAFF
# Text #000000FF
# Disabled #808080FF
# Highlight #000080FF

[1995]
Name = "1995"
ItemStyleFg = "#000000FF"
ItemStyleBg = "#C0C0C0FF"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#000080FF"
ItemDownStyleFg = "#FFFFFFFF"
ItemDownStyleBg = "#000080FF"
ItemDisabledStyleFg = "#808080FF"
ItemDisabledStyleBg = "#C0C0C0FF"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#800080FF"
PopupStyleBg = "#FFFFAAFF"
BackgroundColor = "#008080FF"
UIAtlas = "../ui_atlas"
26 changes: 26 additions & 0 deletions assets/themes/slateforest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
########## Slate Forest by Jacob Olesen ##########
# https://www.color-meanings.com/category/color-design/

# Colors Used:
# Prussian blue #122537FF
# Pickled bluewood #2D445955
# Cadet gray #9498A1FF
# Coffee #74563BFF
# Taupe #4E433BFF

[SlateForest]
Name = "Slate Forest"
ItemStyleFg = "#FFFFFFFF"
ItemStyleBg = "#2D445955"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#74563BFF"
ItemDownStyleFg = "#FFFFFFFF"
ItemDownStyleBg = "#4E433BFF"
ItemDisabledStyleFg = "#EEEEEE80"
ItemDisabledStyleBg = "#00000055"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#00000000"
PopupStyleBg = "#9498A1FF"
BackgroundColor = "#122537FF"
UIAtlas = "../ui_atlas"
27 changes: 27 additions & 0 deletions assets/themes/vinewood.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
########## Vinewood by NABN00B ##########
# Inspired by Grand Theft Auto: San Andreas - The Definitive Edition artworks

# Colors Used:
# Sky #C3D7A4FF
# Silhouettes #94B185FF
# Ground #62865AFF
# Highlight #656B5EFF
# Gold brown 1 #B2A170FF
# Gold brown 2 #B49566FF

[Vinewood]
Name = "Vinewood"
ItemStyleFg = "#C3D7A4FF"
ItemStyleBg = "#000000C0"
ItemFocusedStyleFg = "#FFFFFFFF"
ItemFocusedStyleBg = "#656B5EFF"
ItemDownStyleFg = "#000000FF"
ItemDownStyleBg = "#FFFFFFFF"
ItemDisabledStyleFg = "#FFFFFFC0"
ItemDisabledStyleBg = "#000000FF"
HeaderStyleFg = "#FFFFFFFF"
InfoStyleFg = "#FFFFFFFF"
InfoStyleBg = "#00000000"
PopupStyleBg = "#94B185FF"
BackgroundColor = "#62865AFF"
UIAtlas = "../ui_atlas"
Loading