summaryrefslogtreecommitdiffstats
path: root/share/icons/nextgen
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-19 16:37:13 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:04:14 +0000
commit17187618d32ef44dfde4aa192f2d33a135c28d07 (patch)
tree5a982cb9cbc71ba6bd8b5fdf62a591adeefed93a /share/icons/nextgen
parentAllow good render of multiples stylesheets (diff)
downloadinkscape-17187618d32ef44dfde4aa192f2d33a135c28d07.tar.gz
inkscape-17187618d32ef44dfde4aa192f2d33a135c28d07.zip
add improvements to color handling
Diffstat (limited to 'share/icons/nextgen')
-rw-r--r--share/icons/nextgen/highlights.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/share/icons/nextgen/highlights.css b/share/icons/nextgen/highlights.css
index ba5798707..1a6b42e15 100644
--- a/share/icons/nextgen/highlights.css
+++ b/share/icons/nextgen/highlights.css
@@ -1,3 +1,15 @@
-.success { fill:#FFCE00; }
-.warning { fill:#00FF48; }
-.error { fill:#FF00DB; }
+.base {
+ fill: #FF1100;
+}
+
+.success {
+ fill: #FFCE00;
+}
+
+.warning {
+ fill: #00FF48;
+}
+
+.error {
+ fill: #FF00DB;
+} \ No newline at end of file