Add a lot of stuff
This commit is contained in:
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