mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-3000 - Theme Cleanup
This commit is contained in:
parent
f022b9a4d5
commit
1fa08a6002
38 changed files with 324 additions and 177 deletions
|
@ -159,14 +159,14 @@ color.fg.dialog.status.error = color.fg.error
|
|||
color.fg.dialog.status.warning = orange
|
||||
color.fg.dialog.status.normal = lightBlue
|
||||
|
||||
color.bg.currentline = rgb(40,40,56) // dark bluish gray
|
||||
color.bg.currentline = #003366
|
||||
|
||||
color.bg.textfield.hint.invalid = maroon
|
||||
|
||||
color.bg.filterfield = color.bg.filtered
|
||||
color.fg.filterfield = darkSlateGray
|
||||
|
||||
color.bg.selection = #284028 // greenish
|
||||
color.bg.selection = #003333 // greenish
|
||||
color.bg.highlight = #404028 // yellowish
|
||||
|
||||
color.bg.fieldpanel.selection.and.highlight = #344028 // yellow greenish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue