From 32ec917bb8b2432918c6780e45100935570581b8 Mon Sep 17 00:00:00 2001 From: Nab <22328803+NABN00B@users.noreply.github.com> Date: Tue, 13 May 2025 19:28:07 +0200 Subject: [PATCH] Update slateforest.ini --- assets/themes/slateforest.ini | 41 ++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/assets/themes/slateforest.ini b/assets/themes/slateforest.ini index 3d811e1e38..8766fa108a 100644 --- a/assets/themes/slateforest.ini +++ b/assets/themes/slateforest.ini @@ -1,15 +1,20 @@ -########## Slate Forest by Jacob Olesen ########## -# https://www.color-meanings.com/category/color-design/ +########## Slate Forest by NABN00B ########## +# Original color palette by Jacob Olesen +# https://www.color-meanings.com/dark-color-palettes/ # Colors Used: -# Prussian blue #122537FF -# Pickled bluewood #2D4459B0 -# Cadet gray #9498A1FF -# Coffee #74563BFF -# Taupe #4E433BFF +# Prussian blue #122537FF +# Pickled bluewood #2D4459B0 +# Cadet gray #9498A1FF +# Coffee #74563BFF +# Taupe #4E433BFF [SlateForest] Name = "Slate Forest" + +BackgroundColor = "#122537FF" +ScrollbarColor = "#FFFFFF80" + ItemStyleFg = "#FFFFFFFF" ItemStyleBg = "#2D4459B0" ItemFocusedStyleFg = "#FFFFFFFF" @@ -18,18 +23,20 @@ ItemDownStyleFg = "#FFFFFFFF" ItemDownStyleBg = "#4E433BFF" ItemDisabledStyleFg = "#EEEEEE80" ItemDisabledStyleBg = "#00000055" + HeaderStyleFg = "#FFFFFFFF" HeaderStyleBg = "#00000000" -InfoStyleFg = "#FFFFFFFF" -InfoStyleBg = "#00000000" -PopupStyleFg = "#FFFFFFFF" -PopupStyleBg = "#9498A1FF" -PopupTitleStyleFg = "#FFFFFFFF" -PopupTitleStyleBg = "#00000000" CollapsibleHeaderStyleFg = "#FFFFFFFF" CollapsibleHeaderStyleBg = "#2D4459B0" + +InfoStyleFg = "#FFFFFFFF" +InfoStyleBg = "#00000000" TooltipStyleFg = "#FFFFFFFF" -TooltipStyleBg = "#303030C0" -BackgroundColor = "#122537FF" -ScrollbarColor = "#FFFFFF80" -UIAtlas = "../ui_atlas" +TooltipStyleBg = "#9498A1FF" + +PopupStyleFg = "#FFFFFFFF" +PopupStyleBg = "#9498A1FF" +PopupTitleStyleFg = "#122537FF" +PopupTitleStyleBg = "#00000000" +PopupSliderColor = "#FFFFFFFF" +PopupSliderFocusedColor = "#122537FF"