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/Sunshine.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Base/res/themes/Sunshine.ini') diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index 08c03795ec..1107247823 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -43,6 +43,8 @@ RubberBandBorder=#007f7f Link=#88c ActiveLink=#c88 VisitedLink=#c8c +Gutter=#aeb2c3 +GutterBorder=#5d6069 Ruler=#aeb2c3 RulerBorder=#5d6069 RulerActiveText=#5d6069 -- cgit v1.2.3