|
|
|
@ -138,10 +138,11 @@ const std::string juci_light_style = |
|
|
|
" <color name=\"purple\" value=\"#990099\"/>\n" |
|
|
|
" <color name=\"purple\" value=\"#990099\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <style name=\"text\" foreground=\"#000000\" background=\"#FFFFFF\"/>\n" |
|
|
|
" <style name=\"text\" foreground=\"#000000\" background=\"#FFFFFF\"/>\n" |
|
|
|
|
|
|
|
" <style name=\"background-pattern\" background=\"#rgba(.125,.125,.125,.025)\"/>\n" |
|
|
|
" <style name=\"selection\" background=\"#4A90D9\"/>\n" |
|
|
|
" <style name=\"selection\" background=\"#4A90D9\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
" <style name=\"current-line\" background=\"#EEEEEE\"/>\n" |
|
|
|
" <style name=\"current-line\" background=\"#rgba(1,1,1,.075)\"/>\n" |
|
|
|
"\n" |
|
|
|
"\n" |
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
" <style name=\"bracket-match\" foreground=\"white\" background=\"gray\" bold=\"true\"/>\n" |
|
|
|
" <style name=\"bracket-match\" foreground=\"white\" background=\"gray\" bold=\"true\"/>\n" |
|
|
|
|