GP-1981 - Theming - Project Module

This commit is contained in:
dragonmacher 2022-09-02 14:40:41 -04:00 committed by ghidragon
parent 780d4b7671
commit 2f453099ba
23 changed files with 189 additions and 166 deletions

View file

@ -1,15 +0,0 @@
// TODO using this now as a placeholder for a palette/swatch
[Defaults]
color.palette.material.primary = #6200EE
color.palette.material.primary.variant = #3700B3
color.palette.material.secondary = #03DAC6
color.palette.material.secondary.variant = #018786
[Dark Defaults]
color.palette.material.primary = #BB86FC
color.palette.material.secondary = #03DAC6
color.palette.material.secondary.variant = #018786

View file

@ -36,10 +36,8 @@ color.palette.white = white
[Dark Defaults]
// TODO replace values above with dark values
#color.palette.black = lightgray
#color.palette.yellow = rgb(191, 191, 64) // olive
color.palette.cyan = #00CCCC // less harsh
color.palette.black = lightgray
color.palette.blue = deepskyblue
color.palette.magenta = plum
color.palette.cyan = #00CCCC // less harsh
color.palette.yellow = rgb(191, 191, 64) // olive
color.palette.magenta = plum

View file

@ -38,6 +38,8 @@ color.bg.table.row = color.bg
color.bg.table.row.alt = rgb(237,243,254)
color.fg.table.uneditable.selected = yellow
color.fg.table.uneditable.unselected = lightgray
color.fg.table = color.fg
color.fg.table.unselected = white
color.fg.error.table.unselected = color.fg.error
color.fg.error.table.selected = lightpink