|
|
|
|
@ -138,11 +138,11 @@ const std::string juci_light_style =
|
|
|
|
|
" <color name=\"purple\" value=\"#990099\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <style name=\"text\" foreground=\"#000000\" background=\"#FFFFFF\"/>\n" |
|
|
|
|
" <style name=\"background-pattern\" background=\"#rgba(.125,.125,.125,.025)\"/>\n" |
|
|
|
|
" <style name=\"background-pattern\" background=\"#rgba(0,0,0,.03)\"/>\n" |
|
|
|
|
" <style name=\"selection\" background=\"#4A90D9\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#rgba(1,1,1,.075)\"/>\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#rgba(0,0,0,.07)\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
|
" <style name=\"bracket-match\" foreground=\"white\" background=\"gray\" bold=\"true\"/>\n" |
|
|
|
|
@ -194,10 +194,11 @@ const std::string juci_dark_style =
|
|
|
|
|
" <color name=\"purple\" value=\"#DD88DD\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <style name=\"text\" foreground=\"white\" background=\"black\"/>\n" |
|
|
|
|
" <style name=\"background-pattern\" background=\"#rgba(255,255,255,.04)\"/>\n" |
|
|
|
|
" <style name=\"selection\" background=\"#215D9C\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#333333\"/>\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#rgba(255,255,255,.06)\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
|
" <style name=\"bracket-match\" foreground=\"black\" background=\"gray\" bold=\"true\"/>\n" |
|
|
|
|
@ -252,10 +253,11 @@ const std::string juci_dark_blue_style =
|
|
|
|
|
" <color name=\"light-green\" value=\"#A0DB6B\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <style name=\"text\" foreground=\"white\" background=\"dark-blue\"/>\n" |
|
|
|
|
" <style name=\"background-pattern\" background=\"#rgba(255,255,255,.04)\"/>\n" |
|
|
|
|
" <style name=\"selection\" background=\"#215D9C\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
|
" <style name=\"current-line\" background=\"blue\"/>\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#rgba(255,255,255,.05)\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Bracket Matching -->\n" |
|
|
|
|
" <style name=\"bracket-match\" foreground=\"dark-blue\" background=\"gray\" bold=\"true\"/>\n" |
|
|
|
|
|