2011-06-09 15:44:09 +00:00
|
|
|
style "very_small_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "@FONT_SMALLER@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "small_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "@FONT_SMALL@"
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-11 09:41:04 +00:00
|
|
|
style "small_mono_text"
|
|
|
|
|
{
|
2013-03-03 11:36:38 +00:00
|
|
|
font_name = "@MONOSPACE@ @FONT_SMALLER@"
|
2012-11-11 09:41:04 +00:00
|
|
|
}
|
|
|
|
|
|
2011-06-09 15:44:09 +00:00
|
|
|
style "small_italic_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "italic @FONT_SMALL@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "small_bold_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "bold @FONT_SMALL@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "medium_bold_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "bold @FONT_NORMAL@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "medium_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "@FONT_NORMAL@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "medium_monospace_text"
|
|
|
|
|
{
|
2013-01-30 12:33:41 +00:00
|
|
|
font_name = "@MONOSPACE@ @FONT_SIZE_NORMAL@"
|
2011-06-09 15:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "red_medium_text" = "medium_text"
|
|
|
|
|
{
|
|
|
|
|
fg[NORMAL] = @@COLPREFIX@_bright_indicator
|
|
|
|
|
fg[ACTIVE] = @@COLPREFIX@_bright_indicator
|
|
|
|
|
fg[SELECTED] = @@COLPREFIX@_bright_indicator
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "large_bold_text"
|
|
|
|
|
{
|
2012-01-09 16:13:16 +00:00
|
|
|
font_name = "bold @FONT_LARGE@"
|
2011-06-09 15:44:09 +00:00
|
|
|
}
|
|
|
|
|
|
2013-08-09 00:50:41 -04:00
|
|
|
style "big_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "@FONT_BIG@"
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-09 14:01:48 +00:00
|
|
|
style "bigger_mono_text"
|
2012-11-10 19:22:37 +00:00
|
|
|
{
|
2013-03-03 11:36:31 +00:00
|
|
|
font_name = "@MONOSPACE@ @FONT_BIGGER@"
|
2012-11-10 19:22:37 +00:00
|
|
|
}
|
|
|
|
|
|
2011-06-09 15:44:09 +00:00
|
|
|
style "larger_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "@FONT_LARGE@"
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-10 19:42:30 +00:00
|
|
|
style "monospace massive_text"
|
|
|
|
|
{
|
2013-03-03 11:36:31 +00:00
|
|
|
font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
|
2012-11-10 19:42:30 +00:00
|
|
|
}
|
|
|
|
|
|
2011-06-09 15:44:09 +00:00
|
|
|
style "big_bold_text"
|
|
|
|
|
{
|
|
|
|
|
font_name = "bold @FONT_LARGER@"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "plugin_name_text" = "big_bold_text"
|
|
|
|
|
{
|
|
|
|
|
fg[NORMAL] = @@COLPREFIX@_text
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-05 13:24:04 +00:00
|
|
|
style "plugin_maker_text" = "large_bold_text"
|
2011-06-09 15:44:09 +00:00
|
|
|
{
|
|
|
|
|
fg[NORMAL] = @@COLPREFIX@_text
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "verbose_canvas_cursor" = "big_bold_text"
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "marker_text" = "small text"
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "midi_tracer_textview" = "medium_monospace_text"
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
style "time_axis_view_item_name" = "very small text"
|
|
|
|
|
{
|
|
|
|
|
}
|