Browse Source

Added selection background since this one was set to the same as text background.

merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
677ad22dea
  1. 2
      src/files.h

2
src/files.h

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

Loading…
Cancel
Save