Browse Source

Improved dark style.

merge-requests/365/head
eidheim 10 years ago
parent
commit
2d7e9d7062
  1. 24
      src/files.h

24
src/files.h

@ -153,18 +153,16 @@ const std::string juci_dark_style =
" <_description>Default juCi++ style</_description>\n"
"\n"
" <!-- Palette -->\n"
" <color name=\"white\" value=\"#FFFFFF\"/>\n"
" <color name=\"black\" value=\"#000000\"/>\n"
" <color name=\"white\" value=\"#CCCCCC\"/>\n"
" <color name=\"black\" value=\"#292929\"/>\n"
" <color name=\"gray\" value=\"#888888\"/>\n"
" <color name=\"red\" value=\"#FF8888\"/>\n"
" <color name=\"green\" value=\"#779955\"/>\n"
" <color name=\"blue\" value=\"#8888FF\"/>\n"
" <color name=\"light-blue\" value=\"#AAAAFF\"/>\n"
" <color name=\"yellow\" value=\"#555555\"/>\n"
" <color name=\"orange\" value=\"#FF8800\"/>\n"
" <color name=\"red\" value=\"#FF9999\"/>\n"
" <color name=\"green\" value=\"#AACC99\"/>\n"
" <color name=\"blue\" value=\"#9090FF\"/>\n"
" <color name=\"light-blue\" value=\"#AAAAFF\"/>\n"
" <color name=\"purple\" value=\"#DD88DD\"/>\n"
"\n"
" <style name=\"text\" foreground=\"#BBBBBB\" background=\"#222222\"/>\n"
" <style name=\"text\" foreground=\"white\" background=\"black\"/>\n"
" <style name=\"selection\" background=\"#215D9C\"/>\n"
"\n"
" <!-- Current Line Highlighting -->\n"
@ -175,7 +173,7 @@ const std::string juci_dark_style =
" <style name=\"bracket-mismatch\" foreground=\"black\" background=\"#FF0000\" bold=\"true\"/>\n"
"\n"
" <!-- Search Matching -->\n"
" <style name=\"search-match\" background=\"yellow\"/>\n"
" <style name=\"search-match\" background=\"#555555\"/>\n"
"\n"
" <!-- Language specifics -->\n"
" <style name=\"def:builtin\" foreground=\"blue\"/>\n"
@ -196,9 +194,9 @@ const std::string juci_dark_style =
" <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"
" <style name=\"def:warning\" foreground=\"orange\"/>\n"
" <style name=\"def:note\" foreground=\"#BBBBBB\" background=\"yellow\"/>\n"
" <style name=\"def:error\" foreground=\"#FF6666\"/>\n"
" <style name=\"def:warning\" foreground=\"#FFE100\"/>\n"
" <style name=\"def:note\" foreground=\"white\" background=\"#444444\"/>\n"
"\n"
"</style-scheme>\n";

Loading…
Cancel
Save