Browse Source

Slight color change in dark-style.

merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
c86f63e082
  1. 4
      src/files.h

4
src/files.h

@ -156,7 +156,7 @@ const std::string juci_dark_style =
" <color name=\"red\" value=\"#FF8888\"/>\n"
" <color name=\"green\" value=\"#779955\"/>\n"
" <color name=\"blue\" value=\"#8888FF\"/>\n"
" <color name=\"dark-blue\" value=\"#6666CC\"/>\n"
" <color name=\"light-blue\" value=\"#AAAAFF\"/>\n"
" <color name=\"yellow\" value=\"#555555\"/>\n"
" <color name=\"orange\" value=\"#FF8800\"/>\n"
" <color name=\"purple\" value=\"#DD88DD\"/>\n"
@ -190,7 +190,7 @@ const std::string juci_dark_style =
" <style name=\"def:comment\" foreground=\"gray\"/>\n"
" <style name=\"def:statement\" foreground=\"blue\"/>\n"
" <style name=\"def:type\" foreground=\"blue\"/>\n"
" <style name=\"def:function\" foreground=\"dark-blue\"/>\n"
" <style name=\"def:function\" foreground=\"light-blue\"/>\n"
" <style name=\"def:identifier\" foreground=\"purple\"/>\n"
" <style name=\"def:preprocessor\" foreground=\"green\"/>\n"
" <style name=\"def:error\" foreground=\"red\"/>\n"

Loading…
Cancel
Save