tahoma2d/stuff/config/qss/Astral_072_Dark/less/layouts/scriptconsole.less
Kite 9753a41e2e Minimalist Theme (#1112)
* Introducing Astral themes
2017-04-14 16:30:36 +09:00

19 lines
571 B
Text

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