mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 07:35:54 +08:00
GP-1981 - Checkpoint - Initial Theming
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[Defaults]
|
||||
|
||||
color.bg.byteviewer = color.bg
|
||||
|
||||
color.fg.byteviewer.novalue = blue
|
||||
color.fg.byteviewer.changed = red
|
||||
color.cursor.focused.byteviewer.current = color.cursor.focused
|
||||
color.cursor.focused.byteviewer.noncurrent = black
|
||||
color.cursor.unfocused.byteviewer = color.cursor.unfocused
|
||||
|
||||
[Dark Defaults]
|
||||
color.fg.byteviewer.novalue = DarkBlue
|
||||
color.fg.byteviewer.changed = indianRed
|
||||
color.cursor.focused.byteviewer.current = color.cursor.focused
|
||||
color.cursor.focused.byteviewer.noncurrent = gray
|
||||
color.cursor.unfocused.byteviewer = color.cursor.unfocused
|
||||
|
||||
Reference in New Issue
Block a user