mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: increase WindowBg opacity of default style
This commit is contained in:
parent
ea1774d044
commit
08f9485719
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
|
|
@ -61,7 +61,7 @@ namespace Dalamud.Interface.Style
|
||||||
{
|
{
|
||||||
{ "Text", new Vector4(1, 1, 1, 1) },
|
{ "Text", new Vector4(1, 1, 1, 1) },
|
||||||
{ "TextDisabled", new Vector4(0.5f, 0.5f, 0.5f, 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) },
|
{ "ChildBg", new Vector4(0, 0, 0, 0) },
|
||||||
{ "PopupBg", new Vector4(0.08f, 0.08f, 0.08f, 0.94f) },
|
{ "PopupBg", new Vector4(0.08f, 0.08f, 0.08f, 0.94f) },
|
||||||
{ "Border", new Vector4(0.43f, 0.43f, 0.5f, 0.5f) },
|
{ "Border", new Vector4(0.43f, 0.43f, 0.5f, 0.5f) },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue