Add a lot of stuff
This commit is contained in:
5
skin/ida-default/manifest.xml
Normal file
5
skin/ida-default/manifest.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<theme name="IDA default"
|
||||
author="Hex-Rays"
|
||||
version="v1.0">
|
||||
</theme>
|
||||
20
skin/ida-default/stylesheet.qss
Normal file
20
skin/ida-default/stylesheet.qss
Normal 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>;
|
||||
}
|
||||
Reference in New Issue
Block a user