Tweak things

This commit is contained in:
Satyajit Sahoo
2014-12-14 17:52:13 +05:30
parent 63b89ba1f0
commit e2dc6ca7cc
7 changed files with 51 additions and 50 deletions
+5 -5
View File
@@ -1,15 +1,15 @@
// default color scheme
$bg_color: #eee;
$fg_color: #444;
$fg_color: #333;
$base_color: #fff;
$text_color: #444;
$text_color: #333;
$selected_bg_color: #f06860;
$selected_fg_color: #fff;
$tooltip_bg_color: #444;
$tooltip_bg_color: #333;
$tooltip_fg_color: #eee;
// dark colors
$dark_bg_color: #444;
$dark_bg_color: #333;
$dark_fg_color: #eee;
// shadows
@@ -50,6 +50,6 @@ $lightdm_fg_color: $dark_fg_color;
// widget styles
$roundness: 2px;
$spacing: 5px;
$spacing: 6px;
$gradient: 0;
$contrast: .7;