|
|
|
@ -5528,6 +5528,10 @@ void NppParameters::feedGUIParameters(TiXmlNode *node)
|
|
|
|
|
val = element->Attribute(TEXT("customColorEdge"), &i);
|
|
|
|
|
if (val)
|
|
|
|
|
_nppGUI._darkmode._customColors.edge = i;
|
|
|
|
|
|
|
|
|
|
val = element->Attribute(TEXT("customColorLinkText"), &i);
|
|
|
|
|
if (val)
|
|
|
|
|
_nppGUI._darkmode._customColors.linkText = i;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -6580,6 +6584,7 @@ void NppParameters::createXmlTreeFromGUIParams()
|
|
|
|
|
GUIConfigElement->SetAttribute(TEXT("customColorDarkText"), _nppGUI._darkmode._customColors.darkerText);
|
|
|
|
|
GUIConfigElement->SetAttribute(TEXT("customColorDisabledText"), _nppGUI._darkmode._customColors.disabledText);
|
|
|
|
|
GUIConfigElement->SetAttribute(TEXT("customColorEdge"), _nppGUI._darkmode._customColors.edge);
|
|
|
|
|
GUIConfigElement->SetAttribute(TEXT("customColorLinkText"), _nppGUI._darkmode._customColors.linkText);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show" bookMarkMargin="show" indentGuideLine="show" folderMarkStyle="box" lineWrapMethod="aligned" currentLineHilitingShow="show" scrollBeyondLastLine="no" rightClickKeepsSelection="no" disableAdvancedScrolling="no" wrapSymbolShow="hide" Wrap="no" borderEdge="yes" edge="no" edgeNbColumn="80" zoom="0" zoom2="0" whiteSpaceShow="hide" eolShow="hide" borderWidth="2" smoothFont="no" />
|
|
|
|
|