mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Subtitles in the variable box
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user