Guitar
Static Public Member Functions | Public Attributes | List of all members
TextEditorTheme Class Reference

#include <TextEditorTheme.h>

Static Public Member Functions

static TextEditorThemePtr Dark ()
 
static TextEditorThemePtr Light ()
 

Public Attributes

QColor fg_default
 
QColor bg_default
 
QColor fg_line_number
 
QColor bg_line_number
 
QColor fg_cursor
 
QColor bg_current
 
QColor bg_current_line
 
QColor bg_current_line_number
 
QColor bg_diff_unknown
 
QColor bg_diff_line_del
 
QColor bg_diff_char_del
 
QColor bg_diff_line_add
 
QColor bg_diff_char_add
 

Member Function Documentation

◆ Dark()

TextEditorThemePtr TextEditorTheme::Dark ( )
static

◆ Light()

TextEditorThemePtr TextEditorTheme::Light ( )
static

Member Data Documentation

◆ bg_current

QColor TextEditorTheme::bg_current

◆ bg_current_line

QColor TextEditorTheme::bg_current_line

◆ bg_current_line_number

QColor TextEditorTheme::bg_current_line_number

◆ bg_default

QColor TextEditorTheme::bg_default

◆ bg_diff_char_add

QColor TextEditorTheme::bg_diff_char_add

◆ bg_diff_char_del

QColor TextEditorTheme::bg_diff_char_del

◆ bg_diff_line_add

QColor TextEditorTheme::bg_diff_line_add

◆ bg_diff_line_del

QColor TextEditorTheme::bg_diff_line_del

◆ bg_diff_unknown

QColor TextEditorTheme::bg_diff_unknown

◆ bg_line_number

QColor TextEditorTheme::bg_line_number

◆ fg_cursor

QColor TextEditorTheme::fg_cursor

◆ fg_default

QColor TextEditorTheme::fg_default

◆ fg_line_number

QColor TextEditorTheme::fg_line_number

The documentation for this class was generated from the following files: