|
|
|
|
@ -146,6 +146,7 @@ const std::string juci_light_style =
|
|
|
|
|
" <color name=\"purple\" value=\"#990099\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <style name=\"text\" foreground=\"#000000\" background=\"#FFFFFF\"/>\n" |
|
|
|
|
" <style name=\"selection\" background=\"#4A90D9\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#EEEEEE\"/>\n" |
|
|
|
|
@ -202,6 +203,7 @@ const std::string juci_dark_style =
|
|
|
|
|
" <color name=\"purple\" value=\"#DD88DD\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <style name=\"text\" foreground=\"#BBBBBB\" background=\"#222222\"/>\n" |
|
|
|
|
" <style name=\"selection\" background=\"#215D9C\"/>\n" |
|
|
|
|
"\n" |
|
|
|
|
" <!-- Current Line Highlighting -->\n" |
|
|
|
|
" <style name=\"current-line\" background=\"#333333\"/>\n" |
|
|
|
|
|