mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 01:55:10 -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
No EOL
2 KiB
TOML
67 lines
No EOL
2 KiB
TOML
[Palette]
|
|
WindowText = #ff000000
|
|
Button = #fff0f0f0
|
|
Light = #ffffffff
|
|
Midlight = #ffe3e3e3
|
|
Dark = #ffa0a0a0
|
|
Mid = #ffa0a0a0
|
|
Text = #ff000000
|
|
BrightText = #ffffffff
|
|
ButtonText = #ff000000
|
|
Base = #ffffffff
|
|
Window = #fff0f0f0
|
|
Shadow = #ff696969
|
|
HighlightedText = #ffffffff
|
|
Link = #ff0d5f28
|
|
LinkVisited = #ff08401b
|
|
AlternateBase = #ffe9e7e3
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #80000000
|
|
|
|
[Palette.Disabled]
|
|
WindowText = #ff787878
|
|
Button = #fff0f0f0
|
|
Light = #ffffffff
|
|
Midlight = #fff7f7f7
|
|
Dark = #ffa0a0a0
|
|
Mid = #ffa0a0a0
|
|
Text = #ff787878
|
|
BrightText = #ffffffff
|
|
ButtonText = #ff787878
|
|
Base = #fff0f0f0
|
|
Window = #fff0f0f0
|
|
Shadow = #ff000000
|
|
HighlightedText = #ffffffff
|
|
Link = #ff0000ff
|
|
LinkVisited = #ffff00ff
|
|
AlternateBase = #fff7f7f7
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #80000000
|
|
|
|
[Palette.Inactive]
|
|
WindowText = #ff000000
|
|
Button = #fff0f0f0
|
|
Light = #ffffffff
|
|
Midlight = #ffe3e3e3
|
|
Dark = #ffa0a0a0
|
|
Mid = #ffa0a0a0
|
|
Text = #ff000000
|
|
BrightText = #ffffffff
|
|
ButtonText = #ff000000
|
|
Base = #ffffffff
|
|
Window = #fff0f0f0
|
|
Shadow = #ff696969
|
|
HighlightedText = #ff000000
|
|
Link = #ff0d5f28
|
|
LinkVisited = #ff08401b
|
|
AlternateBase = #ffe9e7e3
|
|
ToolTipBase = #ffffffdc
|
|
ToolTipText = #ff000000
|
|
PlaceholderText = #80000000
|
|
|
|
|
|
[AppColors]
|
|
AccentStrong = #ff148c3c
|
|
AccentSoft = #ff78c850 |