Images are now svg's from the 'Gnome Symbolic Icon Theme'.

This commit is contained in:
Lars Jung 2013-07-07 22:34:34 +02:00
parent 49276c157c
commit f5435802e7
59 changed files with 502 additions and 20 deletions

View file

@ -3,7 +3,7 @@
@col-back: rgb(255,255,255);
@col-hover: rgb(29,119,194);
@col-border: rgba(0,0,0,0.05);
@col-border-strong: rgba(0,0,0,0.1);
@col-border-strong: rgba(0,0,0,0.15);
@col-error: rgb(204,51,51);
@ -16,9 +16,12 @@
@col-widget-back-sel: rgba(255,255,255,0.8);
@col-widget-sep: @col-border;
@col-sb-back: rgb(210,210,210);
@col-sb-thumb: rgb(180,180,180);
@col-sb-thumb-active: rgb(150,150,150);
// @col-sb-back: rgb(210,210,210);
// @col-sb-thumb: rgb(180,180,180);
// @col-sb-thumb-active: rgb(150,150,150);
@col-sb-back: rgba(0,0,0,0.08);
@col-sb-thumb: rgba(0,0,0,0.15);
@col-sb-thumb-active: rgba(0,0,0,0.25);
@border-widget: 1px solid @col-border;