[aseprite] 58/196: Added text editor color themes as palettes

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 899eee317b5f6ab55f0142b090fa87d77fca7496
Author: Nathaniel Sheppard <Nsheppard01 at users.noreply.github.com>
Date:   Sun Mar 13 16:10:47 2016 -0700

    Added text editor color themes as palettes
    
    Monokai and Solarized are two popular color schemes for text editors. They might be useful to UI developers using Aseprite.
---
 data/palettes/monokai.gpl   | 15 +++++++++++++++
 data/palettes/solarized.gpl | 21 +++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/data/palettes/monokai.gpl b/data/palettes/monokai.gpl
new file mode 100644
index 0000000..0b55776
--- /dev/null
+++ b/data/palettes/monokai.gpl
@@ -0,0 +1,15 @@
+GIMP Palette
+Name: Monokai
+#
+0   0   0   Blank
+27  29	30  Black
+39  40  32  Darker-brown
+62  61  50  Dark-brown
+117 113 94  Bown
+248 248 242 White
+249 38  114 Red
+253 151 31  Orange
+230 219 116 Yellow
+102 217 239 Blue
+166 226 46  Green
+174 129 255 Purple
\ No newline at end of file
diff --git a/data/palettes/solarized.gpl b/data/palettes/solarized.gpl
new file mode 100644
index 0000000..bded110
--- /dev/null
+++ b/data/palettes/solarized.gpl
@@ -0,0 +1,21 @@
+GIMP Palette
+Name: Solarized
+Columns: 16
+#
+  0   0   0 Blank
+  0  43  54 solarized-base03
+  7  54  66 solarized-base02
+ 88 110 117 solarized-base01
+101 123 131 solarized-base00
+131 148 150 solarized-base0
+147 161 161 solarized-base1
+238 232 213 solarized-base2
+253 246 227 solarized-base3
+181 137   0 solarized-yellow
+203  75  22 solarized-orange
+220  50  47 solarized-red
+211  54 130 solarized-magenta
+108 113 196 solarized-violet
+ 38 139 210 solarized-blue
+ 42 161 152 solarized-cyan
+133 153   0 solarized-green
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list