From a3a3c4299ce53fdf134a379095a2e04ced1ff47c Mon Sep 17 00:00:00 2001 From: Alexey Uzhva Date: Mon, 16 Apr 2007 12:56:50 +0000 Subject: fixes; more qt4; better qt4 makefiles git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@493 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/editor/scripteditor.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modules/editor/scripteditor.cpp') diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp index 748a56208..2e7ab0d3e 100644 --- a/src/modules/editor/scripteditor.cpp +++ b/src/modules/editor/scripteditor.cpp @@ -62,17 +62,17 @@ extern KviPtrList * g_pScriptEditorWindowList; extern KviModule * g_pEditorModulePointer; -static QColor g_clrBackground(0,0,0); -static QColor g_clrNormalText(100,255,0); +static QColor g_clrBackground(255,255,255); +static QColor g_clrNormalText(0,0,0); static QColor g_clrBracket(255,0,0); static QColor g_clrComment(0,120,0); -static QColor g_clrFunction(255,255,0); -static QColor g_clrKeyword(120,120,150); -static QColor g_clrVariable(200,200,200); +static QColor g_clrFunction(0,17,255); +static QColor g_clrKeyword(85,85,255); +static QColor g_clrVariable(255,0,0); static QColor g_clrPunctuation(180,180,0); -static QColor g_clrFind(187,221,255); +static QColor g_clrFind(0,0,0); -static QFont g_fntNormal("Fixed",12); +static QFont g_fntNormal("Courier New",8); KviCompletionBox::KviCompletionBox(QWidget * parent = 0) : KviTalListBox(parent) -- cgit v1.3.1-10-gc9f91