Browse Source

juci-light style now works with dark theme (foreground and background set).

merge-requests/365/head
eidheim 10 years ago
parent
commit
636885c1ca
  1. 3
      src/files.h

3
src/files.h

@ -145,9 +145,10 @@ const std::string juci_light_style =
" <color name=\"orange\" value=\"#EE7700\"/>\n"
" <color name=\"purple\" value=\"#990099\"/>\n"
"\n"
" <style name=\"text\" foreground=\"#000000\" background=\"#FFFFFF\"/>\n"
"\n"
" <!-- Current Line Highlighting -->\n"
" <style name=\"current-line\" background=\"#EEEEEE\"/>\n"
" <style name=\"current-line-number\" background=\"#EEEEEE\"/>\n"
"\n"
" <!-- Bracket Matching -->\n"
" <style name=\"bracket-match\" foreground=\"white\" background=\"gray\" bold=\"true\"/>\n"

Loading…
Cancel
Save