diff --git a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs index c8d43e775..5a5468e17 100644 --- a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs +++ b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs @@ -48,7 +48,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor IndentSpacing = 21, ScrollbarSize = 16, ScrollbarRounding = 9, - GrabMinSize = 10, + GrabMinSize = 13, GrabRounding = 3, LogSliderDeadzone = 4, TabRounding = 4, @@ -69,8 +69,8 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor { "FrameBg", new Vector4(0.29f, 0.29f, 0.29f, 0.54f) }, { "FrameBgHovered", new Vector4(0.54f, 0.54f, 0.54f, 0.4f) }, { "FrameBgActive", new Vector4(0.64f, 0.64f, 0.64f, 0.67f) }, - { "TitleBg", new Vector4(0.04f, 0.04f, 0.04f, 1) }, - { "TitleBgActive", new Vector4(0.29f, 0.29f, 0.29f, 1) }, + { "TitleBg", new Vector4(0.022624433f, 0.022624206f, 0.022624206f, 0.85067874f) }, + { "TitleBgActive", new Vector4(0.38914025f, 0.10917056f, 0.10917056f, 0.8280543f) }, { "TitleBgCollapsed", new Vector4(0, 0, 0, 0.51f) }, { "MenuBarBg", new Vector4(0.14f, 0.14f, 0.14f, 1) }, { "ScrollbarBg", new Vector4(0, 0, 0, 0) }, @@ -81,20 +81,20 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor { "SliderGrab", new Vector4(0.54f, 0.54f, 0.54f, 1) }, { "SliderGrabActive", new Vector4(0.67f, 0.67f, 0.67f, 1) }, { "Button", new Vector4(0.71f, 0.71f, 0.71f, 0.4f) }, - { "ButtonHovered", new Vector4(0.47f, 0.47f, 0.47f, 1) }, - { "ButtonActive", new Vector4(0.74f, 0.74f, 0.74f, 1) }, + { "ButtonHovered", new Vector4(0.3647059f, 0.078431375f, 0.078431375f, 0.94509804f) }, + { "ButtonActive", new Vector4(0.48416287f, 0.10077597f, 0.10077597f, 0.94509804f) }, { "Header", new Vector4(0.59f, 0.59f, 0.59f, 0.31f) }, { "HeaderHovered", new Vector4(0.5f, 0.5f, 0.5f, 0.8f) }, { "HeaderActive", new Vector4(0.6f, 0.6f, 0.6f, 1) }, { "Separator", new Vector4(0.43f, 0.43f, 0.5f, 0.5f) }, - { "SeparatorHovered", new Vector4(0.1f, 0.4f, 0.75f, 0.78f) }, - { "SeparatorActive", new Vector4(0.1f, 0.4f, 0.75f, 1) }, + { "SeparatorHovered", new Vector4(0.3647059f, 0.078431375f, 0.078431375f, 0.78280544f) }, + { "SeparatorActive", new Vector4(0.3647059f, 0.078431375f, 0.078431375f, 0.94509804f) }, { "ResizeGrip", new Vector4(0.79f, 0.79f, 0.79f, 0.25f) }, { "ResizeGripHovered", new Vector4(0.78f, 0.78f, 0.78f, 0.67f) }, - { "ResizeGripActive", new Vector4(0.88f, 0.88f, 0.88f, 0.95f) }, + { "ResizeGripActive", new Vector4(0.3647059f, 0.078431375f, 0.078431375f, 0.94509804f) }, { "Tab", new Vector4(0.23f, 0.23f, 0.23f, 0.86f) }, - { "TabHovered", new Vector4(0.71f, 0.71f, 0.71f, 0.8f) }, - { "TabActive", new Vector4(0.36f, 0.36f, 0.36f, 1) }, + { "TabHovered", new Vector4(0.58371043f, 0.30374074f, 0.30374074f, 0.7647059f) }, + { "TabActive", new Vector4(0.47963798f, 0.15843244f, 0.15843244f, 0.7647059f) }, { "TabUnfocused", new Vector4(0.068f, 0.10199998f, 0.14800003f, 0.9724f) }, { "TabUnfocusedActive", new Vector4(0.13599998f, 0.26199996f, 0.424f, 1) }, { "DockingPreview", new Vector4(0.26f, 0.59f, 0.98f, 0.7f) },