diff options
Diffstat (limited to 'share/icons/nextgen/highlights.css')
| -rw-r--r-- | share/icons/nextgen/highlights.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/icons/nextgen/highlights.css b/share/icons/nextgen/highlights.css index 1a6b42e15..e171edde0 100644 --- a/share/icons/nextgen/highlights.css +++ b/share/icons/nextgen/highlights.css @@ -1,15 +1,15 @@ .base { - fill: #FF1100; + fill: #333333; } .success { - fill: #FFCE00; + fill: rgb(213, 74, 201); } .warning { - fill: #00FF48; + fill: rgb(9, 61, 63); } .error { - fill: #FF00DB; + fill: #6dcc00; }
\ No newline at end of file |
