[apps/code] Subtitles in the variable box

This commit is contained in:
Léa Saviot
2020-04-02 17:24:58 +02:00
committed by Émilie Feral
parent a98f4b6ca0
commit 52644bf76d
10 changed files with 31 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#include <apps/global_preferences.h>
#include <poincare/integer.h>
#include <escher/app.h>
#include <escher/palette.h>
namespace Code {
@@ -56,7 +57,7 @@ void EditorView::layoutSubviews(bool force) {
/* EditorView::GutterView */
void EditorView::GutterView::drawRect(KDContext * ctx, KDRect rect) const {
KDColor textColor = KDColor::RGB24(0x919EA4);
KDColor textColor = Palette::BlueishGrey;
KDColor backgroundColor = KDColor::RGB24(0xE4E6E7);
ctx->fillRect(rect, backgroundColor);