mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 18:33:03 -07:00
Align AccentStrong (#139740) and AccentSoft (#c9fd62) and the linked Link/Accent roles with cockatrice.svg's linearGradient4265-7-8 stops so the identity gradient used by the logo emulation matches the static art the icon shipped.
73 lines
2.2 KiB
TOML
73 lines
2.2 KiB
TOML
[Palette]
|
|
WindowText = #ffffffff
|
|
Button = #ff3c3c3c
|
|
Light = #ff787878
|
|
Midlight = #ff5a5a5a
|
|
Dark = #ff1e1e1e
|
|
Mid = #ff282828
|
|
Text = #ffffffff
|
|
BrightText = #ff00f652
|
|
ButtonText = #ffffffff
|
|
Base = #ff2d2d2d
|
|
Window = #ff1e1e1e
|
|
Shadow = #ff000000
|
|
Highlight = #ff139740
|
|
HighlightedText = #ffffffff
|
|
Link = #ffc9fd62
|
|
LinkVisited = #ff9ad43e
|
|
AlternateBase = #ff353535
|
|
ToolTipBase = #ff3c3c3c
|
|
ToolTipText = #ffd4d4d4
|
|
PlaceholderText = #80ffffff
|
|
Accent = #ffc9fd62
|
|
|
|
[Palette.Disabled]
|
|
WindowText = #ff9d9d9d
|
|
Button = #ff3c3c3c
|
|
Light = #ff787878
|
|
Midlight = #ff5a5a5a
|
|
Dark = #ff1e1e1e
|
|
Mid = #ff282828
|
|
Text = #ff9d9d9d
|
|
BrightText = #ff00f652
|
|
ButtonText = #ff9d9d9d
|
|
Base = #ff1e1e1e
|
|
Window = #ff1e1e1e
|
|
Shadow = #ff000000
|
|
Highlight = #ff139740
|
|
HighlightedText = #ffffffff
|
|
Link = #ff308cc6
|
|
LinkVisited = #ffff00ff
|
|
AlternateBase = #ff353535
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #80ffffff
|
|
Accent = #ff9d9d9d
|
|
|
|
[Palette.Inactive]
|
|
WindowText = #ffffffff
|
|
Button = #ff3c3c3c
|
|
Light = #ff787878
|
|
Midlight = #ff5a5a5a
|
|
Dark = #ff1e1e1e
|
|
Mid = #ff282828
|
|
Text = #ffffffff
|
|
BrightText = #ff00f652
|
|
ButtonText = #ffffffff
|
|
Base = #ff2d2d2d
|
|
Window = #ff1e1e1e
|
|
Shadow = #ff000000
|
|
Highlight = #ff1e1e1e
|
|
HighlightedText = #ffffffff
|
|
Link = #ffc9fd62
|
|
LinkVisited = #ff9ad43e
|
|
AlternateBase = #ff353535
|
|
ToolTipBase = #ff3c3c3c
|
|
ToolTipText = #ffd4d4d4
|
|
PlaceholderText = #80ffffff
|
|
Accent = #ff1e1e1e
|
|
|
|
|
|
[AppColors]
|
|
AccentStrong = #ff139740
|
|
AccentSoft = #ffc9fd62
|