summaryrefslogtreecommitdiffstats
path: root/share/icons
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-18 19:18:20 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:01:34 +0000
commit6a7e32e1b6bea253f6484136beaf21c3df0de535 (patch)
tree3c95f52c150518add2b9e5d2a1d786e78b40f19d /share/icons
parentDisplay spiro pen preview right after backspace (diff)
downloadinkscape-6a7e32e1b6bea253f6484136beaf21c3df0de535.tar.gz
inkscape-6a7e32e1b6bea253f6484136beaf21c3df0de535.zip
Initial code to fix
Diffstat (limited to 'share/icons')
-rw-r--r--share/icons/nextgen/highlights.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/icons/nextgen/highlights.css b/share/icons/nextgen/highlights.css
new file mode 100644
index 000000000..ba5798707
--- /dev/null
+++ b/share/icons/nextgen/highlights.css
@@ -0,0 +1,3 @@
+.success { fill:#FFCE00; }
+.warning { fill:#00FF48; }
+.error { fill:#FF00DB; }