Changed infobar colors

Dark colored text on light background give a more refreshing and relaxing look
pull/54/merge
Satyajit Sahoo 2013-06-30 17:08:37 +05:30
parent ea88563e22
commit a81bbbbf4f
2 changed files with 18 additions and 17 deletions

View File

@ -23,16 +23,17 @@
@define-color dark_shadow #000;
/* misc colors used by gtk+ */
@define-color info_fg_color rgb (152, 152, 89);
@define-color info_bg_color rgb (252, 252, 189);
@define-color warning_fg_color rgb (0, 0, 0);
@define-color warning_bg_color rgb (250, 173, 61);
@define-color question_fg_color rgb (255, 255, 255);
@define-color question_bg_color rgb (214, 73, 55);
@define-color error_fg_color rgb (255, 255, 255);
@define-color error_bg_color rgb (237, 54, 54);
@define-color info_fg_color rgb (58, 135, 173);
@define-color info_bg_color rgb (217, 237, 247);
@define-color warning_fg_color rgb (192, 152, 83);
@define-color warning_bg_color rgb (252, 248, 227);
@define-color question_fg_color rgb (214, 73, 55);
@define-color question_bg_color rgb (252, 229, 213);
@define-color error_fg_color rgb (185, 74, 72);
@define-color error_bg_color rgb (242, 222, 222);
@define-color link_color #fc6f5d;
@define-color success_color #4e9a06;
@define-color success_color #53a93f;
@define-color warning_color #f57900;
@define-color error_color #cc0000;
/* widget colors */

View File

@ -23,14 +23,14 @@
@define-color dark_shadow #000;
/* misc colors used by gtk+ */
@define-color info_fg_color rgb (102, 102, 39);
@define-color info_bg_color rgb (252, 252, 189);
@define-color warning_fg_color rgb (102, 35, 0);
@define-color warning_bg_color rgb (250, 173, 61);
@define-color question_fg_color rgb (255, 232, 214);
@define-color question_bg_color rgb (214, 73, 55);
@define-color error_fg_color rgb (255, 237, 237);
@define-color error_bg_color rgb (237, 54, 54);
@define-color info_fg_color rgb (58, 135, 173);
@define-color info_bg_color rgb (217, 237, 247);
@define-color warning_fg_color rgb (192, 152, 83);
@define-color warning_bg_color rgb (252, 248, 227);
@define-color question_fg_color rgb (214, 73, 55);
@define-color question_bg_color rgb (252, 229, 213);
@define-color error_fg_color rgb (185, 74, 72);
@define-color error_bg_color rgb (242, 222, 222);
@define-color link_color #fc6f5d;
@define-color success_color #53a93f;
@define-color warning_color #f57900;