1 #ifndef TEXTEDITORTHEME_H 
    2 #define TEXTEDITORTHEME_H 
std::shared_ptr< TextEditorTheme > TextEditorThemePtr
Definition: TextEditorTheme.h:9
 
Definition: TextEditorTheme.h:11
 
QColor bg_current
Definition: TextEditorTheme.h:18
 
QColor fg_line_number
Definition: TextEditorTheme.h:15
 
QColor bg_diff_line_add
Definition: TextEditorTheme.h:24
 
QColor bgLineNumber() const
Definition: TextEditorTheme.h:40
 
QColor fg_default
Definition: TextEditorTheme.h:13
 
QColor bgDefault() const
Definition: TextEditorTheme.h:32
 
QColor bgDiffLineDel() const
Definition: TextEditorTheme.h:60
 
QColor bg_diff_char_add
Definition: TextEditorTheme.h:25
 
QColor bg_current_line
Definition: TextEditorTheme.h:19
 
QColor bgCurrentLine() const
Definition: TextEditorTheme.h:48
 
QColor bg_line_number
Definition: TextEditorTheme.h:16
 
QColor bg_default
Definition: TextEditorTheme.h:14
 
static TextEditorThemePtr Light()
Definition: TextEditorTheme.cpp:7
 
QColor fgDefault() const
Definition: TextEditorTheme.h:28
 
QColor bg_diff_unknown
Definition: TextEditorTheme.h:21
 
QColor bgDiffUnknown() const
Definition: TextEditorTheme.h:56
 
QColor bg_current_line_number
Definition: TextEditorTheme.h:20
 
QColor bg_diff_line_del
Definition: TextEditorTheme.h:22
 
QColor bgCurrentLineNumber() const
Definition: TextEditorTheme.h:52
 
QColor bgDiffLineAdd() const
Definition: TextEditorTheme.h:64
 
QColor bgDiffCharDel() const
Definition: TextEditorTheme.h:68
 
QColor bgDiffCharAdd() const
Definition: TextEditorTheme.h:72
 
static TextEditorThemePtr Dark()
Definition: TextEditorTheme.cpp:25
 
QColor bg_diff_char_del
Definition: TextEditorTheme.h:23
 
QColor fg_cursor
Definition: TextEditorTheme.h:17
 
QColor fgCursor() const
Definition: TextEditorTheme.h:44
 
TextEditorTheme()=default
 
QColor fgLineNumber() const
Definition: TextEditorTheme.h:36