Browse Source

Added background color to juci-dark so it can also be used with a light theme.

merge-requests/365/head
eidheim 10 years ago
parent
commit
f9213fa145
  1. 5
      src/files.h

5
src/files.h

@ -200,11 +200,10 @@ const std::string juci_dark_style =
" <color name=\"orange\" value=\"#FF8800\"/>\n"
" <color name=\"purple\" value=\"#DD88DD\"/>\n"
"\n"
" <style name=\"text\" foreground=\"#BBBBBB\"/>\n"
" <style name=\"text\" foreground=\"#BBBBBB\" background=\"#222222\"/>\n"
"\n"
" <!-- Current Line Highlighting -->\n"
" <style name=\"current-line\" background=\"#444444\"/>\n"
" <style name=\"current-line-number\" background=\"#444444\"/>\n"
" <style name=\"current-line\" background=\"#333333\"/>\n"
"\n"
" <!-- Bracket Matching -->\n"
" <style name=\"bracket-match\" foreground=\"black\" background=\"gray\" bold=\"true\"/>\n"

Loading…
Cancel
Save