From 8501617fcb750bc8f540dc524faf47ce5b5961c9 Mon Sep 17 00:00:00 2001 From: Dmitrii Ubskii Date: Sat, 12 Jun 2021 04:50:23 +0300 Subject: LibGUI+HackStudio: Make gutter a first class element Gutter -- a space left of the text, before the ruler -- is not a part of the ruler, nor should it be treated as such. This commit implements gutter handling in LibGUI::TextEditor as part of mild cleaning up of the gutter handling (breakpoint icons) in HackStudio's Editor. This commit also enables separate theming of the gutter. --- Base/res/themes/Light.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Base/res/themes/Light.ini') diff --git a/Base/res/themes/Light.ini b/Base/res/themes/Light.ini index c3a294c4e3..8a55d0bcb4 100644 --- a/Base/res/themes/Light.ini +++ b/Base/res/themes/Light.ini @@ -47,6 +47,8 @@ RubberBandBorder=#598dc6 Link=blue ActiveLink=red VisitedLink=magenta +Gutter=#d4d0c8 +GutterBorder=#404040 Ruler=#d4d0c8 RulerBorder=#404040 RulerActiveText=#404040 -- cgit v1.2.3