billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=da44ea9ad42b76a651ca5ae383591955ee2d4ee2

commit da44ea9ad42b76a651ca5ae383591955ee2d4ee2
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Nov 25 23:27:00 2020 +0100

    colorschemes: add Soft Era
---
 data/colorschemes/Soft Era.ini | 75 ++++++++++++++++++++++++++++++++++++++++++
 data/colorschemes/meson.build  |  1 +
 2 files changed, 76 insertions(+)

diff --git a/data/colorschemes/Soft Era.ini b/data/colorschemes/Soft Era.ini
new file mode 100644
index 0000000..15dae3a
--- /dev/null
+++ b/data/colorschemes/Soft Era.ini    
@@ -0,0 +1,75 @@
+[Main]
+version = 1
+
+[Metadata]
+version = 1
+name = Soft Era
+author = Audrey Moon
+website = http://soft-aesthetic.club/soft-era.html
+license = MIT
+
+[Colors]
+bg = #f7f2f2
+main = #e796b0
+hl = #ffffff
+end_sel = #ff3300
+tab_missed_1 = #ff9933
+tab_missed_2 = #ff3300
+tab_missed_3 = #ff0000
+tab_missed_over_1 = #ffff40
+tab_missed_over_2 = #ff9933
+tab_missed_over_3 = #ff0000
+tab_title_2 = #000000
+
+[Normal]
+def = #bba3a3
+black = #1c1b28
+red = #e36a85
+green = #87b8ab
+yellow = #fda2a9
+blue = #70a3dc
+magenta = #e796b0
+cyan = #a49ad7
+white = #f7f2f2
+inverse_fg = #f7f2f2
+inverse_bg = #bba3a3
+
+[Bright]
+def = #bba3a3
+black = #1c1b28
+red = #e36a85
+green = #87b8ab
+yellow = #fda2a9
+blue = #70a3dc
+magenta = #e796b0
+cyan = #a49ad7
+white = #f7f2f2
+inverse_fg = #f7f2f2
+inverse_bg = #bba3a3
+
+[Faint]
+def = #cab6b6
+black = #52505a
+red = #e88ca0
+green = #a3c6bc
+yellow = #fbb6bb
+blue = #91b6e1
+magenta = #ebadc0
+cyan = #b8b0dd
+white = #f7f2f2
+inverse_fg = #f7f2f2
+inverse_bg = #cab6b6
+
+[BrightFaint]
+def = #cab6b6
+black = #52505a
+red = #e88ca0
+green = #a3c6bc
+yellow = #fbb6bb
+blue = #91b6e1
+magenta = #ebadc0
+cyan = #b8b0dd
+white = #f7f2f2
+inverse_fg = #f7f2f2
+inverse_bg = #cab6b6
+
diff --git a/data/colorschemes/meson.build b/data/colorschemes/meson.build
index 319b194..99ada86 100644
--- a/data/colorschemes/meson.build
+++ b/data/colorschemes/meson.build
@@ -11,6 +11,7 @@ colorschemes_desc = [
   'PaleNight.ini',
   'PaperColor.ini',
   'Smyck.ini',
+  'Soft Era.ini',
   'Solarized.ini',
   'Solarized Light.ini',
   'Tango Dark.ini',

-- 


Reply via email to