diff options
Diffstat (limited to 'share/ui/style.css')
| -rw-r--r-- | share/ui/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 120a5adb4..a1bb7d77b 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -130,6 +130,29 @@ image { /* 'widget' for Gtk <= 3.19.2 */ + +/* +*to get system default colors +* with Gdk::RGBA success =_symbolic_error_color.get_style_context()->get_color(); +* _symbolic_error_color has one of this calsses applied +*/ + +.system_error_color { + color: @error_color; +} + +.system_warning_color { + color: @warning_color; +} + +.system_success_color { + color: @success_color; +} + +.system_normal_color { + color: @theme_fg_color; +} + GtkWidget, widget { /* font-size: 12pt; */ |
