fix: increase WindowBg opacity of default style

This commit is contained in:
goaaats 2021-12-04 15:04:27 +01:00
parent ea1774d044
commit 08f9485719
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Numerics;
@ -61,7 +61,7 @@ namespace Dalamud.Interface.Style
{
{ "Text", new Vector4(1, 1, 1, 1) },
{ "TextDisabled", new Vector4(0.5f, 0.5f, 0.5f, 1) },
{ "WindowBg", new Vector4(0.06f, 0.06f, 0.06f, 0.87f) },
{ "WindowBg", new Vector4(0.06f, 0.06f, 0.06f, 0.93f) },
{ "ChildBg", new Vector4(0, 0, 0, 0) },
{ "PopupBg", new Vector4(0.08f, 0.08f, 0.08f, 0.94f) },
{ "Border", new Vector4(0.43f, 0.43f, 0.5f, 0.5f) },