Kite 9753a4
/* -----------------------------------------------------------------------------
Kite 9753a4
   Script Console
Kite 9753a4
----------------------------------------------------------------------------- */
Kite 9753a4
Kite 9753a4
// Unfortunetely most of the text color properties are hard-coded...
Kite 9753a4
// Consider moving them to qproperties in scriptconsole.cpp (line 29-39)?
Kite 9753a4
Kite 9753a4
#ScriptConsole {
Kite 9753a4
  .text-code; // base/mixins.less
Kite 9753a4
  border: 0;
Kite 9753a4
  color: @scriptconsole-text-color;
Kite 9753a4
  padding: 3px;
Kite 9753a4
  & QFrame {
Kite 9753a4
    background-color: @scriptconsole-bg-color;
Kite 9753a4
  }
Kite 9753a4
  & TPanelTitleBar {
Kite 9753a4
    background-color: @title-bg-color;
Kite 9753a4
  }
Kite 9753a4
}