From c8a65a631ba87cec23ad45f84bf296ba402a8d65 Mon Sep 17 00:00:00 2001
From: John Beard <john.j.beard@gmail.com>
Date: Sun, 9 Jul 2023 13:38:36 +0100
Subject: [PATCH] Add Inkscape palette file for icon colours

Colours per https://dev-docs.kicad.org/en/rules-guidelines/icon-design.

Place or symlink this file in ~/.config/inkscape/palettes and you can
have easy access to the correct colours.
---
 resources/bitmaps_png/Kicad-Icon-Palette.gpl | 28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 resources/bitmaps_png/Kicad-Icon-Palette.gpl

diff --git a/resources/bitmaps_png/Kicad-Icon-Palette.gpl b/resources/bitmaps_png/Kicad-Icon-Palette.gpl
new file mode 100644
index 0000000000..447994a63c
--- /dev/null
+++ b/resources/bitmaps_png/Kicad-Icon-Palette.gpl
@@ -0,0 +1,28 @@
+GIMP Palette
+Name: KiCad icons
+Columns: 3
+#
+ 84  84  84 Light: Primary Gray
+132 132 132 Light: Medium Gray
+185 185 185 Light: Accent Gray
+ 26 129 196 Light: Primary Blue
+ 57 180 234 Light: Accent Blue
+191  38  65 Light: Primary Red
+242 145   0 Light: Gold
+ 72 150  72 Light: PCB Green
+  0 100   0 Light: PCB Dark Green
+208 197 172 Light: Schematic Tan
+255 255 255 Light: Pure White
+243 243 243 Light: Area Fill
+222 211 221 Dark: Primary Gray
+132 132 132 Dark: Medium Gray
+224 224 224 Dark: Accent Gray
+ 66 184 235 Dark: Primary Blue
+ 26 129 196 Dark: Accent Blue
+242 100 126 Dark: Primary Red
+242 145   0 Dark: Gold
+ 72 150  72 Dark: PCB Green
+  0 100   0 Dark: PCB Dark Green
+208 197 172 Dark: Schematic Tan
+255 255 255 Dark: Pure White
+243 243 243 Dark: Area Fill
\ No newline at end of file