This commit is contained in:
Krzosa Karol
2025-12-31 15:33:43 +01:00
parent 9758d83856
commit 1d1e865745

View File

@@ -110,13 +110,13 @@ void DrawWindow(Window *window, Event &event) {
bool active_layed_out_doc = window->id == LastActiveLayoutWindowID;
Color color_whitespace_during_selection = SelectedWhitespaceColor;
Color color_background = BackgroundColor;
Color color_line_highlight = LineHighlightColor;
Color color_selection = SelectionColor;
Color color_main_caret = PrimaryCaretColor;
Color color_sub_caret = SecondaryCaretColor;
Color color_text_line_numbers = LineNumberTextColor;
Color color_text = TextColor;
Color color_background = BackgroundColor;
Color color_line_highlight = LineHighlightColor;
Color color_selection = SelectionColor;
Color color_main_caret = PrimaryCaretColor;
Color color_sub_caret = SecondaryCaretColor;
Color color_text_line_numbers = LineNumberTextColor;
Color color_text = TextColor;
if (window->draw_darker) {
color_background = SecondaryWindowStyle_BackgroundColor;