Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/text.cc')
-rw-r--r--src/render/text.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/text.cc b/src/render/text.cc
index f5c221f..c64e331 100644
--- a/src/render/text.cc
+++ b/src/render/text.cc
@@ -32,13 +32,13 @@ void Text::init()
base_color[7] = new math::Color(1, 1, 1);
for (size_t i=0; i< 26; i++) {
- core_color[i] = new math::Color(.7, .7, .7);
+ core_color[i] = new math::Color(.75, .75, .75);
}
// N - normal color
- core_color[(size_t)('N'-'A')]->assign(.7, .7, .7);
+ core_color[(size_t)('N'-'A')]->assign(.75, .75, .75);
// D - Debug color
- core_color[(size_t)('D'-'A')]->assign(.6, .6, .6);
+ core_color[(size_t)('D'-'A')]->assign(.5, .5, .5);
// B - bold color
core_color[(size_t)('B'-'A')]->assign(1, 1, 1);
// W - warning color