Created
February 26, 2025 23:08
-
-
Save Cynosphere/2e885de6b5c7c371f5f58a494d333555 to your computer and use it in GitHub Desktop.
Amora Focus Darker for IDA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@importtheme "_base"; | |
CustomIDAMemo { | |
qproperty-line-fg-default: #dedbeb; | |
qproperty-line-fg-regular-comment: #5c5c5c; | |
qproperty-line-fg-repeatable-comment: #5c5c5c; | |
qproperty-line-fg-automatic-comment: #5c5c5c; | |
qproperty-line-fg-insn: #dedbeb; | |
qproperty-line-fg-dummy-data-name: #aabae7; | |
qproperty-line-fg-regular-data-name: #dedbeb; | |
qproperty-line-fg-demangled-name: #eacac0; | |
qproperty-line-fg-punctuation: #dedbeb; | |
qproperty-line-fg-charlit-in-insn: #a2baa8; | |
qproperty-line-fg-strlit-in-insn: #bfd1c3; | |
qproperty-line-fg-numlit-in-insn: #b4a4de; | |
qproperty-line-fg-void-opnd: #5c5c5c; | |
qproperty-line-fg-code-xref: #eacac0; | |
qproperty-line-fg-data-xref: #a2baa8; | |
qproperty-line-fg-code-xref-to-tail: #f0ddd8; | |
qproperty-line-fg-data-xref-to-tail: #bfd1c3; | |
qproperty-line-fg-error: #ed3f7f; | |
qproperty-line-fg-line-prefix: #dedbeb; | |
qproperty-line-fg-opcode-byte: #b4a4de; | |
qproperty-line-fg-extra-line: #5c5c5c; | |
qproperty-line-fg-alt-opnd: #edabd2; | |
qproperty-line-fg-hidden: #5c5c5c; | |
qproperty-line-fg-libfunc: #dedbeb; | |
qproperty-line-fg-locvar: #a2baa8; | |
qproperty-line-fg-dummy-code-name: #eacac0; | |
qproperty-line-fg-asm-directive: #f55d8f; | |
qproperty-line-fg-macro: #edabd2; | |
qproperty-line-fg-strlit-in-data: #bfd1c3; | |
qproperty-line-fg-charlit-in-data: #a2baa8; | |
qproperty-line-fg-numlit-in-data: #b4a4de; | |
qproperty-line-fg-keyword: #f55d8f; | |
qproperty-line-fg-register-name: #edabd2; | |
qproperty-line-fg-import-name: #aabae7; | |
qproperty-line-fg-segment-name: #eacac0; | |
qproperty-line-fg-dummy-unknown-name: #a2baa8; | |
qproperty-line-fg-code-name: #dedbeb; | |
qproperty-line-fg-unknown-name: #dedbeb; | |
qproperty-line-fg-collapsed-line: #5c5c5c; | |
qproperty-line-pfx-libfunc: #eacac0; | |
qproperty-line-pfx-func: #383838; | |
qproperty-line-pfx-insn: #2d2d2d; | |
qproperty-line-pfx-data: #a2baa8; | |
qproperty-line-pfx-unexplored: #1d1d1d; | |
qproperty-line-pfx-extern: #edabd2; | |
qproperty-line-pfx-current-item: #5c5c5c; | |
qproperty-line-pfx-current-line: #5c5c5c; | |
qproperty-line-bg-dbg-ip: #f4f1f1; | |
qproperty-line-bg-dbg-ip-bpt-enabled: #f54787; | |
qproperty-line-bg-dbg-ip-bpt-disabled: #f4f1f1; | |
qproperty-line-bg-dbg: #0a0a0a; | |
qproperty-line-bg-dbg-bpt-enabled: #f54787; | |
qproperty-line-bg-dbg-bpt-disabled: #4b6451; | |
qproperty-line-bg-dbg-ip-bpt-unavailable: #f4f1f1; | |
qproperty-line-bg-dbg-bpt-unavailable: #2d2d2d; | |
qproperty-graph-bg-top: #0a0a0a; | |
qproperty-graph-bg-bottom: #090909; | |
qproperty-graph-node-title-normal: #dedbeb; | |
qproperty-graph-node-title-selected: #675279; | |
qproperty-graph-node-title-current: #675279; | |
qproperty-graph-node-frame-group: #e5c3ba; | |
qproperty-graph-node-shadow: #6f6f6f; | |
qproperty-graph-node-high1: #77a181; | |
qproperty-graph-node-high2: #8a70a1; | |
qproperty-graph-node-foreign: #ed3f7f; | |
qproperty-graph-edge-normal: #6c5481; | |
qproperty-graph-edge-yes: #004972; | |
qproperty-graph-edge-no: #f54787; | |
qproperty-graph-edge-high: #eacac0; | |
qproperty-graph-edge-current: #634e75; | |
qproperty-line-fg-patched-bytes: #fa3b82; | |
qproperty-line-fg-unsaved-changes: #634e75; | |
qproperty-line-bg-highlight: #282828; | |
qproperty-line-bg-hint: #1b1b1b; | |
qproperty-line-fg-default: #dedbeb; | |
qproperty-line-bg-default: #0a0a0a; | |
qproperty-highlight-bg-default: #287373; | |
qproperty-highlight-bg-selected: #287373; | |
qproperty-line-bg-selected: #287373; | |
qproperty-line-pfx-current-item: #dedbeb; | |
qproperty-line-pfx-current-line: #dedbeb; | |
qproperty-line-bg-bpt-enabled: #f54787; | |
qproperty-line-bg-bpt-disabled: #004972; | |
} | |
/* search filter */ | |
TChooser { | |
qproperty-highlight-bg-default: #287373; | |
qproperty-highlight-bg-selected: #287373; | |
} | |
MainMsgList { | |
color: #dedbeb; | |
background-color: #0a0a0a; | |
} | |
TCpuRegs { | |
qproperty-register-defined: #383838; | |
qproperty-register-changed: #745d89; | |
qproperty-register-edited: #7b5e93; | |
} | |
TCpuRegs ui_label_t { | |
color: #e9e7f3; | |
} | |
TextArrows { | |
qproperty-jump-in-function: #90a9ec; | |
qproperty-jump-external-to-function: #69517d; | |
qproperty-jump-under-cursor: #634e75; | |
qproperty-jump-target: #004972; | |
qproperty-register-target: #634e75; | |
} | |
navband_t { | |
qproperty-lib-function: #eacac0; | |
qproperty-function: #aabae7; | |
qproperty-code: #b4a4de; | |
qproperty-data: #a2baa8; | |
qproperty-undefined: #5c5c5c; | |
qproperty-extern: #edabd2; | |
qproperty-error: #e83f80; | |
qproperty-gap: #0a0a0a; | |
qproperty-cursor: #287373; | |
qproperty-auto-analysis-cursor: #634e75; | |
} | |
CustomIDAMemo[debugging="true"] { | |
qproperty-line-fg-default: #dedbeb; | |
qproperty-line-bg-default: #0a0a0a; | |
qproperty-line-pfx-current-item: #634e75; | |
qproperty-line-pfx-current-line: #6c5581; | |
qproperty-line-bg-bpt-enabled: #f54787; | |
qproperty-line-bg-bpt-disabled: #004972; | |
} | |
CustomIDAMemo[hints="true"] { | |
qproperty-line-fg-default: #dedbeb; | |
qproperty-line-bg-default: #0a0a0a; | |
qproperty-line-pfx-current-item: #634e75; | |
qproperty-line-pfx-current-line: #634e75; | |
qproperty-line-bg-bpt-enabled: #f54787; | |
qproperty-line-bg-bpt-disabled: #004972; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment