mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 02:13:02 -07:00
Fresh installs and new profiles now default to the Fusion (dark) theme instead of the platform-native theme. The old "Default" theme is renamed "System" to better describe its purpose — using the OS-native Qt style (windowsvista, macOS, etc.). Existing users who had "Default" selected are automatically migrated to "System" so they keep their platform-native styling. Users with an empty or invalid theme name now fall back to Fusion.
67 lines
2 KiB
TOML
67 lines
2 KiB
TOML
[Palette]
|
|
WindowText = #ffffffff
|
|
Button = #ff383838
|
|
Light = #ff737373
|
|
Midlight = #ff525252
|
|
Dark = #ff161616
|
|
Mid = #ff252525
|
|
Text = #ffffffff
|
|
BrightText = #ffb4dd8b
|
|
ButtonText = #ffffffff
|
|
Base = #ff2b2b2b
|
|
Window = #ff1c1c1c
|
|
Shadow = #ff000000
|
|
HighlightedText = #ff000000
|
|
Link = #ffcde4b6
|
|
LinkVisited = #ff99d999
|
|
AlternateBase = #ff242424
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #6effffff
|
|
|
|
[Palette.Disabled]
|
|
WindowText = #ff9d9d9d
|
|
Button = #ff1c1c1c
|
|
Light = #ff737373
|
|
Midlight = #ff525252
|
|
Dark = #ff161616
|
|
Mid = #ff252525
|
|
Text = #ff9d9d9d
|
|
BrightText = #ffb4dd8b
|
|
ButtonText = #ff787878
|
|
Base = #ff1c1c1c
|
|
Window = #ff1c1c1c
|
|
Shadow = #ff000000
|
|
HighlightedText = #ff9d9d9d
|
|
Link = #ff308cc6
|
|
LinkVisited = #ffb450ff
|
|
AlternateBase = #ff242424
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #46ffffff
|
|
|
|
[Palette.Inactive]
|
|
WindowText = #ffffffff
|
|
Button = #ff383838
|
|
Light = #ff737373
|
|
Midlight = #ff525252
|
|
Dark = #ff161616
|
|
Mid = #ff252525
|
|
Text = #ffffffff
|
|
BrightText = #ffb4dd8b
|
|
ButtonText = #ffffffff
|
|
Base = #ff2b2b2b
|
|
Window = #ff1c1c1c
|
|
Shadow = #ff000000
|
|
HighlightedText = #ffffffff
|
|
Link = #ffcde4b6
|
|
LinkVisited = #ff99d999
|
|
AlternateBase = #ff242424
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #6effffff
|
|
|
|
|
|
[AppColors]
|
|
AccentStrong = #ff148c3c
|
|
AccentSoft = #ff78c850
|