mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1981 - Theming - Project Module
This commit is contained in:
parent
780d4b7671
commit
2f453099ba
23 changed files with 189 additions and 166 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue