From b21759953e4488bde1cb4f1cc00f8e814f582801 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sun, 17 Jan 2021 11:48:02 +0100 Subject: Save ansi colors to configs --- src/documentstyle.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/documentstyle.hpp') diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index 930c3bd..cb8bd55 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -51,6 +51,8 @@ struct DocumentStyle double margin; + QStringList ansi_colors; + bool save(QSettings & settings) const; bool load(QSettings & settings); -- cgit v1.2.3