mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
* [App/Theme] Palette Editor Took 1 minute Took 1 hour 47 minutes Took 6 seconds Took 3 minutes Took 5 minutes Took 3 minutes * Add oracle, add palette files and configs. Took 10 minutes * Fix a stupid include mistake, thanks IDE Took 3 minutes Took 20 seconds * Includes. Took 4 minutes * Fix ampersand not displaying correctly. Took 14 minutes * Longer variable names. Took 10 minutes Took 5 seconds * Change ampersand everywhere Took 23 seconds * Doxygen properly. Took 1 minute * Remove namespace, fold I/O into structs. Took 12 minutes * Remove namespace, fold I/O into structs. Took 33 seconds * Alphabetize. Took 35 seconds * Lint. Took 49 seconds * Add a combo box to quick switch settings. Took 19 minutes --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
63 lines
1.9 KiB
TOML
63 lines
1.9 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
|
|
|