Skip to content

Instantly share code, notes, and snippets.

@samduy
Last active April 21, 2020 12:34
Show Gist options
  • Save samduy/f1855706ab0b9b2e5b239819273c54fc to your computer and use it in GitHub Desktop.
Save samduy/f1855706ab0b9b2e5b239819273c54fc to your computer and use it in GitHub Desktop.
IDA Pro Dark Theme
[DISASM]
000000 //
aaaaaa //Default color
f3c5ff //Regular comment
7e6082 //Repeatable comment
7faa55 //Automatic comment
ffffff //Instruction
b9ebeb //Dummy Data Name
b9ebeb //Regular Data Name
bbecff //Demangled Name
c0c0c0 //Punctuation
00d269 //Char constant in instruction
00ff00 //String constant in instruction
3250d2 //Numeric constant in instruction
4646ff //Void operand
7faaff //Code reference
617c7c //Data reference
3250d2 //Code reference to tail byte
008080 //Data reference to tail byte
3734ff //Error or problem
c0c0c0 //Line prefix
595959 //Binary line prefix bytes
f3c5ff //Extra line
ffaaff //Alternative operand
00d2ff //Hidden name
ffff00 //Library function name
0080ff //Local variable name
00ffaa //Dummy code name
00d69d //Assembler directive
7e07df //Macro
00d269 //String constant in data directive
00f379 //Char constant in data directive
3250d2 //Numeric constant in data directive
ababab //Keywords
adad73 //Register name
fd5aff //Imported name
7fffff //Segment name
00ffaa //Dummy unknown name
00aa00 //Regular code name
ffaaff //Regular unknown name
00ffff //Collapsed line
000000 //Max color number
000000 //Line prefix: library function
32ade1 //Line prefix: regular function
ffff00 //Line prefix: instruction
666666 //Line prefix: data
0000aa //Line prefix: unexplored
617c7c //Line prefix: externs
009d9d //Line prefix: current item
ff55ff //Line prefix: current line
000000 //Punctuation
00aaff //Opcode bytes
000000 //Manual operand
003200 //Error
[NAVBAR]
ffaaaa //Library function
00aaff //Regular function
0055ff //Instruction
b9ebeb //Data item
c7c7c7 //Unexplored
ff00aa //External symbol
0000ca //Errors
eaeaea //Gaps
00ff80 //Cursor
0080ff //Address
32cd32 //Lumina function
[DEBUG]
ffd060 //Current IP
ffa0a0 //Current IP (+ enabled breakpoint)
408020 //Current IP (+ disabled breakpoint)
ffffcc //Default background
000076 //Address (+ enabled breakpoint)
00ff00 //Address (+ disabled breakpoint)
004080 //Current IP (+ unavailable breakpoint)
0080ff //Address (+ unavailable breakpoint)
000000 //Registers
ff0000 //Registers (changed)
800080 //Registers (edited)
808080 //Registers (unavailable)
[ARROW]
34466c //Jump in current function
dede00 //Jump external to function
00aaff //Jump under the cursor
008000 //Jump target
ff4040 //Register target
[GRAPH]
8b8b8b //Top color
000000 //Bottom color
393939 //Normal title
00ffaa //Selected title
00aaff //Current title
00ffff //Group frame
242424 //Node shadow
003900 //Highlight color 1
00006d //Highlight color 2
0000ff //Foreign node
cb4300 //Normal edge
009100 //Yes edge
0000bc //No edge
ffaaaa //Highlighted edge
008ec6 //Current edge
[MISC]
212121 //Message text
bababa //Message background
404080 //Patched bytes
0080ff //Unsaved changes
[OTHER]
0000ff //Highlight color
424242 //Hint color
[SYNTAX]
ff0000 0 0 //Keyword 1
800080 0 0 //Keyword 2
0000ff 0 0 //Keyword 3
00008b 0 0 //String
006400 0 1 //Comment
ff0000 1 0 //Preprocessor
8b8b00 1 0 //Number
@samduy
Copy link
Author

samduy commented Apr 21, 2020

Update 2020-04-21:

  • Changed windows title in graph view: darker.
  • Changed color of dummy code name (function name) to "hacker" green.

ida

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment