Tweaked some colors

This commit is contained in:
Satyajit Sahoo
2013-06-15 05:17:48 +05:30
parent a775e69361
commit 522b3be08a
2 changed files with 16 additions and 5 deletions
+4 -4
View File
@@ -23,13 +23,13 @@
@define-color dark_shadow #000;
/* misc colors used by gtk+ */
@define-color info_fg_color rgb (152, 152, 89);
@define-color info_fg_color rgb (102, 102, 39);
@define-color info_bg_color rgb (252, 252, 189);
@define-color warning_fg_color rgb (0, 0, 0);
@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, 255, 255);
@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, 255, 255);
@define-color error_fg_color rgb (255, 237, 237);
@define-color error_bg_color rgb (237, 54, 54);
@define-color link_color #fc6f5d;
@define-color success_color #53a93f;