mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Give the other default themes palettes and configs.
Took 3 minutes
This commit is contained in:
parent
59afc7047a
commit
2e754f6ec0
8 changed files with 272 additions and 0 deletions
63
cockatrice/themes/Fabric/palette-default-dark.toml
Normal file
63
cockatrice/themes/Fabric/palette-default-dark.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
[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
|
||||||
|
|
||||||
5
cockatrice/themes/Fabric/theme.cfg
Normal file
5
cockatrice/themes/Fabric/theme.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Appearance]
|
||||||
|
ColorScheme = Light
|
||||||
|
|
||||||
|
[Style]
|
||||||
|
Name = Default
|
||||||
63
cockatrice/themes/Leather/palette-default-dark.toml
Normal file
63
cockatrice/themes/Leather/palette-default-dark.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
[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
|
||||||
|
|
||||||
5
cockatrice/themes/Leather/theme.cfg
Normal file
5
cockatrice/themes/Leather/theme.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Appearance]
|
||||||
|
ColorScheme = Light
|
||||||
|
|
||||||
|
[Style]
|
||||||
|
Name = Default
|
||||||
63
cockatrice/themes/Plasma/palette-default-dark.toml
Normal file
63
cockatrice/themes/Plasma/palette-default-dark.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
[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
|
||||||
|
|
||||||
5
cockatrice/themes/Plasma/theme.cfg
Normal file
5
cockatrice/themes/Plasma/theme.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Appearance]
|
||||||
|
ColorScheme = Light
|
||||||
|
|
||||||
|
[Style]
|
||||||
|
Name = Default
|
||||||
63
cockatrice/themes/VelvetMarble/palette-default-dark.toml
Normal file
63
cockatrice/themes/VelvetMarble/palette-default-dark.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
[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
|
||||||
|
|
||||||
5
cockatrice/themes/VelvetMarble/theme.cfg
Normal file
5
cockatrice/themes/VelvetMarble/theme.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Appearance]
|
||||||
|
ColorScheme = Light
|
||||||
|
|
||||||
|
[Style]
|
||||||
|
Name = Default
|
||||||
Loading…
Add table
Add a link
Reference in a new issue