mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Address comment: https://github.com/SpartanJ/ecode/discussions/884#discussioncomment-16692272 .
This commit is contained in:
@@ -47,7 +47,7 @@ static const auto BASE_UI_THEME = R"css(
|
||||
--tab-font-inactive: line_number2;
|
||||
|
||||
/* Icons */
|
||||
--icon: symbol;
|
||||
--icon: normal;
|
||||
--icon-active: type;
|
||||
--icon-back-hover: selection;
|
||||
--icon-line: line_number2;
|
||||
@@ -171,6 +171,10 @@ std::string ColorSchemeTranslator::fromSyntaxColorScheme( const SyntaxColorSchem
|
||||
output, "symbol",
|
||||
colorScheme.getSyntaxStyle( SyntaxStyleTypes::Symbol ).color.toHexString( true ) );
|
||||
|
||||
String::replaceAll(
|
||||
output, "normal",
|
||||
colorScheme.getSyntaxStyle( SyntaxStyleTypes::Normal ).color.toHexString( true ) );
|
||||
|
||||
String::replaceAll(
|
||||
output, "function",
|
||||
colorScheme.getSyntaxStyle( SyntaxStyleTypes::Function ).color.toHexString( true ) );
|
||||
|
||||
Reference in New Issue
Block a user