diff options
| -rw-r--r-- | themes/noir.svg | 18 | ||||
| -rw-r--r-- | themes/pale.svg | 16 | ||||
| -rw-r--r-- | themes/soyuz.svg | 14 | ||||
| -rw-r--r-- | themes/swiss.svg | 4 |
4 files changed, 26 insertions, 26 deletions
diff --git a/themes/noir.svg b/themes/noir.svg index cdb0688..c6963fa 100644 --- a/themes/noir.svg +++ b/themes/noir.svg @@ -1,13 +1,13 @@ <svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> - <rect width='96' height='64' id='background' fill='#222'></rect> + <rect width='96' height='64' id='background' fill='#222222'></rect> <!-- Foreground --> - <circle cx='24' cy='24' r='8' id='f_high' fill='#fff'></circle> - <circle cx='40' cy='24' r='8' id='f_med' fill='#ccc'></circle> - <circle cx='56' cy='24' r='8' id='f_low' fill='#999'></circle> - <circle cx='72' cy='24' r='8' id='f_inv' fill='#fff'></circle> + <circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#cccccc'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#999999'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#ffffff'></circle> <!-- Background --> - <circle cx='24' cy='40' r='8' id='b_high' fill='#888'></circle> - <circle cx='40' cy='40' r='8' id='b_med' fill='#666'></circle> - <circle cx='56' cy='40' r='8' id='b_low' fill='#444'></circle> - <circle cx='72' cy='40' r='8' id='b_inv' fill='#000'></circle> + <circle cx='24' cy='40' r='8' id='b_high' fill='#888888'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#666666'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#444444'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#000000'></circle> </svg>
\ No newline at end of file diff --git a/themes/pale.svg b/themes/pale.svg index df796a8..10b0665 100644 --- a/themes/pale.svg +++ b/themes/pale.svg @@ -1,13 +1,13 @@ <svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <rect width='96' height='64' id='background' fill='#e1e1e1'></rect> <!-- Foreground --> - <circle cx='24' cy='24' r='8' id='f_high' fill='#000'></circle> - <circle cx='40' cy='24' r='8' id='f_med' fill='#777'></circle> - <circle cx='56' cy='24' r='8' id='f_low' fill='#fff'></circle> - <circle cx='72' cy='24' r='8' id='f_inv' fill='#000'></circle> + <circle cx='24' cy='24' r='8' id='f_high' fill='#000000'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#777777'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#ffffff'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#000000'></circle> <!-- Background --> - <circle cx='24' cy='40' r='8' id='b_high' fill='#eee'></circle> - <circle cx='40' cy='40' r='8' id='b_med' fill='#999'></circle> - <circle cx='56' cy='40' r='8' id='b_low' fill='#ccc'></circle> - <circle cx='72' cy='40' r='8' id='b_inv' fill='#fff'></circle> + <circle cx='24' cy='40' r='8' id='b_high' fill='#eeeeee'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#999999'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#cccccc'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#ffffff'></circle> </svg>
\ No newline at end of file diff --git a/themes/soyuz.svg b/themes/soyuz.svg index cadf14c..281f7fe 100644 --- a/themes/soyuz.svg +++ b/themes/soyuz.svg @@ -1,13 +1,13 @@ <svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> - <rect width='96' height='64' id='background' fill='#222'></rect> + <rect width='96' height='64' id='background' fill='#222222'></rect> <!-- Foreground --> - <circle cx='24' cy='24' r='8' id='f_high' fill='#fff'></circle> - <circle cx='40' cy='24' r='8' id='f_med' fill='#999'></circle> - <circle cx='56' cy='24' r='8' id='f_low' fill='#555'></circle> - <circle cx='72' cy='24' r='8' id='f_inv' fill='#000'></circle> + <circle cx='24' cy='24' r='8' id='f_high' fill='#ffffff'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#999999'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#555555'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#000000'></circle> <!-- Background --> <circle cx='24' cy='40' r='8' id='b_high' fill='#fc533e'></circle> - <circle cx='40' cy='40' r='8' id='b_med' fill='#666'></circle> - <circle cx='56' cy='40' r='8' id='b_low' fill='#333'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#666666'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#333333'></circle> <circle cx='72' cy='40' r='8' id='b_inv' fill='#fc533e'></circle> </svg>
\ No newline at end of file diff --git a/themes/swiss.svg b/themes/swiss.svg index e6084d9..a105e98 100644 --- a/themes/swiss.svg +++ b/themes/swiss.svg @@ -1,10 +1,10 @@ <svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <rect width='96' height='64' id='background' fill='#f1f2f0'></rect> <!-- Foreground --> - <circle cx='24' cy='24' r='8' id='f_high' fill='black'></circle> + <circle cx='24' cy='24' r='8' id='f_high' fill='#000000'></circle> <circle cx='40' cy='24' r='8' id='f_med' fill='#524e52'></circle> <circle cx='56' cy='24' r='8' id='f_low' fill='#ffffff'></circle> - <circle cx='72' cy='24' r='8' id='f_inv' fill='white'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#ffffff'></circle> <!-- Background --> <circle cx='24' cy='40' r='8' id='b_high' fill='#867f86'></circle> <circle cx='40' cy='40' r='8' id='b_med' fill='#a63e14'></circle> |
