From 9cfb73a1a707180bef10ba1a2813499c98c95aa0 Mon Sep 17 00:00:00 2001 From: Nab <22328803+NABN00B@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:26:40 +0200 Subject: [PATCH 1/3] Add 3 new themes --- assets/themes/1995.ini | 28 ++++++++++++++++++++++++++++ assets/themes/slateforest.ini | 26 ++++++++++++++++++++++++++ assets/themes/vinewood.ini | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 assets/themes/1995.ini create mode 100644 assets/themes/slateforest.ini create mode 100644 assets/themes/vinewood.ini diff --git a/assets/themes/1995.ini b/assets/themes/1995.ini new file mode 100644 index 0000000000..d8da982e74 --- /dev/null +++ b/assets/themes/1995.ini @@ -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" diff --git a/assets/themes/slateforest.ini b/assets/themes/slateforest.ini new file mode 100644 index 0000000000..593797e5c9 --- /dev/null +++ b/assets/themes/slateforest.ini @@ -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" diff --git a/assets/themes/vinewood.ini b/assets/themes/vinewood.ini new file mode 100644 index 0000000000..3f5310176c --- /dev/null +++ b/assets/themes/vinewood.ini @@ -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" From a6b625324cf09deaa6439ced9921872fe1bbe2db Mon Sep 17 00:00:00 2001 From: Nab <22328803+NABN00B@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:29:13 +0200 Subject: [PATCH 2/3] Update UWP.vcxproj --- UWP/UWP.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UWP/UWP.vcxproj b/UWP/UWP.vcxproj index 53760aea31..64fc723dfb 100644 --- a/UWP/UWP.vcxproj +++ b/UWP/UWP.vcxproj @@ -421,7 +421,7 @@ true Content\%(Filename)%(Extension) - + true Content\themes\%(Filename)%(Extension) @@ -524,4 +524,4 @@ - \ No newline at end of file + From bef40743c3d0ae9d41d885fba57306dba7009906 Mon Sep 17 00:00:00 2001 From: Nab <22328803+NABN00B@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:29:38 +0200 Subject: [PATCH 3/3] Update UWP.vcxproj.filters --- UWP/UWP.vcxproj.filters | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UWP/UWP.vcxproj.filters b/UWP/UWP.vcxproj.filters index f27d482ef5..31ed833775 100644 --- a/UWP/UWP.vcxproj.filters +++ b/UWP/UWP.vcxproj.filters @@ -214,7 +214,7 @@ Content - + Content\themes @@ -261,4 +261,4 @@ Content - \ No newline at end of file +