Add a lot of stuff

This commit is contained in:
ecx86
2018-08-02 06:57:30 -04:00
parent d22ae25852
commit d55d5d2e2c
31 changed files with 5417 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<theme name="IDA default"
author="Hex-Rays"
version="v1.0">
</theme>

View File

@@ -0,0 +1,20 @@
CustomIDAMemo {
font-family: "<TEXT_INPUT_FONT_FAMILY>";
font-size: <TEXT_INPUT_FONT_SIZE>;
font-style: <TEXT_INPUT_FONT_STYLE>;
font-weight: <TEXT_INPUT_FONT_WEIGHT>;
}
IDAView {
font-family: "<DISASSEMBLY_FONT_FAMILY>";
font-size: <DISASSEMBLY_FONT_SIZE>;
font-style: <DISASSEMBLY_FONT_STYLE>;
font-weight: <DISASSEMBLY_FONT_WEIGHT>;
}
hexview_t {
font-family: "<HEXVIEW_FONT_FAMILY>";
font-size: <HEXVIEW_FONT_SIZE>;
font-style: <HEXVIEW_FONT_STYLE>;
font-weight: <HEXVIEW_FONT_WEIGHT>;
}