mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
feat: add more imgui colors
This commit is contained in:
parent
2c4f858ced
commit
5c36286781
2 changed files with 64 additions and 10 deletions
|
|
@ -34,9 +34,18 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
("DalamudWhite", ImGuiColors.DalamudWhite),
|
||||
("DalamudWhite2", ImGuiColors.DalamudWhite2),
|
||||
("DalamudOrange", ImGuiColors.DalamudOrange),
|
||||
("DalamudYellow", ImGuiColors.DalamudYellow),
|
||||
("DalamudViolet", ImGuiColors.DalamudViolet),
|
||||
("TankBlue", ImGuiColors.TankBlue),
|
||||
("HealerGreen", ImGuiColors.HealerGreen),
|
||||
("DPSRed", ImGuiColors.DPSRed),
|
||||
("ParsedGrey", ImGuiColors.ParsedGrey),
|
||||
("ParsedGreen", ImGuiColors.ParsedGreen),
|
||||
("ParsedBlue", ImGuiColors.ParsedBlue),
|
||||
("ParsedPurple", ImGuiColors.ParsedPurple),
|
||||
("ParsedOrange", ImGuiColors.ParsedOrange),
|
||||
("ParsedPink", ImGuiColors.ParsedPink),
|
||||
("ParsedGold", ImGuiColors.ParsedGold),
|
||||
}.OrderBy(colorDemo => colorDemo.Name).ToList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue