aboutsummaryrefslogtreecommitdiff
path: root/src/ColorScheme.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-07 06:34:22 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-07 06:34:24 +0200
commit9ebc3e3f5cf4847239d04cf5b3b01d0b1855a039 (patch)
tree7a421d42e8945a1718b9c54f474acbb2d2478c28 /src/ColorScheme.cpp
parent7a2cb2c4b81a8a0696d3a11ce8781542f181bb12 (diff)
Continue text edit, add avatar (image, but not way to change avatar)
Diffstat (limited to 'src/ColorScheme.cpp')
-rw-r--r--src/ColorScheme.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ColorScheme.cpp b/src/ColorScheme.cpp
index e2138c3..09dde51 100644
--- a/src/ColorScheme.cpp
+++ b/src/ColorScheme.cpp
@@ -14,7 +14,7 @@ namespace dchat
colorSchemeType = type;
}
- sf::Color ColorScheme::getBackgroundColor(){ return sf::Color(40, 40, 40); }
- sf::Color ColorScheme::getPanelColor() { return sf::Color(35, 35, 35); }
- sf::Color ColorScheme::getTextRegularColor() { return sf::Color(240, 240, 240); }
+ sf::Color ColorScheme::getBackgroundColor(){ return sf::Color(54,57,62); }
+ sf::Color ColorScheme::getPanelColor() { return sf::Color(47,49,54); }
+ sf::Color ColorScheme::getTextRegularColor() { return sf::Color(255, 255, 255); }
}