Add choosers and other styles

This commit is contained in:
Satyajit Sahoo
2014-12-13 17:36:16 +05:30
parent fbca03b4a1
commit dd5eb36ecf
7 changed files with 306 additions and 297 deletions
+7
View File
@@ -42,6 +42,13 @@ $menu_fg_color: $dark_fg_color;
$menubar_bg_color: $dark_bg_color;
$menubar_fg_color: $dark_fg_color;
$osd_base: $dark_bg_color;
$osd_fg: $dark_fg_color;
$osd_bg: fade-out($dark_fg_color, 0.8);
$lightdm_bg_color: $dark_bg_color;
$lightdm_fg_color: $dark_fg_color;
// widget styles
$roundness: 2px;
$spacing: 5px;