mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
commit
62d9abf71d
@ -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>
|
||||
@ -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>
|
||||
|
@ -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">
|
||||
@ -261,4 +261,4 @@
|
||||
<Filter>Content</Filter>
|
||||
</Font>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
28
assets/themes/1995.ini
Normal file
28
assets/themes/1995.ini
Normal file
@ -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
assets/themes/slateforest.ini
Normal file
26
assets/themes/slateforest.ini
Normal file
@ -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
assets/themes/vinewood.ini
Normal file
27
assets/themes/vinewood.ini
Normal file
@ -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…
Reference in New Issue
Block a user