[
  {
    "path": "README.md",
    "content": "# long_night\nA dark theme for your long reverse engineering session powered by a colorful pastel pallete. `long_night` supports IDA 7.3+ out of the box and can be used with older versions through the plugin [IDASkins](https://github.com/zyantific/IDASkins). `long_night` is an ongoing project that will be extended to support different platforms and tools.\n\n## Support\n* IDA Pro ([IDASkins](https://github.com/zyantific/IDASkins), [IDA 7.3+ incl. IDA 8.x and 9.x](https://www.hex-rays.com/))\n* [Lighthouse](https://github.com/gaasedelen/lighthouse) ([*included in Lighthouse by default*](https://github.com/gaasedelen/lighthouse/commit/96df2c5a1f1cd2298d1eb9912c62f66b6086541b))\n\n## Screenshots\n![linear](images/linear.png)\n\n![graph](images/graph.png)\n\n![decompilation](images/decompilation.png)\n\n![IDA 7.2](images/ida72.png)\n\n![Lighthouse](images/lighthouse.png)\n\n## Usage\nOfficial releases can be found [here](https://github.com/ioncodes/long_night/releases). To get a version that is in development you can clone this repository and copy the files into the theme folders. The needed files are available in the tools subfolder. Make sure to grab the correct version corresponding to your IDA Pro version.\n\nAs of version 1.3 the release names for IDA Pro have changed. Refer to the following:\n* `idaskins7.2.zip`: IDA Pro 7.2 through IDASkins plugin\n* `ida7.3+.zip`: IDA Pro 7.x above 7.2\n* `ida8.x-9.x.zip`: IDA Pro 8.x through 9.x\n\n### IDA\nTo install the theme copy the folder called `long_night` to one of the following paths:\n\n```sh\n# IDA 7.3+, 8.x and 9.x\nC:\\Program Files\\IDA 7.4\\themes\\\n\n# IDA <=7.2\nC:\\Program Files\\IDA 7.2\\plugins\\idaskins\\themes\\\n```\n\n### Lighthouse\nCopy `long_night.json` into your Lighthouse theme folder:\n\n```sh\n%APPDATA%\\Hex-Rays\\IDA Pro\\lighthouse_themes\\\n```\n\n## Credits\n* [Justas](https://github.com/JustasMasiulis) for helping me out with the CSS!\n* [codicon](https://github.com/microsoft/vscode-codicons) for the amazing icons!\n"
  },
  {
    "path": "ida7.3+/long_night/theme.css",
    "content": "/* NOTE: This is an autogenerated file; please do not edit. */\n\n/* TODO Remove white line between assembly and tabs */\n/* TODO Dock lines reappear when undocked and then docked. Do they look bad tho? */\n/* TODO Comment window has no borders around input field */\n\nQWidget\n{\n    border: 0px solid #434343;\n    background-color: #212121;\n    color: #F1EFEC;\n}\n\nQCheckBox::indicator:unchecked\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQCheckBox::indicator:checked\n{\n    border: 2px solid #F78C6C;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:unchecked\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:checked\n{\n    border: 2px solid #9FD2D3;\n    border-radius: 4px;\n}\n\nQTextEdit,\nQPlainTextEdit\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQMenu\n{\n    border: none;\n}\n\nQMenu:icon\n{\n    padding-left: 20px;\n}\n\nQMenu:right-arrow\n{\n    image: url(\"$RELPATH/icons/triangle-right.png\");\n}\n\nQMenuBar,\nQMenuBar::item\n{\n    background-color: #21212121;\n    color: #F1EFEC;\n}\n\nQMenu::item\n{\n    background-color: #21212121;\n    color: #F1EFEC;\n}\n\nQMenu::item:selected\n{\n    background-color: #434343;\n}\n\nQMenuBar::item:hover\n{\n    background-color: #43434343;\n    color: #F1EFEC;\n}\n\nQMenu::item:hover\n{\n    background-color: #43434343;\n    color: #F1EFEC;\n}\n\nQMenu::item:disabled\n{\n    color: #666;\n}\n\nQMenu::separator\n{\n    height: 1px;\n    background: transparent;\n    margin-left: 10px;\n    margin-right: 10px;\n    margin-top: 5px;\n    margin-bottom: 5px;\n}\n\nQLineEdit\n{\n    border: 1px solid #373737;\n    min-height: 20px;\n    border-radius: 2px;\n}\n\nQLineEdit:hover,\nQLineEdit:focus\n{\n    border: 1px solid #FF5370;\n}\n\nQTableView\n{\n    border: none;\n    background-color: #212121;\n}\n\nQListView::item:hover,\nQListView::item:default\n{\n    color: #F1EFEC;\n    background-color: #434343;\n}\n\nQHeaderView::section\n{\n    background-color: #212121;\n    border: none;\n    padding: 0 10px;\n    border-bottom: 1px solid #191919;\n}\n\nQHeaderView:horizontal::section\n{\n    min-height: 20px;\n}\n\nQHeaderView:vertical::section\n{\n}\n\nQTableCornerButton::section\n{\n    border: none;\n}\n\nCustomIDAMemo,\nEditContainer\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nIDAView\n{\n    background-color: #212121;\n}\n\nhexview_t\n{\n    background-color: #212121;\n}\n\nQScrollBar\n{\n    background-color: #212121;\n    width: 15px;\n    height: 15px;\n    margin: 0 0 0 0;\n}\n\nQScrollBar::sub-line,\nQScrollBar::add-line\n{\n    width: 0;\n    height: 0;\n}\n\nQScrollBar::add-page,\nQScrollBar::sub-page\n{\n    background: none;\n}\n\nQScrollBar::handle:vertical\n{\n    min-height: 15px;\n}\n\nQScrollBar::handle:horizontal\n{\n    min-width: 15px;\n}\n\nQScrollBar::handle\n{\n    background-color: #FF5370;\n    margin: 3px;\n    border-radius: 2px;\n}\n\nQToolBar\n{\n    border: none;\n}\n\nQToolBar::handle:horizontal\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::handle:vertical\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n*/\n\nQToolBar::separator:horizontal\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::separator:vertical\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n*/\n\nQPushButton\n{\n    background-color: transparent;\n    color: #F1EFEC;\n    border: 1px solid #373737;\n    text-align: center;\n    min-height: 20px;\n    min-width: 50px;\n    padding: 0 6px 0 6px;\n    border-radius: 2px;\n}\n\nQPushButton:hover,\nQPushButton:pressed\n{\n    background-color: #373737;\n}\n\nTNavBand > QPushButton,\nnav_scroll_button_t,\nRegJumpButton\n{\n    min-height: 0;\n    min-width: 0;\n    padding: 0;\n    border: none;\n}\n\nDockWidgetTitle\n{\n    color: #F1EFEC;\n    background: transparent;\n    min-height: 0px;\n    height: 25px;\n    padding: 0px 10px 0px 10px;\n    border: none;\n}\n\nDockWidgetTitle QPushButton\n{   \n    color: #F1EFEC;\n    background: transparent;\n    border: none;\n    min-height: 0;\n    min-width: 0;\n    margin: 0;\n    padding: 0;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Close\"]\n{\n    qproperty-icon: url(\"$RELPATH/icons/close.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Fullscreen\"]\n{\n    qproperty-icon: url(\"$RELPATH/icons/chrome-maximize.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Float\"]\n{\n    qproperty-icon: url(\"$RELPATH/icons/chrome-minimize.png\");\n    icon-size: 16px;\n}\n\nIDADockWidget[objectName=\"Output window\"]\n{\n    qproperty-windowIcon: url(\"$RELPATH/icons/blank.png\");\n}\n\nIDADockWidget[objectName=\"Output window\"] DockWidgetTitle\n{\n    background: #212121;\n    color: #F1EFEC;\n    margin: 0;\n}\n\nIDADockWidget[objectName=\"Output window\"] QTextEdit:focus\n{\n    border: 1px solid #F07178;\n}\n\nIDADockWidget[objectName=\"Output window\"] QLineEdit\n{\n    padding-bottom: 2px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox\n{\n    margin: 0;\n    padding: 0;\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton\n{\n    border: none;\n    min-width: 70px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:hover\n{\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:focus\n{\n    border: none;\n}\n\nQComboBox\n{\n    color: #F1EFEC;\n    padding: 1px 0px 1px 3px;\n    border: 1px solid #434343;\n    border-radius: 2px;\n}\n\nQComboBox > QLineEdit,\nQComboBox > QLineEdit:hover,\nQComboBox > QLineEdit:focus\n{\n    border: none;\n    min-height: default;\n}\n\nQComboBox::drop-down\n{\n    subcontrol-origin: padding;\n    subcontrol-position: top right;\n    width: 15px;\n\n    background-color: #373737;\n    \n    border-left-width: 1px;\n    border-left-color: #373737;\n    border-left-style: solid;\n}\n\nQComboBox QAbstractItemView\n{\n    border: 1px solid #373737;\n    selection-background-color: #434343;\n}\n\nQComboBox:!editable\n{\n    background-color: #373737;\n}\n\nQComboBox::down-arrow\n{\n    image: url(\"$RELPATH/icons/chevron-down.png\");\n}\n\nIDADockWidget > QWidget > QAbstractButton\n{\n    background-color: #212121;\n    border-radius: 3px;\n}\n\nIDADockWidget\n{\n    border: none;\n}\n\nQCheckBox,\nQLabel,\nQRadioButton\n{\n    background: transparent;\n    color: #F1EFEC;\n}\n\nQStatusBar QLabel\n{\n    border: none;\n}\n\nQStatusBar::item\n{\n    color: #434343;\n    background-color: #212121;\n}\n\nEditContainer,\nChooserContainer,\nQGroupBox,\nQListView,\nQTreeView\n{\n    background-color: #212121;\n    color: #F1EFEC;\n    border: 1px solid #373737;\n    outline: 0;\n    border-radius: 2px;\n}\n\nQGroupBox\n{\n    border: 1px solid #373737;\n    margin-top: 5px;\n}\n\nQGroupBox::title\n{\n    subcontrol-origin: margin;\n    subcontrol-position: top center;\n}\n\nCLIWidget > QGroupBox > QPushButton,\nCLIWidget > QGroupBox > QPushButton:hover,\nCLIWidget > QGroupBox > QPushButton:focus\n{\n    border: none;\n}\n\nCLIWidget > QGroupBox\n{\n    margin-top: 0;\n}\n\nQTreeView::item:selected,\nQListView::item:selected,\nQTableView::item:selected\n{\n    color: #F1EFEC;\n    background-color: #434343;\n    outline: 0;\n}\n\nQToolTip,\nQTipLabel\n{\n    border: none;\n    background: #212121;\n    color: #F1EFEC;\n    margin: 0;\n    padding: 0;\n}\n\nQTabBar\n{\n    background: #212121;\n}\n\nQTabWidget::pane\n{\n    background: transparent;\n}\n\nQTabBar::tab\n{\n    padding: 8px 10px;\n    background: #212121;\n    color: #F1EFEC;\n}\n\nQTabBar::tab:hover\n{\n    background-color: #212121;\n    border-top: 1px solid #FF5370;\n    color: #F1EFEC;\n}\n\nQTabBar::tab:selected\n{\n    background-color: #212121;\n    border-top: 1px solid #F07178;\n    color: #F1EFEC;\n}\n\nQTabBar::close-button\n{\n    image: url(\"$RELPATH/icons/close.png\"); \n}\n\nQTabBar::close-button:hover\n{\n    image: url(\"$RELPATH/icons/close-hover.png\");\n}\n\nQSpinBox\n{\n    background: transparent;\n    border: 1px solid transparent;\n    color: #F1EFEC;\n}\n\nQAbstractScrollArea\n{\n    border: 0;\n}\n\nQDialogButtonBox \n{\n    button-layout: 0;\n}\n\nCustomIDAMemo\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[debugging=\"true\"]\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[hints=\"true\"]\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nMainMsgList\n{\n    color: #F07178;\n    background-color: #212121;\n}\n\nTCpuRegs\n{\n    background-color: #4D4D4D;\n    qproperty-register-defined: white;\n    qproperty-register-changed: #FFFF7F;\n    qproperty-register-edited: #FF7F17;\n    qproperty-register-unavailable: #808080;\n}\n\nTCpuRegs IDALabel\n{\n    color: #AAAAAA;\n}\n\nTextArrows\n{\n    qproperty-jump-in-function: #AAA99F;\n    qproperty-jump-external-to-function: #F07178;\n    qproperty-jump-under-cursor: #93AFCF;\n}\n\nnavband_t\n{\n    qproperty-lib-function: #93AFCF;\n    qproperty-function: #DF9291;\n    qproperty-code: #F07178;\n    qproperty-data: #F0D7A4;\n    qproperty-undefined: #D1B8D4;\n    qproperty-extern: #89DDFF;\n    qproperty-error: #FF5370;\n    qproperty-gap: #434343;\n    qproperty-cursor: #B59180;\n    qproperty-auto-analysis-cursor: #F78C6C;\n    qproperty-lumina-function: #B5D1B0;\n}\n\nTextEdit\n{\n    qproperty-keyword1-fg: #7171FF;\n    qproperty-keyword2-fg: #C728C7;\n    qproperty-keyword3-fg: #FF4545;\n    qproperty-string-fg: #E47251;\n    qproperty-comment-fg: #5AC35A;\n    qproperty-preprocessor-fg: #7171FF;\n}\n\nTextEdit QWidget\n{\n    background-color: transparent;\n}\n\nTextEdit text_edit_margin_widget_t\n{\n    color: lightgrey;\n    qproperty-header-color: gainsboro;\n}\n\nTChooser\n{\n    qproperty-highlight-bg-default: red;\n    qproperty-highlight-bg-selected: pink;\n}\n"
  },
  {
    "path": "ida8.x-9.x/long_night/theme.css",
    "content": "/* NOTE: This is an autogenerated file; please do not edit. */\n\n/* TODO Remove white line between assembly and tabs */\n/* TODO Dock lines reappear when undocked and then docked. Do they look bad tho? */\n/* TODO Comment window has no borders around input field */\n\n/* This is required for IDA 9 to work */\nIDAMainWindow\n{\n    /*\n      Note: `:/`-starting paths are resources built-in the IDA binary.\n\n      Themes can either rely on those, or specify paths to their own\n      images, by doing using a `$RELPATH` directive. E.g.,\n\n      qproperty-themeicon-AddConst: url(\"$RELPATH/icons/actions/my_icon.svg\");\n   */\n    qproperty-themeicon-AddConst:                                   url(\":/IDAG/resources/menu/AddConst.svg\");\n    qproperty-themeicon-AddEnum:                                    url(\":/IDAG/resources/menu/AddEnum.svg\");\n    qproperty-themeicon-AddWatch:                                   url(\":/IDAG/resources/menu/AddWatch.svg\");\n    qproperty-themeicon-Analysis:                                   url(\":/IDAG/resources/menu/Analysis.svg\");\n    qproperty-themeicon-AskBinaryText:                              url(\":/IDAG/resources/menu/AskBinaryText.svg\");\n    qproperty-themeicon-AskNextImmediate:                           url(\":/IDAG/resources/menu/AskNextImmediate.svg\");\n    qproperty-themeicon-AskNextText:                                url(\":/IDAG/resources/menu/AskNextText.svg\");\n    qproperty-themeicon-BitwiseNegate:                              url(\":/IDAG/resources/menu/BitwiseNegate.svg\");\n    qproperty-themeicon-BreakpointAdd:                              url(\":/IDAG/resources/menu/BreakpointAdd.svg\");\n    qproperty-themeicon-BreakpointDel:                              url(\":/IDAG/resources/menu/BreakpointDel.svg\");\n    qproperty-themeicon-BreakpointDisable:                          url(\":/IDAG/resources/menu/BreakpointDisable.svg\");\n    qproperty-themeicon-BreakpointEdit:                             url(\":/IDAG/resources/menu/BreakpointEdit.svg\");\n    qproperty-themeicon-BreakpointEnable:                           url(\":/IDAG/resources/menu/BreakpointEnable.svg\");\n    qproperty-themeicon-Breakpoints:                                url(\":/IDAG/resources/menu/Breakpoints.svg\");\n    qproperty-themeicon-Calculate:                                  url(\":/IDAG/resources/menu/Calculate.svg\");\n    qproperty-themeicon-CallFlow:                                   url(\":/IDAG/resources/menu/CallFlow.svg\");\n    qproperty-themeicon-ChangeSign:                                 url(\":/IDAG/resources/menu/ChangeSign.svg\");\n    qproperty-themeicon-ChartXrefsFrom:                             url(\":/IDAG/resources/menu/ChartXrefsFrom.svg\");\n    qproperty-themeicon-ChartXrefsTo:                               url(\":/IDAG/resources/menu/ChartXrefsTo.svg\");\n    qproperty-themeicon-ChartXrefsUser:                             url(\":/IDAG/resources/menu/ChartXrefsUser.svg\");\n    qproperty-themeicon-CopyStruct:                                 url(\":/IDAG/resources/menu/CopyStruct.svg\");\n    qproperty-themeicon-CreateStructFromData:                       url(\":/IDAG/resources/menu/CreateStructFromData.svg\");\n    qproperty-themeicon-Debugger:                                   url(\":/IDAG/resources/menu/Debugger.svg\");\n    qproperty-themeicon-DeclareStructVar:                           url(\":/IDAG/resources/menu/DeclareStructVar.svg\");\n    qproperty-themeicon-DelConst:                                   url(\":/IDAG/resources/menu/DelConst.svg\");\n    qproperty-themeicon-DelEnum:                                    url(\":/IDAG/resources/menu/DelEnum.svg\");\n    qproperty-themeicon-DelHiddenRange:                             url(\":/IDAG/resources/menu/DelHiddenRange.svg\");\n    qproperty-themeicon-DelWatch:                                   url(\":/IDAG/resources/menu/DelWatch.svg\");\n    qproperty-themeicon-DumpDatabase:                               url(\":/IDAG/resources/menu/DumpDatabase.svg\");\n    qproperty-themeicon-DeleteDesktop:                              url(\":/IDAG/resources/menu/DeleteDesktop.svg\");\n    qproperty-themeicon-DumpTypes:                                  url(\":/IDAG/resources/menu/DumpTypes.svg\");\n    qproperty-themeicon-EditCopy:                                   url(\":/IDAG/resources/menu/EditCopy.svg\");\n    qproperty-themeicon-EditEnum:                                   url(\":/IDAG/resources/menu/EditEnum.svg\");\n    qproperty-themeicon-EditFunction:                               url(\":/IDAG/resources/menu/EditFunction.svg\");\n    qproperty-themeicon-ExecTraceAdd:                               url(\":/IDAG/resources/menu/ExecTraceAdd.svg\");\n    qproperty-themeicon-Execute:                                    url(\":/IDAG/resources/menu/Execute.svg\");\n    qproperty-themeicon-ExecuteLine:                                url(\":/IDAG/resources/menu/ExecuteLine.svg\");\n    qproperty-themeicon-Function:                                   url(\":/IDAG/resources/menu/Function.svg\");\n    qproperty-themeicon-GraphColor:                                 url(\":/IDAG/resources/menu/GraphColor.svg\");\n    qproperty-themeicon-GraphFlatView:                              url(\":/IDAG/resources/menu/GraphFlatView.svg\");\n    qproperty-themeicon-GraphFunc:                                  url(\":/IDAG/resources/menu/GraphFunc.svg\");\n    qproperty-themeicon-GraphGraphView:                             url(\":/IDAG/resources/menu/GraphGraphView.svg\");\n    qproperty-themeicon-GraphGroup:                                 url(\":/IDAG/resources/menu/GraphGroup.svg\");\n    qproperty-themeicon-GraphLayout:                                url(\":/IDAG/resources/menu/GraphLayout.svg\");\n    qproperty-themeicon-GraphNewProximityView:                      url(\":/IDAG/resources/menu/GraphNewProximityView.svg\");\n    qproperty-themeicon-GraphOrthogonalLayout:                      url(\":/IDAG/resources/menu/GraphOrthogonalLayout.svg\");\n    qproperty-themeicon-GraphOverview:                              url(\":/IDAG/resources/menu/GraphOverview.svg\");\n    qproperty-themeicon-GraphPrint:                                 url(\":/IDAG/resources/menu/GraphPrint.svg\");\n    qproperty-themeicon-GraphProximityAddGraph:                     url(\":/IDAG/resources/menu/GraphProximityAddGraph.svg\");\n    qproperty-themeicon-GraphProximityAddNode:                      url(\":/IDAG/resources/menu/GraphProximityAddNode.svg\");\n    qproperty-themeicon-GraphProximityAddNodeByAddr:                url(\":/IDAG/resources/menu/GraphProximityAddNodeByAddr.svg\");\n    qproperty-themeicon-GraphProximityAddParents:                   url(\":/IDAG/resources/menu/GraphProximityAddParents.svg\");\n    qproperty-themeicon-GraphProximityDelChilds:                    url(\":/IDAG/resources/menu/GraphProximityDelChilds.svg\");\n    qproperty-themeicon-GraphProximityDelNode:                      url(\":/IDAG/resources/menu/GraphProximityDelNode.svg\");\n    qproperty-themeicon-GraphProximityDelParents:                   url(\":/IDAG/resources/menu/GraphProximityDelParents.svg\");\n    qproperty-themeicon-GraphProximityFindPath:                     url(\":/IDAG/resources/menu/GraphProximityFindPath.svg\");\n    qproperty-themeicon-GraphProximityView:                         url(\":/IDAG/resources/menu/GraphProximityView.svg\");\n    qproperty-themeicon-GraphSetupColors:                           url(\":/IDAG/resources/menu/GraphSetupColors.svg\");\n    qproperty-themeicon-GraphSetupOptions:                          url(\":/IDAG/resources/menu/GraphSetupOptions.svg\");\n    qproperty-themeicon-GraphUngroup:                               url(\":/IDAG/resources/menu/GraphUngroup.svg\");\n    qproperty-themeicon-GraphZoom100:                               url(\":/IDAG/resources/menu/GraphZoom100.svg\");\n    qproperty-themeicon-GraphZoomFit:                               url(\":/IDAG/resources/menu/GraphZoomFit.svg\");\n    qproperty-themeicon-Hide:                                       url(\":/IDAG/resources/menu/Hide.svg\");\n    qproperty-themeicon-HideAll:                                    url(\":/IDAG/resources/menu/HideAll.svg\");\n    qproperty-themeicon-JumpBinaryText:                             url(\":/IDAG/resources/menu/JumpBinaryText.svg\");\n    qproperty-themeicon-JumpEnter:                                  url(\":/IDAG/resources/menu/JumpEnter.svg\");\n    qproperty-themeicon-JumpEnterNew:                               url(\":/IDAG/resources/menu/JumpEnterNew.svg\");\n    qproperty-themeicon-JumpImmediate:                              url(\":/IDAG/resources/menu/JumpImmediate.svg\");\n    qproperty-themeicon-JumpNewDump:                                url(\":/IDAG/resources/menu/JumpNewDump.svg\");\n    qproperty-themeicon-JumpText:                                   url(\":/IDAG/resources/menu/JumpText.svg\");\n    qproperty-themeicon-JumpToIP:                                   url(\":/IDAG/resources/menu/JumpToIP.svg\");\n    qproperty-themeicon-LoadDesktop:                                url(\":/IDAG/resources/menu/LoadDesktop.svg\");\n    qproperty-themeicon-LoadFile:                                   url(\":/IDAG/resources/menu/LoadFile.svg\");\n    qproperty-themeicon-LoadNewFile:                                url(\":/IDAG/resources/menu/LoadNewFile.svg\");\n    qproperty-themeicon-LoadSigFile:                                url(\":/IDAG/resources/menu/LoadSigFile.svg\");\n    qproperty-themeicon-Locals:                                     url(\":/IDAG/resources/menu/Locals.svg\");\n    qproperty-themeicon-MakeArray:                                  url(\":/IDAG/resources/menu/MakeArray.svg\");\n    qproperty-themeicon-MakeStrlit:                                 url(\":/IDAG/resources/menu/MakeStrlit.svg\");\n    qproperty-themeicon-MakeCode:                                   url(\":/IDAG/resources/menu/MakeCode.svg\");\n    qproperty-themeicon-MakeComment:                                url(\":/IDAG/resources/menu/MakeComment.svg\");\n    qproperty-themeicon-MakeData:                                   url(\":/IDAG/resources/menu/MakeData.svg\");\n    qproperty-themeicon-MakeExtraLineA:                             url(\":/IDAG/resources/menu/MakeExtraLineA.svg\");\n    qproperty-themeicon-MakeExtraLineB:                             url(\":/IDAG/resources/menu/MakeExtraLineB.svg\");\n    qproperty-themeicon-MakeFunction:                               url(\":/IDAG/resources/menu/MakeFunction.svg\");\n    qproperty-themeicon-MakeName:                                   url(\":/IDAG/resources/menu/MakeName.svg\");\n    qproperty-themeicon-MakeRptCmt:                                 url(\":/IDAG/resources/menu/MakeRptCmt.svg\");\n    qproperty-themeicon-MakeUnknown:                                url(\":/IDAG/resources/menu/MakeUnknown.svg\");\n    qproperty-themeicon-ManualOperand:                              url(\":/IDAG/resources/menu/ManualOperand.svg\");\n    qproperty-themeicon-Modules:                                    url(\":/IDAG/resources/menu/Modules.svg\");\n    qproperty-themeicon-OpAnyOffset:                                url(\":/IDAG/resources/menu/OpAnyOffset.svg\");\n    qproperty-themeicon-OpBinary:                                   url(\":/IDAG/resources/menu/OpBinary.svg\");\n    qproperty-themeicon-OpChar:                                     url(\":/IDAG/resources/menu/OpChar.svg\");\n    qproperty-themeicon-OpDecimal:                                  url(\":/IDAG/resources/menu/OpDecimal.svg\");\n    qproperty-themeicon-OpEnum:                                     url(\":/IDAG/resources/menu/OpEnum.svg\");\n    qproperty-themeicon-OpFloat:                                    url(\":/IDAG/resources/menu/OpFloat.svg\");\n    qproperty-themeicon-OpHex:                                      url(\":/IDAG/resources/menu/OpHex.svg\");\n    qproperty-themeicon-OpNumber:                                   url(\":/IDAG/resources/menu/OpNumber.svg\");\n    qproperty-themeicon-OpOctal:                                    url(\":/IDAG/resources/menu/OpOctal.svg\");\n    qproperty-themeicon-OpOffset:                                   url(\":/IDAG/resources/menu/OpOffset.svg\");\n    qproperty-themeicon-OpOffsetCs:                                 url(\":/IDAG/resources/menu/OpOffsetCs.svg\");\n    qproperty-themeicon-OpSegment:                                  url(\":/IDAG/resources/menu/OpSegment.svg\");\n    qproperty-themeicon-OpStackVariable:                            url(\":/IDAG/resources/menu/OpStackVariable.svg\");\n    qproperty-themeicon-OpStructOffset:                             url(\":/IDAG/resources/menu/OpStructOffset.svg\");\n    qproperty-themeicon-OpUserOffset:                               url(\":/IDAG/resources/menu/OpUserOffset.svg\");\n    qproperty-themeicon-OpenCallers:                                url(\":/IDAG/resources/menu/OpenCallers.svg\");\n    qproperty-themeicon-OpenExports:                                url(\":/IDAG/resources/menu/OpenExports.svg\");\n    qproperty-themeicon-OpenFunctions:                              url(\":/IDAG/resources/menu/OpenFunctions.svg\");\n    qproperty-themeicon-OpenImports:                                url(\":/IDAG/resources/menu/OpenImports.svg\");\n    qproperty-themeicon-OpenLocalTypes:                             url(\":/IDAG/resources/menu/OpenLocalTypes.svg\");\n    qproperty-themeicon-OpenNames:                                  url(\":/IDAG/resources/menu/OpenNames.svg\");\n    qproperty-themeicon-OpenNotepad:                                url(\":/IDAG/resources/menu/OpenNotepad.svg\");\n    qproperty-themeicon-OpenProblems:                               url(\":/IDAG/resources/menu/OpenProblems.svg\");\n    qproperty-themeicon-OpenSegmentRegisters:                       url(\":/IDAG/resources/menu/OpenSegmentRegisters.svg\");\n    qproperty-themeicon-OpenSegments:                               url(\":/IDAG/resources/menu/OpenSegments.svg\");\n    qproperty-themeicon-OpenSelectors:                              url(\":/IDAG/resources/menu/OpenSelectors.svg\");\n    qproperty-themeicon-OpenSignatures:                             url(\":/IDAG/resources/menu/OpenSignatures.svg\");\n    qproperty-themeicon-OpenStackVariables:                         url(\":/IDAG/resources/menu/OpenStackVariables.svg\");\n    qproperty-themeicon-OpenStrings:                                url(\":/IDAG/resources/menu/OpenStrings.svg\");\n    qproperty-themeicon-OpenTypeLibraries:                          url(\":/IDAG/resources/menu/OpenTypeLibraries.svg\");\n    qproperty-themeicon-OpenXrefs:                                  url(\":/IDAG/resources/menu/OpenXrefs.svg\");\n    qproperty-themeicon-Options:                                    url(\":/IDAG/resources/menu/Options.svg\");\n    qproperty-themeicon-OutputWindow:                               url(\":/IDAG/resources/menu/OutputWindow.svg\");\n    qproperty-themeicon-PatchedBytes:                               url(\":/IDAG/resources/menu/PatchedBytes.svg\");\n    qproperty-themeicon-ProcessExit:                                url(\":/IDAG/resources/menu/ProcessExit.svg\");\n    qproperty-themeicon-ProcessPause:                               url(\":/IDAG/resources/menu/ProcessPause.svg\");\n    qproperty-themeicon-ProcessStart:                               url(\":/IDAG/resources/menu/ProcessStart.svg\");\n    qproperty-themeicon-ProduceAsm:                                 url(\":/IDAG/resources/menu/ProduceAsm.svg\");\n    qproperty-themeicon-ProduceHeader:                              url(\":/IDAG/resources/menu/ProduceHeader.svg\");\n    qproperty-themeicon-ProduceInc:                                 url(\":/IDAG/resources/menu/ProduceInc.svg\");\n    qproperty-themeicon-ProduceLst:                                 url(\":/IDAG/resources/menu/ProduceLst.svg\");\n    qproperty-themeicon-QuitIDA:                                    url(\":/IDAG/resources/menu/QuitIDA.svg\");\n    qproperty-themeicon-ReadWriteTraceAdd:                          url(\":/IDAG/resources/menu/ReadWriteTraceAdd.svg\");\n    qproperty-themeicon-RecentScripts:                              url(\":/IDAG/resources/menu/RecentScripts.svg\");\n    qproperty-themeicon-Return:                                     url(\":/IDAG/resources/menu/Return.svg\");\n    qproperty-themeicon-SaveBase:                                   url(\":/IDAG/resources/menu/SaveBase.svg\");\n    qproperty-themeicon-SaveBaseSnap:                               url(\":/IDAG/resources/menu/SaveBaseSnap.svg\");\n    qproperty-themeicon-SaveDesktop:                                url(\":/IDAG/resources/menu/SaveDesktop.svg\");\n    qproperty-themeicon-SearchNext:                                 url(\":/IDAG/resources/menu/SearchNext.svg\");\n    qproperty-themeicon-SetDirection:                               url(\":/IDAG/resources/menu/SetDirection.svg\");\n    qproperty-themeicon-SetType:                                    url(\":/IDAG/resources/menu/SetType.svg\");\n    qproperty-themeicon-ShortcutEditor:                             url(\":/IDAG/resources/menu/ShortcutEditor.svg\");\n    qproperty-themeicon-ShowFlags:                                  url(\":/IDAG/resources/menu/ShowFlags.svg\");\n    qproperty-themeicon-ShowHelp:                                   url(\":/IDAG/resources/menu/ShowHelp.svg\");\n    qproperty-themeicon-ShowRegisters:                              url(\":/IDAG/resources/menu/ShowRegisters.svg\");\n    qproperty-themeicon-ShowSnapMan:                                url(\":/IDAG/resources/menu/ShowSnapMan.svg\");\n    qproperty-themeicon-ShrinkStruct:                               url(\":/IDAG/resources/menu/ShrinkStruct.svg\");\n    qproperty-themeicon-StackTrace:                                 url(\":/IDAG/resources/menu/StackTrace.svg\");\n    qproperty-themeicon-StackView:                                  url(\":/IDAG/resources/menu/StackView.svg\");\n    qproperty-themeicon-StringC:                                    url(\":/IDAG/resources/menu/StringC.svg\");\n    qproperty-themeicon-StringDOS:                                  url(\":/IDAG/resources/menu/StringDOS.svg\");\n    qproperty-themeicon-StringDelphi:                               url(\":/IDAG/resources/menu/StringDelphi.svg\");\n    qproperty-themeicon-StringPascal1:                              url(\":/IDAG/resources/menu/StringPascal1.svg\");\n    qproperty-themeicon-StringPascal2:                              url(\":/IDAG/resources/menu/StringPascal2.svg\");\n    qproperty-themeicon-StringUnicode:                              url(\":/IDAG/resources/menu/StringUnicode.svg\");\n    qproperty-themeicon-StringUnicodePascal2:                       url(\":/IDAG/resources/menu/StringUnicodePascal2.svg\");\n    qproperty-themeicon-StringUnicodePascal4:                       url(\":/IDAG/resources/menu/StringUnicodePascal4.svg\");\n    qproperty-themeicon-SwitchToSource:                             url(\":/IDAG/resources/menu/SwitchToSource.svg\");\n    qproperty-themeicon-TakeSnapshot:                               url(\":/IDAG/resources/menu/TakeSnapshot.svg\");\n    qproperty-themeicon-ThreadRunToCursor:                          url(\":/IDAG/resources/menu/ThreadRunToCursor.svg\");\n    qproperty-themeicon-ThreadRunUntilReturn:                       url(\":/IDAG/resources/menu/ThreadRunUntilReturn.svg\");\n    qproperty-themeicon-ThreadSetCurrentIp:                         url(\":/IDAG/resources/menu/ThreadSetCurrentIp.svg\");\n    qproperty-themeicon-ThreadStepInto:                             url(\":/IDAG/resources/menu/ThreadStepInto.svg\");\n    qproperty-themeicon-ThreadStepOver:                             url(\":/IDAG/resources/menu/ThreadStepOver.svg\");\n    qproperty-themeicon-Threads:                                    url(\":/IDAG/resources/menu/Threads.svg\");\n    qproperty-themeicon-TilAddType:                                 url(\":/IDAG/resources/menu/TilAddType.svg\");\n    qproperty-themeicon-TilDelType:                                 url(\":/IDAG/resources/menu/TilDelType.svg\");\n    qproperty-themeicon-TilEditConst:                               url(\":/IDAG/resources/menu/TilEditConst.svg\");\n    qproperty-themeicon-ToggleDump:                                 url(\":/IDAG/resources/menu/ToggleDump.svg\");\n    qproperty-themeicon-ToggleLeadingZeroes:                        url(\":/IDAG/resources/menu/ToggleLeadingZeroes.svg\");\n    qproperty-themeicon-ToggleSourceDebug:                          url(\":/IDAG/resources/menu/ToggleSourceDebug.svg\");\n    qproperty-themeicon-ToggleTraceFunctions:                       url(\":/IDAG/resources/menu/ToggleTraceFunctions.svg\");\n    qproperty-themeicon-ToggleTraceInstructions:                    url(\":/IDAG/resources/menu/ToggleTraceInstructions.svg\");\n    qproperty-themeicon-TracingWindow:                              url(\":/IDAG/resources/menu/TracingWindow.svg\");\n    qproperty-themeicon-UnHide:                                     url(\":/IDAG/resources/menu/UnHide.svg\");\n    qproperty-themeicon-UnHideAll:                                  url(\":/IDAG/resources/menu/UnHideAll.svg\");\n    qproperty-themeicon-UndoReturn:                                 url(\":/IDAG/resources/menu/UndoReturn.svg\");\n    qproperty-themeicon-WatchList:                                  url(\":/IDAG/resources/menu/WatchList.svg\");\n    qproperty-themeicon-WatchView:                                  url(\":/IDAG/resources/menu/WatchView.svg\");\n    qproperty-themeicon-WindowOpen:                                 url(\":/IDAG/resources/menu/WindowOpen.svg\");\n    qproperty-themeicon-WindowsList:                                url(\":/IDAG/resources/menu/WindowsList.svg\");\n    qproperty-themeicon-WriteTraceAdd:                              url(\":/IDAG/resources/menu/WriteTraceAdd.svg\");\n    qproperty-themeicon-LocalTypesExportToHeader:                   url(\":/IDAG/resources/menu/LocalTypesExportToHeader.svg\");\n    qproperty-themeicon-DebuggerSuspendThread:                      url(\":/IDAG/resources/menu/DebuggerSuspendThread.svg\");\n    qproperty-themeicon-DebuggerResumeThread:                       url(\":/IDAG/resources/menu/DebuggerResumeThread.svg\");\n    qproperty-themeicon-ShowUndoHistory:                            url(\":/IDAG/resources/menu/ShowUndoHistory.svg\");\n    qproperty-themeicon-ActinsQuickFilter:                          url(\":/IDAG/resources/menu/ActinsQuickFilter.svg\");\n    qproperty-themeicon-DiffPrevChunk:                              url(\":/IDAG/resources/menu/DiffPrevChunk.svg\");\n    qproperty-themeicon-DiffCenterChunk:                            url(\":/IDAG/resources/menu/DiffCenterChunk.svg\");\n    qproperty-themeicon-DiffNextChunk:                              url(\":/IDAG/resources/menu/DiffNextChunk.svg\");\n    qproperty-themeicon-DiffPrevConflict:                           url(\":/IDAG/resources/menu/DiffPrevConflict.svg\");\n    qproperty-themeicon-DiffNextConflict:                           url(\":/IDAG/resources/menu/DiffNextConflict.svg\");\n    qproperty-themeicon-DiffApplyHandlerNoConflicts:                url(\":/IDAG/resources/menu/DiffApplyHandlerNoConflicts.svg\");\n    qproperty-themeicon-DiffApplyHandlerPickLocalOnConflict:        url(\":/IDAG/resources/menu/DiffApplyHandlerPickLocalOnConflict.svg\");\n    qproperty-themeicon-DiffProceedToTheNextStep:                   url(\":/IDAG/resources/menu/DiffProceedToTheNextStep.svg\");\n    qproperty-themeicon-DiffApplyHandlerPickRemoteOnConflict:       url(\":/IDAG/resources/menu/DiffApplyHandlerPickRemoteOnConflict.svg\");\n    qproperty-themeicon-DiffApplyPickLocal:                         url(\":/IDAG/resources/menu/DiffApplyPickLocal.svg\");\n    qproperty-themeicon-DiffApplyPickRemote:                        url(\":/IDAG/resources/menu/DiffApplyPickRemote.svg\");\n    qproperty-themeicon-DiffToggleBasePanel:                        url(\":/IDAG/resources/menu/DiffToggleBasePanel.svg\");\n    qproperty-themeicon-DiffToggleDetails:                          url(\":/IDAG/resources/menu/DiffToggleDetails.svg\");\n}\n\nQWidget {\n    border: 0px solid #434343;\n    background-color: #212121;\n    color: #f1efec;\n}\n\nQCheckBox::indicator:unchecked {\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQCheckBox::indicator:checked {\n    border: 2px solid #f78c6c;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:unchecked {\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:checked {\n    border: 2px solid #9fd2d3;\n    border-radius: 4px;\n}\n\nQTextEdit,\nQPlainTextEdit {\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQMenu {\n    border: none;\n}\n\nQMenu:icon {\n    padding-left: 20px;\n}\n\nQMenu:right-arrow {\n    image: url(\"$RELPATH/icons/triangle-right.png\");\n}\n\nQMenuBar,\nQMenuBar::item {\n    background-color: #21212121;\n    color: #f1efec;\n}\n\nQMenu::item {\n    background-color: #21212121;\n    color: #f1efec;\n}\n\nQMenu::item:selected {\n    background-color: #434343;\n}\n\nQMenuBar::item:hover {\n    background-color: #43434343;\n    color: #f1efec;\n}\n\nQMenu::item:hover {\n    background-color: #43434343;\n    color: #f1efec;\n}\n\nQMenu::item:disabled {\n    color: #666;\n}\n\nQMenu::separator {\n    height: 1px;\n    background: transparent;\n    margin-left: 10px;\n    margin-right: 10px;\n    margin-top: 5px;\n    margin-bottom: 5px;\n}\n\nQLineEdit {\n    border: 1px solid #373737;\n    min-height: 20px;\n    border-radius: 2px;\n}\n\nQLineEdit:hover,\nQLineEdit:focus {\n    border: 1px solid #ff5370;\n}\n\nQTableView {\n    border: none;\n    background-color: #212121;\n}\n\nQListView::item:hover,\nQListView::item:default {\n    color: #f1efec;\n    background-color: #434343;\n}\n\nQHeaderView::section {\n    background-color: #212121;\n    border: none;\n    padding: 0 10px;\n    border-bottom: 1px solid #191919;\n}\n\nQHeaderView:horizontal::section {\n    min-height: 20px;\n}\n\nQHeaderView:vertical::section {\n}\n\nQTableCornerButton::section {\n    border: none;\n}\n\nCustomIDAMemo,\nEditContainer {\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nIDAView {\n    background-color: #212121;\n}\n\nhexview_t {\n    background-color: #212121;\n}\n\nQScrollBar {\n    background-color: #212121;\n    width: 15px;\n    height: 15px;\n    margin: 0 0 0 0;\n}\n\nQScrollBar::sub-line,\nQScrollBar::add-line {\n    width: 0;\n    height: 0;\n}\n\nQScrollBar::add-page,\nQScrollBar::sub-page {\n    background: none;\n}\n\nQScrollBar::handle:vertical {\n    min-height: 15px;\n}\n\nQScrollBar::handle:horizontal {\n    min-width: 15px;\n}\n\nQScrollBar::handle {\n    background-color: #ff5370;\n    margin: 3px;\n    border-radius: 2px;\n}\n\nQToolBar {\n    border: none;\n}\n\nQToolBar::handle:horizontal {\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::handle:vertical\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n*/\n\nQToolBar::separator:horizontal {\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::separator:vertical\n{\n    image: url(\"$RELPATH/icons/kebab-vertical.png\");\n}\n*/\n\nQPushButton {\n    background-color: transparent;\n    color: #f1efec;\n    border: 1px solid #373737;\n    text-align: center;\n    min-height: 20px;\n    min-width: 50px;\n    padding: 0 6px 0 6px;\n    border-radius: 2px;\n}\n\nQPushButton:hover,\nQPushButton:pressed {\n    background-color: #373737;\n}\n\nTNavBand > QPushButton,\nnav_scroll_button_t,\nRegJumpButton {\n    min-height: 0;\n    min-width: 0;\n    padding: 0;\n    border: none;\n}\n\nDockWidgetTitle {\n    color: #f1efec;\n    background: transparent;\n    min-height: 0px;\n    height: 25px;\n    padding: 0px 10px 0px 10px;\n    border: none;\n}\n\nDockWidgetTitle QPushButton {\n    color: #f1efec;\n    background: transparent;\n    border: none;\n    min-height: 0;\n    min-width: 0;\n    margin: 0;\n    padding: 0;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Close\"] {\n    qproperty-icon: url(\"$RELPATH/icons/close.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Fullscreen\"] {\n    qproperty-icon: url(\"$RELPATH/icons/chrome-maximize.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle QPushButton[toolTip=\"Float\"] {\n    qproperty-icon: url(\"$RELPATH/icons/chrome-minimize.png\");\n    icon-size: 16px;\n}\n\nIDADockWidget[objectName=\"Output window\"] {\n    qproperty-windowicon: url(\"$RELPATH/icons/blank.png\");\n}\n\nIDADockWidget[objectName=\"Output window\"] DockWidgetTitle {\n    background: #212121;\n    color: #f1efec;\n    margin: 0;\n}\n\nIDADockWidget[objectName=\"Output window\"] QTextEdit:focus {\n    border: 1px solid #f07178;\n}\n\nIDADockWidget[objectName=\"Output window\"] QLineEdit {\n    padding-bottom: 2px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox {\n    margin: 0;\n    padding: 0;\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton {\n    border: none;\n    min-width: 70px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:hover {\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:focus {\n    border: none;\n}\n\nQComboBox {\n    color: #f1efec;\n    padding: 1px 0px 1px 3px;\n    border: 1px solid #434343;\n    border-radius: 2px;\n}\n\nQComboBox > QLineEdit,\nQComboBox > QLineEdit:hover,\nQComboBox > QLineEdit:focus {\n    border: none;\n    min-height: default;\n}\n\nQComboBox::drop-down {\n    subcontrol-origin: padding;\n    subcontrol-position: top right;\n    width: 15px;\n\n    background-color: #373737;\n\n    border-left-width: 1px;\n    border-left-color: #373737;\n    border-left-style: solid;\n}\n\nQComboBox QAbstractItemView {\n    border: 1px solid #373737;\n    selection-background-color: #434343;\n}\n\nQComboBox:!editable {\n    background-color: #373737;\n}\n\nQComboBox::down-arrow {\n    image: url(\"$RELPATH/icons/chevron-down.png\");\n}\n\nIDADockWidget > QWidget > QAbstractButton {\n    background-color: #212121;\n    border-radius: 3px;\n}\n\nIDADockWidget {\n    border: none;\n}\n\nQCheckBox,\nQLabel,\nQRadioButton {\n    background: transparent;\n    color: #f1efec;\n}\n\nQStatusBar QLabel {\n    border: none;\n}\n\nQStatusBar::item {\n    color: #434343;\n    background-color: #212121;\n}\n\nEditContainer,\nChooserContainer,\nQGroupBox,\nQListView,\nQTreeView {\n    background-color: #212121;\n    color: #f1efec;\n    border: 1px solid #373737;\n    outline: 0;\n    border-radius: 2px;\n}\n\nQGroupBox {\n    border: 1px solid #373737;\n    margin-top: 5px;\n}\n\nQGroupBox::title {\n    subcontrol-origin: margin;\n    subcontrol-position: top center;\n}\n\nCLIWidget > QGroupBox > QPushButton,\nCLIWidget > QGroupBox > QPushButton:hover,\nCLIWidget > QGroupBox > QPushButton:focus {\n    border: none;\n}\n\nCLIWidget > QGroupBox {\n    margin-top: 0;\n}\n\nQTreeView::item:selected,\nQListView::item:selected,\nQTableView::item:selected {\n    color: #f1efec;\n    background-color: #434343;\n    outline: 0;\n}\n\nQToolTip,\nQTipLabel {\n    border: none;\n    background: #212121;\n    color: #f1efec;\n    margin: 0;\n    padding: 0;\n}\n\nQTabBar {\n    background: #212121;\n}\n\nQTabWidget::pane {\n    background: transparent;\n}\n\nQTabBar::tab {\n    padding: 8px 10px;\n    background: #212121;\n    color: #f1efec;\n}\n\nQTabBar::tab:hover {\n    background-color: #212121;\n    border-top: 1px solid #ff5370;\n    color: #f1efec;\n}\n\nQTabBar::tab:selected {\n    background-color: #212121;\n    border-top: 1px solid #f07178;\n    color: #f1efec;\n}\n\nQTabBar::close-button {\n    image: url(\"$RELPATH/icons/close.png\");\n}\n\nQTabBar::close-button:hover {\n    image: url(\"$RELPATH/icons/close-hover.png\");\n}\n\nQSpinBox {\n    background: transparent;\n    border: 1px solid transparent;\n    color: #f1efec;\n}\n\nQAbstractScrollArea {\n    border: 0;\n}\n\nQDialogButtonBox {\n    button-layout: 0;\n}\n\nCustomIDAMemo {\n    qproperty-line-fg-default: #7f7e74;\n    qproperty-line-fg-regular-comment: #7f7e74;\n    qproperty-line-fg-repeatable-comment: #7f7e74;\n    qproperty-line-fg-automatic-comment: #7f7e74;\n    qproperty-line-fg-insn: #df9291;\n    qproperty-line-fg-dummy-data-name: #d1b8d4;\n    qproperty-line-fg-regular-data-name: #aaa99f;\n    qproperty-line-fg-demangled-name: #f0d7a4;\n    qproperty-line-fg-punctuation: #d0cfc8;\n    qproperty-line-fg-charlit-in-insn: #b5d1b0;\n    qproperty-line-fg-numlit-in-insn: #f78c6c;\n    qproperty-line-fg-void-opnd: #b59180;\n    qproperty-line-fg-code-xref: #f0d7a4;\n    qproperty-line-fg-data-xref: #f0d7a4;\n    qproperty-line-fg-code-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-data-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-error: #b59180;\n    qproperty-line-fg-opcode-byte: #f0d7a4;\n    qproperty-line-fg-extra-line: #7f7e74;\n    qproperty-line-fg-alt-opnd: #f78c6c;\n    qproperty-line-fg-hidden: #d1b8d4;\n    qproperty-line-fg-libfunc: #93afcf;\n    qproperty-line-fg-locvar: #df9291;\n    qproperty-line-fg-dummy-code-name: #f07178;\n    qproperty-line-fg-asm-directive: #f07178;\n    qproperty-line-fg-macro: #f07178;\n    qproperty-line-fg-strlit-in-data: #b5d1b0;\n    qproperty-line-fg-charlit-in-data: #b5d1b0;\n    qproperty-line-fg-numlit-in-data: #e9b08e;\n    qproperty-line-fg-keyword: #f07178;\n    qproperty-line-fg-register-name: #d1b8d4;\n    qproperty-line-fg-import-name: #93afcf;\n    qproperty-line-fg-segment-name: #d1b8d4;\n    qproperty-line-fg-dummy-unknown-name: #d1b8d4;\n    qproperty-line-fg-code-name: #aaa99f;\n    qproperty-line-fg-unknown-name: #aaa99f;\n    qproperty-line-fg-collapsed-line: #7f7e74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4a4a4a;\n    qproperty-line-pfx-func: #4a4a4a;\n    qproperty-line-pfx-insn: #4a4a4a;\n    qproperty-line-pfx-data: #4a4a4a;\n    qproperty-line-pfx-unexplored: #4a4a4a;\n    qproperty-line-pfx-extern: #4a4a4a;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4a4a4a;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #f78c6c;\n    qproperty-graph-node-title-current: #b59180;\n    qproperty-graph-edge-normal: #93afcf;\n    qproperty-graph-edge-yes: #b5d1b0;\n    qproperty-graph-edge-no: #f07178;\n    qproperty-graph-edge-current: #ff5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[debugging=\"true\"] {\n    qproperty-line-fg-default: #7f7e74;\n    qproperty-line-fg-regular-comment: #7f7e74;\n    qproperty-line-fg-repeatable-comment: #7f7e74;\n    qproperty-line-fg-automatic-comment: #7f7e74;\n    qproperty-line-fg-insn: #df9291;\n    qproperty-line-fg-dummy-data-name: #d1b8d4;\n    qproperty-line-fg-regular-data-name: #aaa99f;\n    qproperty-line-fg-demangled-name: #f0d7a4;\n    qproperty-line-fg-punctuation: #d0cfc8;\n    qproperty-line-fg-charlit-in-insn: #b5d1b0;\n    qproperty-line-fg-numlit-in-insn: #f78c6c;\n    qproperty-line-fg-void-opnd: #b59180;\n    qproperty-line-fg-code-xref: #f0d7a4;\n    qproperty-line-fg-data-xref: #f0d7a4;\n    qproperty-line-fg-code-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-data-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-error: #b59180;\n    qproperty-line-fg-opcode-byte: #f0d7a4;\n    qproperty-line-fg-extra-line: #7f7e74;\n    qproperty-line-fg-alt-opnd: #f78c6c;\n    qproperty-line-fg-hidden: #d1b8d4;\n    qproperty-line-fg-libfunc: #93afcf;\n    qproperty-line-fg-locvar: #df9291;\n    qproperty-line-fg-dummy-code-name: #f07178;\n    qproperty-line-fg-asm-directive: #f07178;\n    qproperty-line-fg-macro: #f07178;\n    qproperty-line-fg-strlit-in-data: #b5d1b0;\n    qproperty-line-fg-charlit-in-data: #b5d1b0;\n    qproperty-line-fg-numlit-in-data: #e9b08e;\n    qproperty-line-fg-keyword: #f07178;\n    qproperty-line-fg-register-name: #d1b8d4;\n    qproperty-line-fg-import-name: #93afcf;\n    qproperty-line-fg-segment-name: #d1b8d4;\n    qproperty-line-fg-dummy-unknown-name: #d1b8d4;\n    qproperty-line-fg-code-name: #aaa99f;\n    qproperty-line-fg-unknown-name: #aaa99f;\n    qproperty-line-fg-collapsed-line: #7f7e74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4a4a4a;\n    qproperty-line-pfx-func: #4a4a4a;\n    qproperty-line-pfx-insn: #4a4a4a;\n    qproperty-line-pfx-data: #4a4a4a;\n    qproperty-line-pfx-unexplored: #4a4a4a;\n    qproperty-line-pfx-extern: #4a4a4a;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4a4a4a;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #f78c6c;\n    qproperty-graph-node-title-current: #b59180;\n    qproperty-graph-edge-normal: #93afcf;\n    qproperty-graph-edge-yes: #b5d1b0;\n    qproperty-graph-edge-no: #f07178;\n    qproperty-graph-edge-current: #ff5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[hints=\"true\"] {\n    qproperty-line-fg-default: #7f7e74;\n    qproperty-line-fg-regular-comment: #7f7e74;\n    qproperty-line-fg-repeatable-comment: #7f7e74;\n    qproperty-line-fg-automatic-comment: #7f7e74;\n    qproperty-line-fg-insn: #df9291;\n    qproperty-line-fg-dummy-data-name: #d1b8d4;\n    qproperty-line-fg-regular-data-name: #aaa99f;\n    qproperty-line-fg-demangled-name: #f0d7a4;\n    qproperty-line-fg-punctuation: #d0cfc8;\n    qproperty-line-fg-charlit-in-insn: #b5d1b0;\n    qproperty-line-fg-numlit-in-insn: #f78c6c;\n    qproperty-line-fg-void-opnd: #b59180;\n    qproperty-line-fg-code-xref: #f0d7a4;\n    qproperty-line-fg-data-xref: #f0d7a4;\n    qproperty-line-fg-code-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-data-xref-to-tail: #f0d7a4;\n    qproperty-line-fg-error: #b59180;\n    qproperty-line-fg-opcode-byte: #f0d7a4;\n    qproperty-line-fg-extra-line: #7f7e74;\n    qproperty-line-fg-alt-opnd: #f78c6c;\n    qproperty-line-fg-hidden: #d1b8d4;\n    qproperty-line-fg-libfunc: #93afcf;\n    qproperty-line-fg-locvar: #df9291;\n    qproperty-line-fg-dummy-code-name: #f07178;\n    qproperty-line-fg-asm-directive: #f07178;\n    qproperty-line-fg-macro: #f07178;\n    qproperty-line-fg-strlit-in-data: #b5d1b0;\n    qproperty-line-fg-charlit-in-data: #b5d1b0;\n    qproperty-line-fg-numlit-in-data: #e9b08e;\n    qproperty-line-fg-keyword: #f07178;\n    qproperty-line-fg-register-name: #d1b8d4;\n    qproperty-line-fg-import-name: #93afcf;\n    qproperty-line-fg-segment-name: #d1b8d4;\n    qproperty-line-fg-dummy-unknown-name: #d1b8d4;\n    qproperty-line-fg-code-name: #aaa99f;\n    qproperty-line-fg-unknown-name: #aaa99f;\n    qproperty-line-fg-collapsed-line: #7f7e74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4a4a4a;\n    qproperty-line-pfx-func: #4a4a4a;\n    qproperty-line-pfx-insn: #4a4a4a;\n    qproperty-line-pfx-data: #4a4a4a;\n    qproperty-line-pfx-unexplored: #4a4a4a;\n    qproperty-line-pfx-extern: #4a4a4a;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4a4a4a;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #f78c6c;\n    qproperty-graph-node-title-current: #b59180;\n    qproperty-graph-edge-normal: #93afcf;\n    qproperty-graph-edge-yes: #b5d1b0;\n    qproperty-graph-edge-no: #f07178;\n    qproperty-graph-edge-current: #ff5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nMainMsgList {\n    color: #f07178;\n    background-color: #212121;\n}\n\nTCpuRegs {\n    background-color: #4d4d4d;\n    qproperty-register-defined: white;\n    qproperty-register-changed: #ffff7f;\n    qproperty-register-edited: #ff7f17;\n    qproperty-register-unavailable: #808080;\n}\n\nTCpuRegs IDALabel {\n    color: #aaaaaa;\n}\n\nTextArrows {\n    qproperty-jump-in-function: #aaa99f;\n    qproperty-jump-external-to-function: #f07178;\n    qproperty-jump-under-cursor: #93afcf;\n}\n\nnavband_t {\n    qproperty-lib-function: #93afcf;\n    qproperty-function: #df9291;\n    qproperty-code: #f07178;\n    qproperty-data: #f0d7a4;\n    qproperty-undefined: #d1b8d4;\n    qproperty-extern: #89ddff;\n    qproperty-error: #ff5370;\n    qproperty-gap: #434343;\n    qproperty-cursor: #b59180;\n    qproperty-auto-analysis-cursor: #f78c6c;\n    qproperty-lumina-function: #b5d1b0;\n}\n\nTextEdit {\n    qproperty-keyword1-fg: #7171ff;\n    qproperty-keyword2-fg: #c728c7;\n    qproperty-keyword3-fg: #ff4545;\n    qproperty-string-fg: #e47251;\n    qproperty-comment-fg: #5ac35a;\n    qproperty-preprocessor-fg: #7171ff;\n}\n\nTextEdit QWidget {\n    background-color: transparent;\n}\n\nTextEdit text_edit_margin_widget_t {\n    color: lightgrey;\n    qproperty-header-color: gainsboro;\n}\n\nTChooser {\n    qproperty-highlight-bg-default: red;\n    qproperty-highlight-bg-selected: pink;\n}\n"
  },
  {
    "path": "idaskins/long_night/manifest.json",
    "content": "{\n    \"theme_name\": \"long_night by Layle\",\n    \"author\": \"Layle\",\n    \"version\": \"v1.2\",\n    \"preview_image\": \"preview.png\",\n    \"clr_file\": \"theme72.clr\",\n    \"qss_file\": \"theme72.css\"\n}"
  },
  {
    "path": "idaskins/long_night/theme72.clr",
    "content": "[DISASM]\n000000\t //\n747e7f\t //Default color\n747e7f\t //Regular comment\n747e7f\t //Repeatable comment\n747e7f\t //Automatic comment\n9192df\t //Instruction\nd4b8d1\t //Dummy Data Name\n9fa9aa\t //Regular Data Name\na4d7f0\t //Demangled Name\nc8cfd0\t //Punctuation\nb5d1b0\t //Char constant in instruction\nb5d1b0\t //String constant in instruction\n6c8cf7\t //Numeric constant in instruction\n8091b5\t //Void operand\na4d7f0\t //Code reference\na4d7f0\t //Data reference\na4d7f0\t //Code reference to tail byte\na4d7f0\t //Data reference to tail byte\n8091b5\t //Error or problem\nc0c0c0\t //Line prefix\na4d7f0\t //Binary line prefix bytes\n747e7f\t //Extra line\n6c8cf7\t //Alternative operand\nd4b8d1\t //Hidden name\ncfaf93\t //Library function name\n9192df\t //Local variable name\n7871f0\t //Dummy code name\n7871f0\t //Assembler directive\n7871f0\t //Macro\nb0d1b5\t //String constant in data directive\nb0d1b5\t //Char constant in data directive\n8eb0e9\t //Numeric constant in data directive\n7871f0\t //Keywords\nd1b8d4\t //Register name\ncfaf93\t //Imported name\nd1b8d4\t //Segment name\nd4b8d1\t //Dummy unknown name\n9fa9aa\t //Regular code name\n9fa9aa\t //Regular unknown name\n747e7f\t //Collapsed line\n000000\t //Max color number\n212121\t //Line prefix: library function\n353535\t //Line prefix: regular function\n4a4a4a\t //Line prefix: instruction\n4a4a4a\t //Line prefix: data\n4a4a4a\t //Line prefix: unexplored\n4a4a4a\t //Line prefix: externs\n4a4a4a\t //Line prefix: current item\n434343\t //Line prefix: current line\nd0cfc8\t //Punctuation\n434343\t //Opcode bytes\n000000\t //Manual operand\nb59180\t //Error\n[NAVBAR]\ncfaf93\t //Library function\n9192df\t //Regular function\n7871f0\t //Instruction\na4d7f0\t //Data item\nd4b8d1\t //Unexplored\nffdd89\t //External symbol\n7053ff\t //Errors\n434343\t //Gaps\n8091b5\t //Cursor\n6c8cf7\t //Address\nb0d1b5\t //Lumina function\n[DEBUG]\n184b4b\t //Current IP\nffa0a0\t //Current IP (+ enabled breakpoint)\n408020\t //Current IP (+ disabled breakpoint)\n1e1e1e\t //Default background\n0014e5\t //Address (+ enabled breakpoint)\n00ff00\t //Address (+ disabled breakpoint)\n004080\t //Current IP (+ unavailable breakpoint)\n0080ff\t //Address (+ unavailable breakpoint)\n858585\t //Registers\nd69c56\t //Registers (changed)\n800080\t //Registers (edited)\n808080\t //Registers (unavailable)\n[ARROW]\n9fa9aa\t //Jump in current function\n7871f0\t //Jump external to function\ncfaf93\t //Jump under the cursor\n008000\t //Jump target\nff4040\t //Register target\n[GRAPH]\n3c3c3c\t //Top color\n3c3c3c\t //Bottom color\n353535\t //Normal title\n6c8cf7\t //Selected title\n8091b5\t //Current title\n00ffff\t //Group frame\n000000\t //Node shadow\nffffcc\t //Highlight color 1\nccffcc\t //Highlight color 2\n0000ff\t //Foreign node\ncfaf93\t //Normal edge\nb0d1b5\t //Yes edge\n7871f0\t //No edge\nff00ff\t //Highlighted edge\n7053ff\t //Current edge\n[MISC]\n7871f0\t //Message text\n1e1e1e\t //Message background\n404080\t //Patched bytes\n0080ff\t //Unsaved changes\n[OTHER]\n353535\t //Highlight color\n262525\t //Hint color\n[SYNTAX]\nff0000\t0\t0\t //Keyword 1\n800080\t0\t0\t //Keyword 2\n0000ff\t0\t0\t //Keyword 3\n00008b\t0\t0\t //String\n006400\t0\t1\t //Comment\nff0000\t1\t0\t //Preprocessor\n8b8b00\t1\t0\t //Number\n"
  },
  {
    "path": "idaskins/long_night/theme72.css",
    "content": "/* NOTE: This is an autogenerated file; please do not edit. */\n\n/* TODO Remove white line between assembly and tabs */\n/* TODO Dock lines reappear when undocked and then docked. Do they look bad tho? */\n/* TODO Comment window has no borders around input field */\n\nQWidget\n{\n    border: 0px solid #434343;\n    background-color: #212121;\n    color: #F1EFEC;\n}\n\nQCheckBox::indicator:unchecked\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQCheckBox::indicator:checked\n{\n    border: 2px solid #F78C6C;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:unchecked\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 4px;\n}\n\nQRadioButton::indicator:checked\n{\n    border: 2px solid #9FD2D3;\n    border-radius: 4px;\n}\n\nQTextEdit,\nQPlainTextEdit\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nQMenu\n{\n    border: none;\n}\n\nQMenu:icon\n{\n    padding-left: 20px;\n}\n\nQMenu:right-arrow\n{\n    image: url(\"<SKINDIR>/icons/triangle-right.png\");\n}\n\nQMenuBar,\nQMenuBar::item\n{\n    background-color: #21212121;\n    color: #F1EFEC;\n}\n\nQMenu::item\n{\n    background-color: #21212121;\n    color: #F1EFEC;\n}\n\nQMenu::item:selected\n{\n    background-color: #434343;\n}\n\nQMenuBar::item:hover\n{\n    background-color: #43434343;\n    color: #F1EFEC;\n}\n\nQMenu::item:hover\n{\n    background-color: #43434343;\n    color: #F1EFEC;\n}\n\nQMenu::item:disabled\n{\n    color: #666;\n}\n\nQMenu::separator\n{\n    height: 1px;\n    background: transparent;\n    margin-left: 10px;\n    margin-right: 10px;\n    margin-top: 5px;\n    margin-bottom: 5px;\n}\n\nQLineEdit\n{\n    border: 1px solid #373737;\n    min-height: 20px;\n    border-radius: 2px;\n}\n\nQLineEdit:hover,\nQLineEdit:focus\n{\n    border: 1px solid #FF5370;\n}\n\nQTableView\n{\n    border: none;\n    background-color: #212121;\n}\n\nQListView::item:hover,\nQListView::item:default\n{\n    color: #F1EFEC;\n    background-color: #434343;\n}\n\nQHeaderView::section\n{\n    background-color: #212121;\n    border: none;\n    padding: 0 10px;\n    border-bottom: 1px solid #191919;\n}\n\nQHeaderView:horizontal::section\n{\n    min-height: 20px;\n}\n\nQHeaderView:vertical::section\n{\n}\n\nQTableCornerButton::section\n{\n    border: none;\n}\n\nCustomIDAMemo,\nEditContainer\n{\n    background-color: #212121;\n    border: 1px solid #373737;\n    border-radius: 2px;\n}\n\nIDAView\n{\n    background-color: #212121;\n}\n\nhexview_t\n{\n    background-color: #212121;\n}\n\nQScrollBar\n{\n    background-color: #212121;\n    width: 15px;\n    height: 15px;\n    margin: 0 0 0 0;\n}\n\nQScrollBar::sub-line,\nQScrollBar::add-line\n{\n    width: 0;\n    height: 0;\n}\n\nQScrollBar::add-page,\nQScrollBar::sub-page\n{\n    background: none;\n}\n\nQScrollBar::handle:vertical\n{\n    min-height: 15px;\n}\n\nQScrollBar::handle:horizontal\n{\n    min-width: 15px;\n}\n\nQScrollBar::handle\n{\n    background-color: #FF5370;\n    margin: 3px;\n    border-radius: 2px;\n}\n\nQToolBar\n{\n    border: none;\n}\n\nQToolBar::handle:horizontal\n{\n    image: url(\"<SKINDIR>/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::handle:vertical\n{\n    image: url(\"<SKINDIR>/icons/kebab-vertical.png\");\n}\n*/\n\nQToolBar::separator:horizontal\n{\n    image: url(\"<SKINDIR>/icons/kebab-vertical.png\");\n}\n\n/*\nQToolBar::separator:vertical\n{\n    image: url(\"<SKINDIR>/icons/kebab-vertical.png\");\n}\n*/\n\nQPushButton\n{\n    background-color: transparent;\n    color: #F1EFEC;\n    border: 1px solid #373737;\n    text-align: center;\n    min-height: 20px;\n    min-width: 50px;\n    padding: 0 6px 0 6px;\n    border-radius: 2px;\n}\n\nQPushButton:hover,\nQPushButton:pressed\n{\n    background-color: #373737;\n}\n\nTNavBand > QPushButton,\nnav_scroll_button_t,\nRegJumpButton\n{\n    min-height: 0;\n    min-width: 0;\n    padding: 0;\n    border: none;\n}\n\nDockWidgetTitle\n{\n    color: #F1EFEC;\n    background: transparent;\n    min-height: 0px;\n    height: 25px;\n    padding: 0px 10px 0px 10px;\n    border: none;\n}\n\nDockWidgetTitle DockWidgetTitleButton\n{   \n    color: #F1EFEC;\n    background: transparent;\n    border: none;\n    min-height: 0;\n    min-width: 0;\n    margin: 0;\n    padding: 0;\n}\n\nDockWidgetTitle DockWidgetTitleButton[toolTip=\"Close\"]\n{\n    qproperty-icon: url(\"<SKINDIR>/icons/close.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle DockWidgetTitleButton[toolTip=\"Fullscreen\"]\n{\n    qproperty-icon: url(\"<SKINDIR>/icons/chrome-maximize.png\");\n    icon-size: 16px;\n}\n\nDockWidgetTitle DockWidgetTitleButton[toolTip=\"Float\"]\n{\n    qproperty-icon: url(\"<SKINDIR>/icons/chrome-minimize.png\");\n    icon-size: 16px;\n}\n\nIDADockWidget[objectName=\"Output window\"]\n{\n    qproperty-windowIcon: url(\"<SKINDIR>/icons/blank.png\");\n}\n\nIDADockWidget[objectName=\"Output window\"] DockWidgetTitle\n{\n    background: #212121;\n    color: #F1EFEC;\n    margin: 0;\n}\n\nIDADockWidget[objectName=\"Output window\"] QTextEdit:focus\n{\n    border: 1px solid #F07178;\n}\n\nIDADockWidget[objectName=\"Output window\"] QLineEdit\n{\n    padding-bottom: 2px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox\n{\n    margin: 0;\n    padding: 0;\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton\n{\n    border: none;\n    min-width: 70px;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:hover\n{\n    border: none;\n}\n\nIDADockWidget[objectName=\"Output window\"] QGroupBox QPushButton:focus\n{\n    border: none;\n}\n\nQComboBox\n{\n    color: #F1EFEC;\n    padding: 1px 0px 1px 3px;\n    border: 1px solid #434343;\n    border-radius: 2px;\n}\n\nQComboBox > QLineEdit,\nQComboBox > QLineEdit:hover,\nQComboBox > QLineEdit:focus\n{\n    border: none;\n    min-height: default;\n}\n\nQComboBox::drop-down\n{\n    subcontrol-origin: padding;\n    subcontrol-position: top right;\n    width: 15px;\n\n    background-color: #373737;\n    \n    border-left-width: 1px;\n    border-left-color: #373737;\n    border-left-style: solid;\n}\n\nQComboBox QAbstractItemView\n{\n    border: 1px solid #373737;\n    selection-background-color: #434343;\n}\n\nQComboBox:!editable\n{\n    background-color: #373737;\n}\n\nQComboBox::down-arrow\n{\n    image: url(\"<SKINDIR>/icons/chevron-down.png\");\n}\n\nIDADockWidget > QWidget > QAbstractButton\n{\n    background-color: #212121;\n    border-radius: 3px;\n}\n\nIDADockWidget\n{\n    border: none;\n}\n\nQCheckBox,\nQLabel,\nQRadioButton\n{\n    background: transparent;\n    color: #F1EFEC;\n}\n\nQStatusBar QLabel\n{\n    border: none;\n}\n\nQStatusBar::item\n{\n    color: #434343;\n    background-color: #212121;\n}\n\nEditContainer,\nChooserContainer,\nQGroupBox,\nQListView,\nQTreeView\n{\n    background-color: #212121;\n    color: #F1EFEC;\n    border: 1px solid #373737;\n    outline: 0;\n    border-radius: 2px;\n}\n\nQGroupBox\n{\n    border: 1px solid #373737;\n    margin-top: 5px;\n}\n\nQGroupBox::title\n{\n    subcontrol-origin: margin;\n    subcontrol-position: top center;\n}\n\nCLIWidget > QGroupBox > QPushButton,\nCLIWidget > QGroupBox > QPushButton:hover,\nCLIWidget > QGroupBox > QPushButton:focus\n{\n    border: none;\n}\n\nCLIWidget > QGroupBox\n{\n    margin-top: 0;\n}\n\nQTreeView::item:selected,\nQListView::item:selected,\nQTableView::item:selected\n{\n    color: #F1EFEC;\n    background-color: #434343;\n    outline: 0;\n}\n\nQToolTip,\nQTipLabel\n{\n    border: none;\n    background: #212121;\n    color: #F1EFEC;\n    margin: 0;\n    padding: 0;\n}\n\nQTabBar\n{\n    background: #212121;\n}\n\nQTabWidget::pane\n{\n    background: transparent;\n}\n\nQTabBar::tab\n{\n    padding: 8px 10px;\n    background: #212121;\n    color: #F1EFEC;\n}\n\nQTabBar::tab:hover\n{\n    background-color: #212121;\n    border-top: 1px solid #FF5370;\n    color: #F1EFEC;\n}\n\nQTabBar::tab:selected\n{\n    background-color: #212121;\n    border-top: 1px solid #F07178;\n    color: #F1EFEC;\n}\n\nQTabBar::close-button\n{\n    image: url(\"<SKINDIR>/icons/close.png\"); \n}\n\nQTabBar::close-button:hover\n{\n    image: url(\"<SKINDIR>/icons/close-hover.png\");\n}\n\nQSpinBox\n{\n    background: transparent;\n    border: 1px solid transparent;\n    color: #F1EFEC;\n}\n\nQAbstractScrollArea\n{\n    border: 0;\n}\n\nQDialogButtonBox \n{\n    button-layout: 0;\n}\n\nCustomIDAMemo\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[debugging=\"true\"]\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nCustomIDAMemo[hints=\"true\"]\n{\n    qproperty-line-fg-default: #7F7E74;\n    qproperty-line-fg-regular-comment: #7F7E74;\n    qproperty-line-fg-repeatable-comment: #7F7E74;\n    qproperty-line-fg-automatic-comment: #7F7E74;\n    qproperty-line-fg-insn: #DF9291;\n    qproperty-line-fg-dummy-data-name: #D1B8D4;\n    qproperty-line-fg-regular-data-name: #AAA99F;\n    qproperty-line-fg-demangled-name: #F0D7A4;\n    qproperty-line-fg-punctuation: #D0CFC8;\n    qproperty-line-fg-charlit-in-insn: #B5D1B0;\n    qproperty-line-fg-numlit-in-insn: #F78C6C;\n    qproperty-line-fg-void-opnd: #B59180;\n    qproperty-line-fg-code-xref: #F0D7A4;\n    qproperty-line-fg-data-xref: #F0D7A4;\n    qproperty-line-fg-code-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-data-xref-to-tail: #F0D7A4;\n    qproperty-line-fg-error: #B59180;\n    qproperty-line-fg-opcode-byte: #F0D7A4;\n    qproperty-line-fg-extra-line: #7F7E74;\n    qproperty-line-fg-alt-opnd: #F78C6C;\n    qproperty-line-fg-hidden: #D1B8D4;\n    qproperty-line-fg-libfunc: #93AFCF;\n    qproperty-line-fg-locvar: #DF9291;\n    qproperty-line-fg-dummy-code-name: #F07178;\n    qproperty-line-fg-asm-directive: #F07178;\n    qproperty-line-fg-macro: #F07178;\n    qproperty-line-fg-strlit-in-data: #B5D1B0;\n    qproperty-line-fg-charlit-in-data: #B5D1B0;\n    qproperty-line-fg-numlit-in-data: #E9B08E;\n    qproperty-line-fg-keyword: #F07178;\n    qproperty-line-fg-register-name: #D1B8D4;\n    qproperty-line-fg-import-name: #93AFCF;\n    qproperty-line-fg-segment-name: #D1B8D4;\n    qproperty-line-fg-dummy-unknown-name: #D1B8D4;\n    qproperty-line-fg-code-name: #AAA99F;\n    qproperty-line-fg-unknown-name: #AAA99F;\n    qproperty-line-fg-collapsed-line: #7F7E74;\n    qproperty-line-bg-default: #212121;\n    qproperty-line-bg-selected: #353535;\n    qproperty-line-pfx-libfunc: #4A4A4A;\n    qproperty-line-pfx-func: #4A4A4A;\n    qproperty-line-pfx-insn: #4A4A4A;\n    qproperty-line-pfx-data: #4A4A4A;\n    qproperty-line-pfx-unexplored: #4A4A4A;\n    qproperty-line-pfx-extern: #4A4A4A;\n    qproperty-line-pfx-current-line: #434343;\n    qproperty-line-pfx-current-item: #434343;\n    qproperty-line-pfx-lumina: #4A4A4A;\n    qproperty-graph-bg-top: #434343;\n    qproperty-graph-bg-bottom: #434343;\n    qproperty-graph-node-title-normal: #353535;\n    qproperty-graph-node-title-selected: #F78C6C;\n    qproperty-graph-node-title-current: #B59180;\n    qproperty-graph-edge-normal: #93AFCF;\n    qproperty-graph-edge-yes: #B5D1B0;\n    qproperty-graph-edge-no: #F07178;\n    qproperty-graph-edge-current: #FF5370;\n    qproperty-line-bg-highlight: #353535;\n}\n\nMainMsgList\n{\n    color: #F07178;\n    background-color: #212121;\n}\n\nTCpuRegs\n{\n    background-color: #4D4D4D;\n    qproperty-register-defined: white;\n    qproperty-register-changed: #FFFF7F;\n    qproperty-register-edited: #FF7F17;\n    qproperty-register-unavailable: #808080;\n}\n\nTCpuRegs IDALabel\n{\n    color: #AAAAAA;\n}\n\nTextArrows\n{\n    qproperty-jump-in-function: #AAA99F;\n    qproperty-jump-external-to-function: #F07178;\n    qproperty-jump-under-cursor: #93AFCF;\n}\n\nnavband_t\n{\n    qproperty-lib-function: #93AFCF;\n    qproperty-function: #DF9291;\n    qproperty-code: #F07178;\n    qproperty-data: #F0D7A4;\n    qproperty-undefined: #D1B8D4;\n    qproperty-extern: #89DDFF;\n    qproperty-error: #FF5370;\n    qproperty-gap: #434343;\n    qproperty-cursor: #B59180;\n    qproperty-auto-analysis-cursor: #F78C6C;\n    qproperty-lumina-function: #B5D1B0;\n}\n\nTextEdit\n{\n    qproperty-keyword1-fg: #7171FF;\n    qproperty-keyword2-fg: #C728C7;\n    qproperty-keyword3-fg: #FF4545;\n    qproperty-string-fg: #E47251;\n    qproperty-comment-fg: #5AC35A;\n    qproperty-preprocessor-fg: #7171FF;\n}\n\nTextEdit QWidget\n{\n    background-color: transparent;\n}\n\nTextEdit text_edit_margin_widget_t\n{\n    color: lightgrey;\n    qproperty-header-color: gainsboro;\n}\n\nTChooser\n{\n    qproperty-highlight-bg-default: red;\n    qproperty-highlight-bg-selected: pink;\n}\n"
  },
  {
    "path": "lighthouse/long_night.json",
    "content": "{\n    \"name\": \"Synth\",\n\n    \"colors\":\n    {\n        \"black\":     [33, 33, 33],\n        \"white\":     [241, 239, 236],\n\n        \"darkGray\":  [20, 20, 20],\n        \"darkGray2\": [30, 30, 30],\n        \"darkGray3\": [54, 54, 54],\n\n        \"gray\":      [100, 100, 100],\n        \"lightGray\": [55, 55, 55],\n\n        \"red\":       [188, 101, 141],\n        \"green\":     [64, 255, 64],\n        \"blue\":      [104, 134, 197],\n        \"lightBlue\": [128, 200, 255],\n        \"darkBlue\":  [44, 44, 44],\n        \"purple\":    [121, 104, 197],\n\n        \"focusRed\":  [255, 83, 112],\n        \"selection\": [67, 67, 67]\n    },\n\n    \"fields\":\n    {\n        \"coverage_paint\":                [\"darkBlue\", \"lightBlue\"],\n\n        \"table_text\":                    \"white\",\n        \"table_grid\":                    \"black\",\n        \"table_coverage_none\":           \"black\",\n        \"table_coverage_bad\":            \"red\",\n        \"table_coverage_good\":           \"blue\",\n        \"table_background\":              \"black\",\n        \"table_selection\":               \"purple\",\n\n        \"html_summary_text\":             \"white\",\n        \"html_table_header\":             \"white\",\n        \"html_page_background\":          \"black\",\n\n        \"shell_text\":                    \"white\",\n        \"shell_text_valid\":              \"lightBlue\",\n        \"shell_text_invalid\":            \"red\",\n        \"shell_highlight_invalid\":       \"red\",\n\n        \"shell_border\":                  \"lightGray\",\n        \"shell_border_focus\":            \"focusRed\",\n        \"shell_background\":              \"black\",\n\n        \"shell_hint_text\":               \"white\",\n        \"shell_hint_background\":         \"black\",\n\n        \"logic_token\":                   \"red\",\n        \"comma_token\":                   \"green\",\n        \"paren_token\":                   \"green\",\n        \"coverage_token\":                \"lightBlue\",\n\n        \"combobox_text\":                 \"white\",\n        \"combobox_selection_text\":       \"white\",\n        \"combobox_selection_background\": \"selection\",\n\n        \"combobox_border\":               \"lightGray\",\n        \"combobox_border_focus\":         \"focusRed\",\n        \"combobox_background\":           \"black\"\n    }\n}\n"
  }
]